linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add CRU support for rk3576 SoC
@ 2024-08-02 14:12 Detlev Casanova
  2024-08-02 14:12 ` [PATCH 1/3] dt-bindings: clock: add rk3576 cru bindings Detlev Casanova
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Detlev Casanova @ 2024-08-02 14:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Heiko Stuebner, Elaine Zhang, linux-clk, devicetree,
	linux-arm-kernel, linux-rockchip, Detlev Casanova

Add support for clocks and resets on the rk3576.
Patches from downstream have been squashed and rebased.

Detlev Casanova (1):
  dt-bindings: clock: add rk3576 cru bindings

Elaine Zhang (2):
  clk: rockchip: Add dt-binding header for rk3576
  clk: rockchip: Add clock controller for the RK3576

 .../bindings/clock/rockchip,rk3576-cru.yaml   |   73 +
 drivers/clk/rockchip/Kconfig                  |    7 +
 drivers/clk/rockchip/Makefile                 |    1 +
 drivers/clk/rockchip/clk-rk3576.c             | 1818 +++++++++++++++++
 drivers/clk/rockchip/clk.h                    |   52 +
 .../dt-bindings/clock/rockchip,rk3576-cru.h   | 1149 +++++++++++
 6 files changed, 3100 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3576-cru.yaml
 create mode 100644 drivers/clk/rockchip/clk-rk3576.c
 create mode 100644 include/dt-bindings/clock/rockchip,rk3576-cru.h

-- 
2.46.0



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

end of thread, other threads:[~2024-08-02 21:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 14:12 [PATCH 0/3] Add CRU support for rk3576 SoC Detlev Casanova
2024-08-02 14:12 ` [PATCH 1/3] dt-bindings: clock: add rk3576 cru bindings Detlev Casanova
2024-08-02 14:12 ` [PATCH 2/3] clk: rockchip: Add dt-binding header for rk3576 Detlev Casanova
2024-08-02 14:34   ` Heiko Stübner
2024-08-02 21:11     ` Detlev Casanova
2024-08-02 14:12 ` [PATCH 3/3] clk: rockchip: Add clock controller for the RK3576 Detlev Casanova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).