[GIT PULL] Rockchip clock changes for 6.14 #1

Heiko Stuebner heiko at sntech.de
Tue Jan 14 05:30:35 PST 2025


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






More information about the Linux-rockchip mailing list