All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: rockchip: rk3568: add clock driver
@ 2021-05-26  8:46 Elaine, Zhang
  2021-05-26  8:46 ` [PATCH v2 1/2] rockchip: rk3568: add device tree file Elaine, Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Elaine, Zhang @ 2021-05-26  8:46 UTC (permalink / raw)
  To: sjg, philipp.tomsich, kever.yang, lukma; +Cc: zhangqing, u-boot, chenjh

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

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

Change in V2:
[PATCH v2 0/1]: No change.
[PATCH v2 0/2]: update the copyright info and remove unused clock set/get.

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             | 2959 +++++++++++++++++
 include/dt-bindings/clock/rk3568-cru.h        |  925 ++++++
 4 files changed, 4389 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] 10+ messages in thread

end of thread, other threads:[~2021-06-08  7:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  8:46 [PATCH v2 0/2] clk: rockchip: rk3568: add clock driver Elaine, Zhang
2021-05-26  8:46 ` [PATCH v2 1/2] rockchip: rk3568: add device tree file Elaine, Zhang
2021-06-08  7:09   ` Kever Yang
2021-05-26  8:46 ` [PATCH v2 2/2] rockchip: rk3568: add clock driver Elaine, Zhang
2021-06-08  7:09   ` Kever Yang
2021-05-26  8:46 ` [PATCH v5 0/6] power: pmic: support more PMIC Elaine, Zhang
2021-05-26 22:03   ` Jaehoon Chung
2021-05-26  8:46 ` [PATCH v5 1/6] dm: regulator: support regulator more state Elaine, Zhang
2021-05-26 22:18   ` Jaehoon Chung
2021-05-27  1:42     ` zhangqing

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.