Skip to content
Commit 4d4cfd16 authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Allow drivers to sync only part of the register cache



Provide a regcache_sync_region() operation which allows drivers to
write only part of the cache back to the hardware. This is intended
for use in cases like power domains or DSP memories where part of the
device register map may be reset without fully resetting the device.

Fully supporting these devices is likely to require additional work to
make specific regions of the register map cache only while they are in
reset, but this is enough for most devices.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent ac8d91c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment