mbox series

[GIT,PULL] Rockchip clock changes for 6.14 #1

Message ID 2020465.PYKUYFuaPT@diego (mailing list archive)
State New
Headers show
Series [GIT,PULL] Rockchip clock changes for 6.14 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.14-rockchip-clk1

Message

Heiko Stübner Jan. 14, 2025, 1:30 p.m. UTC
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

Comments

Stephen Boyd Jan. 14, 2025, 6:52 p.m. UTC | #1
Quoting Heiko Stuebner (2025-01-14 05:30:35)
> 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)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next