Linux clock framework development
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v6.13-rc2
Date: Tue, 10 Dec 2024 16:24:11 -0800	[thread overview]
Message-ID: <20241211002412.449222-1-sboyd@kernel.org> (raw)

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

             reply	other threads:[~2024-12-11  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-11  0:24 Stephen Boyd [this message]
2024-12-11  2:26 ` [GIT PULL] clk fixes for v6.13-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241211002412.449222-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox