Re: [PATCH v3 1/2] phy: qcom-snps: Add runtime suspend and resume handlers

2020-06-29 Thread Vinod Koul
Hi Wesley, On 25-06-20, 12:54, Wesley Cheng wrote: > Allow for the PHY to be put into a powered down state when possible. > Add the required suspend and resume callbacks, which will determine > what resources can be turned off depending on the cable status. > > Signed-off-by: Wesley Cheng >

[PATCH v3 1/2] phy: qcom-snps: Add runtime suspend and resume handlers

2020-06-25 Thread Wesley Cheng
Allow for the PHY to be put into a powered down state when possible. Add the required suspend and resume callbacks, which will determine what resources can be turned off depending on the cable status. Signed-off-by: Wesley Cheng Reviewed-by: Vinod Koul ---