]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 8 Nov 2011 15:52:33 +0000 (15:52 +0000)
commit1b42f32a4d30901697c7567d792e9631d45a0daa
tree157c141c267e993cb2423a299d9cba1514007272
parent1ea6b8f48918282bdca0b32a34095504ee65bab5
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