diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-03-26 09:46:44 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 14:59:33 +0400 |
commit | 7061873f709bcecc8e079395567e2c314d21f7aa (patch) | |
tree | 7f01d973f3e0da1f681fcca1ef1c67c88a94ceb3 /drivers/regulator/da9052-regulator.c | |
parent | 4533f80ef8da866564a29578a1a8b037c51c6fc6 (diff) | |
download | linux-7061873f709bcecc8e079395567e2c314d21f7aa.tar.xz |
regulator: Convert tps65023 to set_voltage_sel
This patch also changes the define for TPS65023_LDO_CTRL_LDOx_MASK,
because regmap_update_bits actually does:
(orig & ~mask) | (val & mask)
This change makes the code consists for all regmap_update_bits calls.
Also removes some uninformative comments.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/da9052-regulator.c')
0 files changed, 0 insertions, 0 deletions