commit | 4001376ef2f6f4ec0f362566d95937434afa07ba | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Wed Aug 01 09:15:11 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Aug 28 11:00:25 2012 -0700 |
tree | 15e93778435bd039f0cc99001dfa54579e4659f9 | |
parent | 363506cd71a5cafeee67b236112f1baf8c30b0ea [diff] |
regulator: wm8400: Simplify set REGULATOR_MODE_IDLE mode in wm8400_dcdc_set_mode To set REGULATOR_MODE_IDLE mode, what we do is to clear DC1_ACTIVE and DC1_SLEEP bits, this can be done in one wm8400_set_bits() call. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>