mbox series

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

Message ID 20241211002412.449222-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v6.13-rc2 | expand

Pull-request

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

Message

Stephen Boyd Dec. 11, 2024, 12:24 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 11, 2024, 2:26 a.m. UTC | #1
The pull request you sent on Tue, 10 Dec 2024 16:24:11 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f92f4749861b06fed908d336b4dee1326003291b

Thank you!