Loading
regulator: qpnp-labibb-regulator: fix enable/disable of labibb regulator
Currently, labibb-regulator driver is not waiting enough in the enable/disable sequence. Also it returns prematurely in the enable path when actually the regulator is enabled physically. If there is really an error in the enabling sequence, it needs to be disabled so that logical (regulator framework) and physical domains have the same representation. Also in the disable sequence, it has to be made sure that the regulator is completely disabled before the regulator status is marked disabled. CRs-Fixed: 778471 Change-Id: Ia19011fb7f6db9ece68ceb4691c06a32dca10f94 Signed-off-by:Subbaraman Narayanamurthy <subbaram@codeaurora.org> Signed-off-by:
Kuogee Hsieh <khsieh@codeaurora.org>