devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add CRU support for rk3576 SoC
@ 2024-08-14 22:19 Detlev Casanova
  2024-08-14 22:19 ` [PATCH v5 1/2] dt-bindings: clock, reset: Add support for rk3576 Detlev Casanova
  2024-08-14 22:19 ` [PATCH v5 2/2] clk: rockchip: Add clock controller for the RK3576 Detlev Casanova
  0 siblings, 2 replies; 9+ messages in thread
From: Detlev Casanova @ 2024-08-14 22:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Heiko Stuebner, Philipp Zabel, Elaine Zhang,
	linux-clk, devicetree, linux-arm-kernel, linux-rockchip, kernel,
	Detlev Casanova

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

The resets have been renumbered without gaps and their actual register/bit
information is set in rst-rk3576.c as it has been done for rk3588.

Changes since v4:
- Fix commit message with idx starting at 0
- Stash all bindings commits
- Cleanup example and add me as maintainer

Changes since v3:
- Add missing include in bindings

Changes since v2:
- Renumber IDs from 0
- Commit clock header with clock bindings
- Add missing resets on sub-cores
- Add redundant fields in bindings

Changes since v1:
- Remove reset defines that are probably out of the main core
- Separate resets and clocks bindings
- Renumber the resets without gaps

Detlev.

Detlev Casanova (1):
  dt-bindings: clock, reset: Add support for rk3576

Elaine Zhang (1):
  clk: rockchip: Add clock controller for the RK3576

 .../bindings/clock/rockchip,rk3576-cru.yaml   |   64 +
 drivers/clk/rockchip/Kconfig                  |    7 +
 drivers/clk/rockchip/Makefile                 |    1 +
 drivers/clk/rockchip/clk-rk3576.c             | 1819 +++++++++++++++++
 drivers/clk/rockchip/clk.h                    |   53 +
 drivers/clk/rockchip/rst-rk3576.c             |  652 ++++++
 .../dt-bindings/clock/rockchip,rk3576-cru.h   |  592 ++++++
 .../dt-bindings/reset/rockchip,rk3576-cru.h   |  564 +++++
 8 files changed, 3752 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3576-cru.yaml
 create mode 100644 drivers/clk/rockchip/clk-rk3576.c
 create mode 100644 drivers/clk/rockchip/rst-rk3576.c
 create mode 100644 include/dt-bindings/clock/rockchip,rk3576-cru.h
 create mode 100644 include/dt-bindings/reset/rockchip,rk3576-cru.h

-- 
2.46.0


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

end of thread, other threads:[~2024-08-19 17:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 22:19 [PATCH v5 0/2] Add CRU support for rk3576 SoC Detlev Casanova
2024-08-14 22:19 ` [PATCH v5 1/2] dt-bindings: clock, reset: Add support for rk3576 Detlev Casanova
2024-08-15 15:07   ` Conor Dooley
2024-08-19 14:08     ` Detlev Casanova
2024-08-19 16:34       ` Conor Dooley
2024-08-19 17:14         ` Detlev Casanova
2024-08-19 17:31           ` Conor Dooley
2024-08-19 17:36             ` Conor Dooley
2024-08-14 22:19 ` [PATCH v5 2/2] 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).