]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9705ad9578cd150f3c7d05d1a90b31fdb0e31ee7
treed9da7fa270e1e618097353eaf1b2fb97239d9fd7
parent56e3c5a8772111546039ab55993a1de8aced0c36
regmap: Simplify the initiation of async I/O

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>
drivers/base/regmap/internal.h
drivers/base/regmap/regcache.c
drivers/base/regmap/regmap.c