mbox series

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

Message ID 20230529185638.32376-1-athierry@redhat.com (mailing list archive)
Headers show
Series Clock fixes for qcom-snps-femto-v2 PHY driver | expand

Message

Adrien Thierry May 29, 2023, 6:56 p.m. UTC
This series attempts to fix a few weird clock usages in the
qcom-snps-femto-v2 PHY driver:
- ref_clk is never properly enabled
- cfg_ahb_clk is never assigned

Adrien Thierry (2):
  phy: qcom-snps-femto-v2: properly enable ref clock
  phy: qcom-snps-femto-v2: Remove AHB2PHY interface clock

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