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:
4c69166
)
regmap: Suppress noop writes in regmap_update_bits()
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 18 Nov 2011 16:03:50 +0000
(16:03 +0000)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sun, 20 Nov 2011 20:56:38 +0000
(20:56 +0000)
If the new register value is identical to the original one then suppress
the write to the hardware in regmap_update_bits(), saving some I/O cost.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found