git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8528bdd
)
regmap: Support some block operations on cached devices
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 10 Oct 2011 12:24:52 +0000
(13:24 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 13 Oct 2011 10:41:54 +0000
(11:41 +0100)
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>
No differences found