commit | ba305e31e88ea5c2f598ff9fbc5424711a429e30 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Mon Nov 28 16:53:19 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Nov 28 18:58:31 2011 +0000 |
tree | ac3824823aa03f6f67a31a627ef57c51fd00efbb | |
parent | 58fb5cf5d1edb7e306574833ee55d732918c89e3 [diff] |
regulator: twl: fix twl4030 support for smps regulators SMPS regulator voltage control differs from the one of the LDO ones. Current TWL code was using LDO regulator ops for controlling the SMPS regulators, which fails. This was fixed fixed by adding separate regulator type which uses correct logic and calculations for the voltage levels. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org