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:
651e013
)
regmap: Simplify the initiation of async I/O
author
Mark Brown
<broonie@linaro.org>
Wed, 9 Oct 2013 11:28:52 +0000
(12:28 +0100)
committer
Mark Brown
<broonie@linaro.org>
Wed, 9 Oct 2013 13:05:24 +0000
(14:05 +0100)
Rather than passing a flag around through the entire call stack store it
in the regmap struct and read it when required. This minimises the
visibility of the feature through the API, minimising the code updates
needed to use it more widely.
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found