]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: Provide asynchronous write and update bits operations
authorMark Brown <broonie@linaro.org>
Wed, 9 Oct 2013 12:30:10 +0000 (13:30 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 9 Oct 2013 13:05:26 +0000 (14:05 +0100)
commita915cb46e167548fb693378919771e70491fe95f
treeb1e989bb442bfc62eb75766be97c87077903593c
parentbe1067f1f0157c84709d54b9f03d3dd31c8fb835
regmap: Provide asynchronous write and update bits operations

Make it easier for drivers to include single register writes in
asynchronous sequences by providing async versions of the write
and update bits operations. The update bits operations are only
likely to be effective when used with devices that have caches
but this is common enough to be useful.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/base/regmap/regmap.c
include/linux/regmap.h