The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10 for you to fetch changes up to 72ceafb587a56e26c905472418c7dc2033c294d3: clk: qcom: gcc-ipq9574: Add BRANCH_HALT_VOTED flag (2024-05-28 16:32:47 -0500) ---------------------------------------------------------------- Qualcomm clock fixes for v6.10 Correct the Stromer Plus PLL set_rate to explicitly set ALPHA_EN bit and remove unnecessary upper parts of CONFIG_CTL values. Mark the recently added IPQ9574 GCC crypto clocks BRANCH_HALT_VOTED, to address stuck clock warnings. Lastly fix the GPLL6 and GPLL7 parents on SM6350 to avoid issues with these reportedly running at ~25GHz. ---------------------------------------------------------------- Gabor Juhos (2): clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from Stromer pll configs Luca Weiss (1): clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents Md Sadre Alam (1): clk: qcom: gcc-ipq9574: Add BRANCH_HALT_VOTED flag drivers/clk/qcom/apss-ipq-pll.c | 2 -- drivers/clk/qcom/clk-alpha-pll.c | 3 +++ drivers/clk/qcom/gcc-ipq9574.c | 10 ++++++---- drivers/clk/qcom/gcc-sm6350.c | 10 +++++----- 4 files changed, 14 insertions(+), 11 deletions(-)