public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip clock changes for 6.19 #1
@ 2025-11-24 21:57 Heiko Stuebner
  2025-11-30 19:41 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2025-11-24 21:57 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 6.19 #1
  2025-11-24 21:57 [GIT PULL] Rockchip clock changes for 6.19 #1 Heiko Stuebner
@ 2025-11-30 19:41 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-11-30 19:41 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2025-11-24 13:57:09)
> 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)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-30 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-24 21:57 [GIT PULL] Rockchip clock changes for 6.19 #1 Heiko Stuebner
2025-11-30 19:41 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox