All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add RTC related clocks for Ingenic SoCs.
@ 2020-07-25  5:11 周琰杰 (Zhou Yanjie)
  2020-07-25  5:11 ` [PATCH 1/3] dt-bindings: clock: " 周琰杰 (Zhou Yanjie)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2020-07-25  5:11 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt
  Cc: linux-clk, linux-kernel, devicetree, paul, prasannatsmkumar,
	dongsheng.qiu, aric.pzqi, rick.tyliu, yanfei.li, sernia.zhou,
	zhenwenjin

1.Add RTC related clocks bindings for the JZ4780 SoC,
  the X1000 SoC, and the X1830 SoC.
2.Add "XXXX_CLK_EXCLK_DIV512" and "XXXX_CLK_RTC" for
  the JZ4780 SoC, the X1000 SoC, and the X1830 SoC.

周琰杰 (Zhou Yanjie) (3):
  dt-bindings: clock: Add RTC related clocks for Ingenic SoCs.
  dt-bindings: clock: Add tabs to align code.
  clk: Ingenic: Add RTC related clocks for Ingenic SoCs.

 drivers/clk/ingenic/jz4780-cgu.c       |  12 +++
 drivers/clk/ingenic/x1000-cgu.c        |  13 +++
 drivers/clk/ingenic/x1830-cgu.c        |  13 +++
 include/dt-bindings/clock/jz4780-cgu.h | 144 +++++++++++++++++----------------
 include/dt-bindings/clock/x1000-cgu.h  |   2 +
 include/dt-bindings/clock/x1830-cgu.h  |   2 +
 6 files changed, 115 insertions(+), 71 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2020-07-28  1:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25  5:11 [PATCH 0/3] Add RTC related clocks for Ingenic SoCs 周琰杰 (Zhou Yanjie)
2020-07-25  5:11 ` [PATCH 1/3] dt-bindings: clock: " 周琰杰 (Zhou Yanjie)
2020-07-25  5:11 ` [PATCH 2/3] dt-bindings: clock: Add tabs to align code 周琰杰 (Zhou Yanjie)
2020-07-25  5:11 ` [PATCH 3/3] clk: Ingenic: Add RTC related clocks for Ingenic SoCs 周琰杰 (Zhou Yanjie)
2020-07-28  1:19 ` [PATCH 0/3] " Stephen Boyd

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.