All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm clock fixes for v6.9
@ 2024-04-20 16:28 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2024-04-20 16:28 UTC (permalink / raw
  To: Stephen Boyd, linux-clk
  Cc: linux-arm-msm, linux-arm-kernel, Adam Skladowski, Johan Hovold


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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Qualcomm clock fixes for v6.9
@ 2024-04-20 16:28 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2024-04-20 16:28 UTC (permalink / raw
  To: Stephen Boyd, linux-clk
  Cc: linux-arm-msm, linux-arm-kernel, Adam Skladowski, Johan Hovold


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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Qualcomm clock fixes for v6.9
  2024-04-20 16:28 ` Bjorn Andersson
@ 2024-04-22 18:59   ` Stephen Boyd
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2024-04-22 18:59 UTC (permalink / raw
  To: Bjorn Andersson, linux-clk
  Cc: linux-arm-msm, linux-arm-kernel, Adam Skladowski, Johan Hovold

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Qualcomm clock fixes for v6.9
@ 2024-04-22 18:59   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2024-04-22 18:59 UTC (permalink / raw
  To: Bjorn Andersson, linux-clk
  Cc: linux-arm-msm, linux-arm-kernel, Adam Skladowski, Johan Hovold

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-22 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20 16:28 [GIT PULL] Qualcomm clock fixes for v6.9 Bjorn Andersson
2024-04-20 16:28 ` Bjorn Andersson
2024-04-22 18:59 ` Stephen Boyd
2024-04-22 18:59   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.