mbox series

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

Message ID 20240420162801.1132878-1-andersson@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Qualcomm clock fixes for v6.9 | expand

Pull-request

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

Message

Bjorn Andersson April 20, 2024, 4:28 p.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -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.9

for you to fetch changes up to 0d4ce2458cd7d1d66a5ee2f3c036592fb663d5bc:

  clk: qcom: smd-rpm: Restore msm8976 num_clk (2024-04-02 22:49:07 -0500)

----------------------------------------------------------------
Qualcomm clock fixes for v6.9

The introduction of support for the external VDD_GFX supply in SA8295P
ADP unearthed a lockdep problem in the GDSC code w.r.t regulator
supplies. Make the regulator optional, to avoid creating a dummy
regulator, on those boards that doesn't use this. While not solving the
root cause of the problem, it reduces the impact of the lockdep warning
- and it avoids wasting resources.

Refactoring of the RPM clock driver accidentally removed num_clks from
msm8976. Reintroduce this to get the clocks back.

----------------------------------------------------------------
Adam Skladowski (1):
      clk: qcom: smd-rpm: Restore msm8976 num_clk

Johan Hovold (1):
      clk: qcom: gdsc: treat optional supplies as optional

 drivers/clk/qcom/clk-smd-rpm.c |  1 +
 drivers/clk/qcom/gdsc.c        | 11 ++++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

Comments

Stephen Boyd April 22, 2024, 6:59 p.m. UTC | #1
Quoting Bjorn Andersson (2024-04-20 09:28:00)
> 
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -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.9
> 
> for you to fetch changes up to 0d4ce2458cd7d1d66a5ee2f3c036592fb663d5bc:
> 
>   clk: qcom: smd-rpm: Restore msm8976 num_clk (2024-04-02 22:49:07 -0500)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes