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 v7.1-rc2
Date: Sun, 10 May 2026 08:06:34 -0700 [thread overview]
Message-ID: <20260510150635.3330901-1-sboyd@kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1680 bytes --]
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -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 de019f203b0d472c98ead4081ad4f05d92c9b826:
clk: rk808: fix OF node reference imbalance (2026-04-28 20:55:53 -0700)
----------------------------------------------------------------
Fixes for clk drivers:
- Mark the DDR bus clk critical in the SpaceMiT driver so that
boot doesn't fail
- Fix boot on Mobile EyeQ by creating the auxiliary device for
the ethernet PHY
- Plug an OF node leak in Rockchip rk808 clk driver
----------------------------------------------------------------
Brian Masney (1):
MAINTAINERS: add myself as a reviewer for the clk subsystem
Jerome Brunet (1):
clk: eyeq: use the auxiliary device creation helper
Johan Hovold (1):
clk: rk808: fix OF node reference imbalance
Théo Lebrun (2):
clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
reset: eyeq: drop device_set_of_node_from_dev() done by parent
Troy Mitchell (1):
clk: spacemit: k3: mark top_dclk as CLK_IS_CRITICAL
MAINTAINERS | 1 +
drivers/clk/clk-eyeq.c | 60 +++++++++++--------------------------------
drivers/clk/clk-rk808.c | 2 +-
drivers/clk/spacemit/ccu-k3.c | 2 +-
drivers/reset/reset-eyeq.c | 24 ++---------------
5 files changed, 20 insertions(+), 69 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
next reply other threads:[~2026-05-10 15:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-10 15:06 Stephen Boyd [this message]
2026-05-10 15:54 ` [GIT PULL] clk fixes for v7.1-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=20260510150635.3330901-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.