regmap: Simplify the initiation of async I/O
authorMark Brown <broonie@linaro.org>
Wed, 9 Oct 2013 11:28:52 +0000 (12:28 +0100)
committerMark 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