The Linux Kernel Mailing List
 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.15-rc7
Date: Wed, 21 May 2025 14:41:31 -0700	[thread overview]
Message-ID: <20250521214133.1193304-1-sboyd@kernel.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2039 bytes --]

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

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 6a56880562d470b7bbdd1d955ff3fad4ad73a74f:

  Merge tag 'sunxi-clk-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2025-05-17 20:46:38 -0700)

----------------------------------------------------------------
Fixes for some SoC clk drivers:

 - Define the gate clk for the OTG PHY on Rockchip RK3576 so the nvmem
   driver actually works

 - Initialize clk_hw_onecell_data::num before accessing the 'hws' array
   to keep UBSAN happy

 - Fix a perf degradation on the Allwinner D1 MMC clk that was making
   things half bad

 - Fix the Allwinner SNXI_CCU_MP_DATA_WITH_MUX_GATE_FEAT macro to have
   proper order of arguments

----------------------------------------------------------------
Andre Przywara (2):
      clk: sunxi-ng: fix order of arguments in clock macro
      clk: sunxi-ng: d1: Add missing divider for MMC mod clocks

André Draszik (1):
      clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()

Heiko Stuebner (1):
      clk: rockchip: rk3576: define clk_otp_phy_g

Stephen Boyd (2):
      Merge tag 'v6.15-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-fixes
      Merge tag 'sunxi-clk-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes

 drivers/clk/clk-s2mps11.c            |  3 ++-
 drivers/clk/rockchip/clk-rk3576.c    |  2 ++
 drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 42 ++++++++++++++++++++----------------
 drivers/clk/sunxi-ng/ccu_mp.h        | 25 +++++++++++++++++++--
 4 files changed, 51 insertions(+), 21 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:[~2025-05-21 21:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21 21:41 Stephen Boyd [this message]
2025-05-22  0:44 ` [GIT PULL] clk fixes for v6.15-rc7 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=20250521214133.1193304-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