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