Re: [PATCH v1 0/8] phy: qcom-ufs: Enable regulators to be off in suspend

2019-01-16 Thread Stephen Boyd
Quoting Evan Green (2019-01-11 15:01:21) > > Because the UFS PHY reset bit is now toggled in the PHY, rather > than in ufs-qcom, this also percolated to all other PHYs using > ufs-qcom, which from what I can see is just 8996. > > There are a couple of tradeoffs in this series that I'd welcome fee

[PATCH v1 0/8] phy: qcom-ufs: Enable regulators to be off in suspend

2019-01-11 Thread Evan Green
The goal with this series is to enable shutting off regulators that power UFS during system suspend. In "the good life" version of this, we'd just disable the regulators in phy_poweroff and be done with it. Unfortunately, that's not symmetric, as regulators are not enabled during phy_poweron. Ok,