mbox series

[v2,0/2] Clock fixes for qcom-snps-femto-v2 PHY driver

Message ID 20230605184455.34832-1-athierry@redhat.com
Headers show
Series Clock fixes for qcom-snps-femto-v2 PHY driver | expand

Message

Adrien Thierry June 5, 2023, 6:44 p.m. UTC
This series contains a few clock fixes for the qcom-snps-femto-v2 driver:
- make sure ref_clk is properly enabled
- add system sleep PM ops to disable the clocks on system suspend

v1 -> v2
- keep cfg_ahb clock and use clk_bulk API to handle both cfg_ahb and ref
  clocks (Bjorn Andersson)
- add system sleep PM callbacks (Bjorn Andersson)
- add Link: and Fixes: tag (Andrew Halaney)

Adrien Thierry (2):
  phy: qcom-snps-femto-v2: properly enable ref clock
  phy: qcom-snps-femto-v2: add system sleep PM ops

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