From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: [GIT PULL] Rockchip clock changes for 6.14 #1
Date: Tue, 14 Jan 2025 14:30:35 +0100 [thread overview]
Message-ID: <2020465.PYKUYFuaPT@diego> (raw)
Hi Mike, Stephen,
please find below a pull-request with Rockchip clock change for 6.14
Please pull.
Thanks
Heiko
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.14-rockchip-clk1
for you to fetch changes up to cd8b5366636bdff0449b789fb2d33abb20804255:
clk: rockchip: rk3588: make refclko25m_ethX critical (2025-01-09 16:23:32 +0100)
----------------------------------------------------------------
Real handling of the linked clocks (clocks of the interconnect port a
peripheral is connected to) on rk3588 using pm-clocks, allowing us to
stop marking them as critical and one more rk3588 critical clock, that
the kernel cannot handle otherise right now.
----------------------------------------------------------------
Heiko Stuebner (1):
clk: rockchip: rk3588: make refclko25m_ethX critical
Sebastian Reichel (5):
clk: rockchip: support clocks registered late
clk: rockchip: rk3588: register GATE_LINK later
clk: rockchip: expose rockchip_clk_set_lookup
clk: rockchip: implement linked gate clock support
clk: rockchip: rk3588: drop RK3588_LINKED_CLK
drivers/clk/rockchip/Makefile | 1 +
drivers/clk/rockchip/clk-rk3588.c | 120 +++++++++++++++++++++++---------------
drivers/clk/rockchip/clk.c | 102 +++++++++++++++++++++++++++-----
drivers/clk/rockchip/clk.h | 40 +++++++++++++
drivers/clk/rockchip/gate-link.c | 85 +++++++++++++++++++++++++++
5 files changed, 288 insertions(+), 60 deletions(-)
create mode 100644 drivers/clk/rockchip/gate-link.c
next reply other threads:[~2025-01-14 13:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-14 13:30 Heiko Stuebner [this message]
2025-01-14 18:52 ` [GIT PULL] Rockchip clock changes for 6.14 #1 Stephen Boyd
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=2020465.PYKUYFuaPT@diego \
--to=heiko@sntech.de \
--cc=linux-clk@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.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