commit | 43530b69d758328d3ffe6ab98fd640463e8e3667 | [log] [tgz] |
---|---|---|
author | Jonghwan Choi <jhbird.choi@samsung.com> | Mon Nov 07 08:16:04 2011 +0900 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 23 14:02:48 2011 +0000 |
tree | a14f03874de3c8d5f312d357bc2b4bb96135a1ac | |
parent | cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37 [diff] |
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>