Re: [PATCH v4 7/8] phy: qcom: Utilize UFS reset controller

2019-02-22 Thread Stephen Boyd
Quoting Evan Green (2019-02-13 15:25:25) > Move the PHY reset from ufs-qcom into the respective PHYs. This will > allow us to merge the two phases of UFS PHY initialization. > > Signed-off-by: Evan Green > > --- Reviewed-by: Stephen Boyd

[PATCH v4 7/8] phy: qcom: Utilize UFS reset controller

2019-02-13 Thread Evan Green
Move the PHY reset from ufs-qcom into the respective PHYs. This will allow us to merge the two phases of UFS PHY initialization. Signed-off-by: Evan Green --- Changes in v4: - Do reset_control_* unconditionally since null is handled (Stephen). Changes in v3: - Refactored to move reset control