regulator: Use regmap_read/write(), regmap_update_bits functions directly
authorJonghwan Choi <jhbird.choi@samsung.com>
Sun, 6 Nov 2011 23:16:04 +0000 (08:16 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 23 Nov 2011 14:02:48 +0000 (14:02 +0000)
Current driver had the regmapcalls within the bodies of the driver specific read/write fuctions.
This patch removes the original read/write functions and makes the call sites use regmap directly.

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found