Re: [PATCH v1 7/8] phy: qcom-qmp: Move UFS phy to phy_poweron/off

2019-01-22 Thread Evan Green
On Fri, Jan 18, 2019 at 2:39 PM Stephen Boyd wrote: > > Quoting Evan Green (2019-01-11 15:01:28) > > For UFS, move the actual firing up of the PHY to phy_poweron and > > phy_poweroff callbacks, rather than init/exit. UFS calls > > phy_poweroff during suspend, so now all clocks and regulators for >

Re: [PATCH v1 7/8] phy: qcom-qmp: Move UFS phy to phy_poweron/off

2019-01-18 Thread Stephen Boyd
Quoting Evan Green (2019-01-11 15:01:28) > For UFS, move the actual firing up of the PHY to phy_poweron and > phy_poweroff callbacks, rather than init/exit. UFS calls > phy_poweroff during suspend, so now all clocks and regulators for > the phy can be powered down during suspend. > > Signed-off-by

[PATCH v1 7/8] phy: qcom-qmp: Move UFS phy to phy_poweron/off

2019-01-11 Thread Evan Green
For UFS, move the actual firing up of the PHY to phy_poweron and phy_poweroff callbacks, rather than init/exit. UFS calls phy_poweroff during suspend, so now all clocks and regulators for the phy can be powered down during suspend. Signed-off-by: Evan Green --- drivers/phy/qualcomm/phy-qcom-qm