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)
commit915f441b6f31b1a8ee01e9263a4e2d44c434d832
treeb1e989bb442bfc62eb75766be97c87077903593c
parent0a8198094da895c8d5db95812fe9de7027d808e4
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