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)
commit43530b69d758328d3ffe6ab98fd640463e8e3667
treea14f03874de3c8d5f312d357bc2b4bb96135a1ac
parentcfcfc9eca2bcbd26a8e206baeb005b055dbf8e37
regulator: Use regmap_read/write(), regmap_update_bits functions directly

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>
drivers/regulator/tps65023-regulator.c