regmap: Implementation for regmap_multi_reg_write
authorOpensource [Anthony Olech] <anthony.olech.opensource@diasemi.com>
Tue, 4 Mar 2014 13:54:02 +0000 (13:54 +0000)
committerMark Brown <broonie@linaro.org>
Mon, 10 Mar 2014 17:09:32 +0000 (17:09 +0000)
commite894c3f46c302716d2f156b1f3339e2f96ceb65c
treed051cf7865aa21b8af4dd6a921c71efde418cfa1
parent1c18d2ca104c36fc2ce147cce053c62f61d2ea68
regmap: Implementation for regmap_multi_reg_write

This is the implementation of regmap_multi_reg_write()

There is a new capability 'can_multi_write' that device drivers
must set in order to use this multi reg write mode.

This replaces the first definition, which just defined the API.

Signed-off-by: Anthony Olech <anthony.olech.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/base/regmap/internal.h
drivers/base/regmap/regmap.c
include/linux/regmap.h