mbox series

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

Message ID 20200625195444.15130-1-wcheng@codeaurora.org (mailing list archive)
Headers show
Series phy: qcom-snps: Add runtime suspend and resume handlers | expand

Message

Wesley Cheng June 25, 2020, 7:54 p.m. UTC
Changes in v3:
 - Fixed strict checkpatch warnings due to alignment
 - Remove debug artifacts from prints
 - Split the set mode callback addition to another patch
 - Removed suspended parameter

Changes in v2:
 - Addressed checkpatch alignment/line length warnings.
 - Removed superfluous init in qcom_snps_hsphy_resume().

Adds a set mode callback and runtime suspend/resume handlers to the
phy-qcom-snps-femto-v2 driver.  The set mode is used to enable certain
power management features in the PHY during suspend/resume.

Wesley Cheng (2):
  phy: qcom-snps: Add runtime suspend and resume handlers
  phy: qcom-snps: Add a set mode callback

 drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | 85 +++++++++++++++++++
 1 file changed, 85 insertions(+)

Comments

Vinod Koul June 29, 2020, 9:46 a.m. UTC | #1
On 25-06-20, 12:54, Wesley Cheng wrote:
> Changes in v3:
>  - Fixed strict checkpatch warnings due to alignment
>  - Remove debug artifacts from prints
>  - Split the set mode callback addition to another patch
>  - Removed suspended parameter
> 
> Changes in v2:
>  - Addressed checkpatch alignment/line length warnings.
>  - Removed superfluous init in qcom_snps_hsphy_resume().
> 
> Adds a set mode callback and runtime suspend/resume handlers to the
> phy-qcom-snps-femto-v2 driver.  The set mode is used to enable certain
> power management features in the PHY during suspend/resume.

Applied after dropping the wrong review tag, thanks