Re: [PATCH v2 1/2] regulator: anatop: Add power gating support to digital LDOs

2014-02-11 Thread Philipp Zabel
Am Montag, den 10.02.2014, 15:34 +0100 schrieb Philipp Zabel: > The ARM, PU, and SOC LDOs in the i.MX6 PMU can completely gate > their power output. Since power gating is configured by writing > zero to the voltage target bitfield,, store a copy of the > voltage selector to be restored when reenabl

[PATCH v2 1/2] regulator: anatop: Add power gating support to digital LDOs

2014-02-10 Thread Philipp Zabel
The ARM, PU, and SOC LDOs in the i.MX6 PMU can completely gate their power output. Since power gating is configured by writing zero to the voltage target bitfield,, store a copy of the voltage selector to be restored when reenabling the regulator. Signed-off-by: Philipp Zabel --- Changes since v1