mbox series

[GIT,PULL] Qualcomm clock fixes for v6.11

Message ID 20240826150856.1647492-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm clock fixes for v6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-fixes-for-6.11

Message

Bjorn Andersson Aug. 26, 2024, 3:08 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-fixes-for-6.11

for you to fetch changes up to 6357efe3abead68048729adf11a9363881657939:

  clk: qcom: ipq9574: Update the alpha PLL type for GPLLs (2024-08-14 21:56:45 -0500)

----------------------------------------------------------------
Qualcomm clock fixes for v6.11

This corrects several issues with the Alpha PLL clock driver.

It updates IPQ9574 GCC driver to correctly use the EVO PLL registers for
GPLL clocks. X1E USB GDSC flags are corrected to leave these in
retention as the controllers are suspended.

----------------------------------------------------------------
Abel Vesa (1):
      clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flags

Satya Priya Kakitapalli (4):
      clk: qcom: clk-alpha-pll: Fix the pll post div mask
      clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API
      clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL is disabled
      clk: qcom: clk-alpha-pll: Update set_rate for Zonda PLL

devi priya (1):
      clk: qcom: ipq9574: Update the alpha PLL type for GPLLs

 drivers/clk/qcom/clk-alpha-pll.c | 25 ++++++++++++++++++++++---
 drivers/clk/qcom/gcc-ipq9574.c   | 12 ++++++------
 drivers/clk/qcom/gcc-x1e80100.c  |  4 ++--
 3 files changed, 30 insertions(+), 11 deletions(-)

Comments

Stephen Boyd Aug. 27, 2024, 5:35 p.m. UTC | #1
Quoting Bjorn Andersson (2024-08-26 08:08:55)
> 
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
> 
>   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-fixes-for-6.11
> 
> for you to fetch changes up to 6357efe3abead68048729adf11a9363881657939:
> 
>   clk: qcom: ipq9574: Update the alpha PLL type for GPLLs (2024-08-14 21:56:45 -0500)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes