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.19 #1
Date: Mon, 24 Nov 2025 22:57:09 +0100 [thread overview]
Message-ID: <3018362.e9J7NaK4W3@diego> (raw)
Hi Mike, Stephen,
please find below a pull-request with Rockchip clock change for 6.19
Please pull.
Thanks
Heiko
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.19-rockchip-clk1
for you to fetch changes up to 18191dd750e6c9e17fabefd09ff418dd587bcdb9:
clk: rockchip: Add clock and reset driver for RK3506 (2025-11-23 22:56:49 +0100)
----------------------------------------------------------------
SCMI clock-ids and max-clk-number removal from dt-binding on RK3568 as
well as clock drivers for the new SoCs RV1126B and RK3506.
----------------------------------------------------------------
Elaine Zhang (4):
clk: rockchip: Implement rockchip_clk_register_armclk_multi_pll()
dt-bindings: clock, reset: Add support for rv1126b
clk: rockchip: Add clock controller for the RV1126B
clk: rockchip: Add clock and reset driver for RK3506
Finley Xiao (1):
dt-bindings: clock: rockchip: Add RK3506 clock and reset unit
Heiko Stuebner (3):
dt-bindings: clock: rk3568: Add SCMI clock ids
clk: rockchip: rk3568: Drop CLK_NR_CLKS usage
dt-bindings: clock: rk3568: Drop CLK_NR_CLKS define
.../bindings/clock/rockchip,rk3506-cru.yaml | 55 +
.../bindings/clock/rockchip,rv1126b-cru.yaml | 52 +
drivers/clk/rockchip/Kconfig | 14 +
drivers/clk/rockchip/Makefile | 2 +
drivers/clk/rockchip/clk-cpu.c | 165 +++
drivers/clk/rockchip/clk-rk3506.c | 869 +++++++++++++++
drivers/clk/rockchip/clk-rk3568.c | 5 +-
drivers/clk/rockchip/clk-rv1126b.c | 1117 ++++++++++++++++++++
drivers/clk/rockchip/clk.c | 24 +
drivers/clk/rockchip/clk.h | 96 ++
drivers/clk/rockchip/rst-rk3506.c | 226 ++++
drivers/clk/rockchip/rst-rv1126b.c | 443 ++++++++
include/dt-bindings/clock/rk3568-cru.h | 6 +-
include/dt-bindings/clock/rockchip,rk3506-cru.h | 285 +++++
include/dt-bindings/clock/rockchip,rv1126b-cru.h | 392 +++++++
include/dt-bindings/reset/rockchip,rk3506-cru.h | 211 ++++
include/dt-bindings/reset/rockchip,rv1126b-cru.h | 405 +++++++
17 files changed, 4365 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3506-cru.yaml
create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rv1126b-cru.yaml
create mode 100644 drivers/clk/rockchip/clk-rk3506.c
create mode 100644 drivers/clk/rockchip/clk-rv1126b.c
create mode 100644 drivers/clk/rockchip/rst-rk3506.c
create mode 100644 drivers/clk/rockchip/rst-rv1126b.c
create mode 100644 include/dt-bindings/clock/rockchip,rk3506-cru.h
create mode 100644 include/dt-bindings/clock/rockchip,rv1126b-cru.h
create mode 100644 include/dt-bindings/reset/rockchip,rk3506-cru.h
create mode 100644 include/dt-bindings/reset/rockchip,rv1126b-cru.h
next reply other threads:[~2025-11-24 21:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 21:57 Heiko Stuebner [this message]
2025-11-30 19:41 ` [GIT PULL] Rockchip clock changes for 6.19 #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=3018362.e9J7NaK4W3@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