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 7.3 #1
Date: Wed, 05 Aug 2026 23:23:57 +0200 [thread overview]
Message-ID: <5218537.CQOukoFCf9@diego> (raw)
Hi Mike, Stephen,
please find below a pull-request with Rockchip clock changes for 7.3
Please pull.
Thanks
Heiko
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.3-rockchip-clk1
for you to fetch changes up to 586ff159ec02533c17dd928641529cb0b52e9c62:
clk: rockchip: rk3576: fix source muxes for SPI0..SPI4 (2026-08-05 22:45:22 +0200)
----------------------------------------------------------------
Clock driver for RV1106, fix for rk3576 spi source mux, better representing
fractional PLL coefficients and a fix for the dclk of the 3rd video-port to
not affect other compoents when its rate gets changed.
----------------------------------------------------------------
Alexey Charkov (3):
clk: rockchip: Fix the fractional part denominator on RK3588/RK3576 PLLs
clk: rockchip: Fractional PLL coefficient on RK3588/RK3576 is two's complement
clk: rockchip: rk3576: fix source muxes for SPI0..SPI4
Heiko Stuebner (2):
clk: rockchip: rk3588: Don't change PLL rates when setting dclk_vop2_src
clk: rockchip: rk3588: Allow VP2 the same sourcing options as other VPs
Simon Glass (2):
dt-bindings: clock: rockchip: Add RV1106 CRU support
clk: rockchip: Add clock controller for the RV1106
.../bindings/clock/rockchip,rv1106-cru.yaml | 60 ++
drivers/clk/rockchip/Kconfig | 7 +
drivers/clk/rockchip/Makefile | 1 +
drivers/clk/rockchip/clk-pll.c | 16 +-
drivers/clk/rockchip/clk-rk3576.c | 15 +-
drivers/clk/rockchip/clk-rk3588.c | 6 +-
drivers/clk/rockchip/clk-rv1106.c | 1099 ++++++++++++++++++++
drivers/clk/rockchip/clk.h | 8 +-
include/dt-bindings/clock/rockchip,rv1106-cru.h | 306 ++++++
9 files changed, 1500 insertions(+), 18 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rv1106-cru.yaml
create mode 100644 drivers/clk/rockchip/clk-rv1106.c
create mode 100644 include/dt-bindings/clock/rockchip,rv1106-cru.h
reply other threads:[~2026-08-05 21:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=5218537.CQOukoFCf9@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