linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] clk: rockchip: add clock controller for rk3568
@ 2021-02-23  9:53 Elaine Zhang
  2021-02-23  9:53 ` [PATCH v1 1/4] dt-bindings: add bindings for rk3568 clock controller Elaine Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Elaine Zhang @ 2021-02-23  9:53 UTC (permalink / raw)
  To: sboyd, heiko
  Cc: huangtao, Elaine Zhang, linux-kernel, kever.yang, linux-rockchip,
	tony.xie, finley.xiao, linux-arm-kernel, linux-clk, cl

Add the clock tree definition for the new rk3568 SoC

Elaine Zhang (4):
  dt-bindings: add bindings for rk3568 clock controller
  clk: rockchip: add dt-binding header for rk3568
  clk: rockchip: support more core div setting
  clk: rockchip: add clock controller for rk3568

 .../bindings/clock/rockchip,rk3568-cru.txt    |   66 +
 drivers/clk/rockchip/Kconfig                  |    7 +
 drivers/clk/rockchip/Makefile                 |    1 +
 drivers/clk/rockchip/clk-cpu.c                |   25 +
 drivers/clk/rockchip/clk-rk3568.c             | 1724 +++++++++++++++++
 drivers/clk/rockchip/clk.h                    |   45 +-
 include/dt-bindings/clock/rk3568-cru.h        |  926 +++++++++
 7 files changed, 2793 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.txt
 create mode 100644 drivers/clk/rockchip/clk-rk3568.c
 create mode 100644 include/dt-bindings/clock/rk3568-cru.h

-- 
2.17.1




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2021-02-25  9:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  9:53 [PATCH v1 0/4] clk: rockchip: add clock controller for rk3568 Elaine Zhang
2021-02-23  9:53 ` [PATCH v1 1/4] dt-bindings: add bindings for rk3568 clock controller Elaine Zhang
2021-02-23 10:50   ` Johan Jonker
2021-02-23 10:54     ` Heiko Stübner
2021-02-23  9:53 ` [PATCH v1 2/4] clk: rockchip: add dt-binding header for rk3568 Elaine Zhang
2021-02-23 10:45   ` Heiko Stübner
2021-02-24  6:35     ` elaine.zhang
2021-02-24  7:27       ` Heiko Stübner
2021-02-23  9:53 ` [PATCH v1 3/4] clk: rockchip: support more core div setting Elaine Zhang
2021-02-23 10:22   ` Heiko Stübner
2021-02-25  2:59     ` elaine.zhang
2021-02-25  9:07       ` Heiko Stübner
2021-02-23  9:53 ` [PATCH v1 4/4] clk: rockchip: add clock controller for rk3568 Elaine Zhang

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).