[GIT PULL] clk fixes for v6.13-rc2

From: Stephen Boyd
Date: Tue Dec 10 2024 - 19:24:20 EST


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 52fd1709e41d3a85b48bcfe2404a024ebaf30c3b:

clk: en7523: Initialize num before accessing hws in en7523_register_clocks() (2024-12-03 14:54:12 -0800)

----------------------------------------------------------------
Two reverts and two EN7581 driver fixes:

- Revert the attempt to make CLK_GET_RATE_NOCACHE flag work in
clk_set_rate() because it led to problems with the Qualcomm CPUFreq
driver
- Revert Amlogic reset driver back to the initial implementation. This
broke probe of the audio subsystem on axg based platforms and also
had compilation problems. We'll try again next time.
- Fix a clk frequency and fix array bounds runtime checks in the Airoha
EN7581 driver

----------------------------------------------------------------
Christian Marangi (1):
clk: en7523: Fix wrong BUS clock for EN7581

Haoyu Li (1):
clk: en7523: Initialize num before accessing hws in en7523_register_clocks()

Jerome Brunet (1):
clk: amlogic: axg-audio: revert reset implementation

Johan Hovold (1):
Revert "clk: Fix invalid execution of clk_set_rate"

drivers/clk/clk-en7523.c | 9 ++--
drivers/clk/clk.c | 2 +-
drivers/clk/meson/Kconfig | 2 +-
drivers/clk/meson/axg-audio.c | 109 ++++++++++++++++++++++++++++++++++++++----
4 files changed, 107 insertions(+), 15 deletions(-)

--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git