regmap: Support for caching in reg_raw_write()
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 10 Feb 2012 16:00:27 +0000 (21:30 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 11 Feb 2012 23:03:45 +0000 (23:03 +0000)
commitc9157198417076c0c2664ba997e7b0217f61fcce
tree354dcd5c829676cc7702b490dd18853176cdbac5
parentd65b4e98d7ea3038b767b70fe8be959b2913f16d
regmap: Support for caching in reg_raw_write()

Adding support for caching of data into the
non-volatile register from the call of reg_raw_write().

This will allow the larger block of data write into multiple
register without worrying whether register is cached or not
through reg_raw_write().

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regmap.c