commit | de2d808f4de091321978d05a85ef0819e8f3561a | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 10 13:24:52 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Oct 13 11:41:54 2011 +0100 |
tree | d2b3d27de79f9cd7d7092a886c8a9479588a5428 | |
parent | 8528bdd450d34687b380c0f87992d105bdf54ca3 [diff] |
regmap: Support some block operations on cached devices Support raw reads if all the registers being read are volatile, the cache will have no impact for tem. Support bulk reads either directly (if all the registers are volatile) or by falling back to iterating over single register reads otherwise. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>