All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] clk: rockchip: rk3568: add clock driver
@ 2021-05-19  8:49 Elaine at denx.de
  2021-05-19  8:49 ` [PATCH v1 1/2] rockchip: rk3568: add device tree file Elaine at denx.de
  2021-05-19  8:49 ` [PATCH v1 2/2] rockchip: rk3568: add clock driver Elaine at denx.de
  0 siblings, 2 replies; 5+ messages in thread
From: Elaine at denx.de @ 2021-05-19  8:49 UTC (permalink / raw)
  To: u-boot

From: Elaine Zhang <zhangqing@rock-chips.com>

Add basic clock for rk3568 which including cpu, bus, mmc,
i2c, pwm, gmac ...clocks init.

Elaine Zhang (2):
  rockchip: rk3568: add device tree file
  rockchip: rk3568: add clock driver

 .../include/asm/arch-rockchip/cru_rk3568.h    |  504 +++
 drivers/clk/rockchip/Makefile                 |    1 +
 drivers/clk/rockchip/clk_rk3568.c             | 2908 +++++++++++++++++
 include/dt-bindings/clock/rk3568-cru.h        |  925 ++++++
 4 files changed, 4338 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3568.h
 create mode 100644 drivers/clk/rockchip/clk_rk3568.c
 create mode 100644 include/dt-bindings/clock/rk3568-cru.h

-- 
2.17.1

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

end of thread, other threads:[~2021-05-21 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19  8:49 [PATCH v1 0/2] clk: rockchip: rk3568: add clock driver Elaine at denx.de
2021-05-19  8:49 ` [PATCH v1 1/2] rockchip: rk3568: add device tree file Elaine at denx.de
2021-05-21 13:22   ` Kever Yang
2021-05-19  8:49 ` [PATCH v1 2/2] rockchip: rk3568: add clock driver Elaine at denx.de
2021-05-21 13:33   ` Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.