regmap: Converts group operation into single read write operations
authorAshish Jangam <ashish.jangam@kpitcummins.com>
Mon, 30 Apr 2012 22:23:40 +0000 (23:23 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 30 Apr 2012 22:29:56 +0000 (23:29 +0100)
Some devices does not support bulk read and write operations, for them
we have series of single write and read operations.

Signed-off-by: Anthony Olech <Anthony.Olech@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
[Fixed coding style, don't check use_single_rw before assign --broonie ]
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found