commit | e894c3f46c302716d2f156b1f3339e2f96ceb65c | [log] [tgz] |
---|---|---|
author | Opensource [Anthony Olech] <anthony.olech.opensource@diasemi.com> | Tue Mar 04 13:54:02 2014 +0000 |
committer | Mark Brown <broonie@linaro.org> | Mon Mar 10 17:09:32 2014 +0000 |
tree | d051cf7865aa21b8af4dd6a921c71efde418cfa1 | |
parent | 1c18d2ca104c36fc2ce147cce053c62f61d2ea68 [diff] |
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>