Linux clock framework development
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v6.13-rc2
@ 2024-12-11  0:24 Stephen Boyd
  2024-12-11  2:26 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2024-12-11  0:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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

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

end of thread, other threads:[~2024-12-11  2:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11  0:24 [GIT PULL] clk fixes for v6.13-rc2 Stephen Boyd
2024-12-11  2:26 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox