All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/2] clk: rockchip: rk3568: add clock driver
@ 2021-05-26  9:01 Elaine, Zhang
  2021-05-26  9:01 ` [RESEND PATCH v2 1/2] rockchip: rk3568: add device tree file Elaine, Zhang
  2021-05-26  9:01 ` [RESEND PATCH v2 2/2] rockchip: rk3568: add clock driver Elaine, Zhang
  0 siblings, 2 replies; 6+ messages in thread
From: Elaine, Zhang @ 2021-05-26  9:01 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] 6+ messages in thread
* [RESEND PATCH v2 0/2] clk: rockchip: rk3568: add clock driver
@ 2021-06-23  7:09 Elaine Zhang
  0 siblings, 0 replies; 6+ messages in thread
From: Elaine Zhang @ 2021-06-23  7:09 UTC (permalink / raw)
  To: sjg, philipp.tomsich, kever.yang, lukma; +Cc: zhangqing, u-boot, chenjh

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  9:01 [RESEND PATCH v2 0/2] clk: rockchip: rk3568: add clock driver Elaine, Zhang
2021-05-26  9:01 ` [RESEND PATCH v2 1/2] rockchip: rk3568: add device tree file Elaine, Zhang
2021-06-01 11:59   ` Kever Yang
2021-05-26  9:01 ` [RESEND PATCH v2 2/2] rockchip: rk3568: add clock driver Elaine, Zhang
2021-06-01 12:00   ` Kever Yang
2021-06-23  7:09 [RESEND PATCH v2 0/2] clk: " Elaine Zhang

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.