]> 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)
commit6fe93d3e4862f3aece59c1fce3ae0c2c59e48f35
treeb1e989bb442bfc62eb75766be97c87077903593c
parent9705ad9578cd150f3c7d05d1a90b31fdb0e31ee7
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