devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Add Ingenic JZ4755 CGU driver
@ 2022-10-24  4:40 Siarhei Volkau
  2022-10-24  4:40 ` [PATCH v5 1/3] dt-bindings: ingenic: Add support for the JZ4755 CGU Siarhei Volkau
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Siarhei Volkau @ 2022-10-24  4:40 UTC (permalink / raw)
  Cc: Siarhei Volkau, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Paul Cercueil, linux-clk, devicetree,
	linux-kernel, linux-mips

This patch series adds a Clock Generation Unit (CGU)
driver for the JZ4755 SoC.

v5:
 - reword commit msg for documentation
 - reword cover letter
v4:
 - absent commit msg fixed
 - +/- ack
v3:
 - MACH_JZ4755 creation removed
 - AIC clock parent fixed
 - EXT/512 clock clarified (tested)
 - dt header license refined
v2:
 - CGU patches moved into its own patchset
 - dual license for dt-bindings header
 - Krzysztof's ack picked up
v1:
 - adds support for the whole JZ4755

Siarhei Volkau (3):
  dt-bindings: ingenic: Add support for the JZ4755 CGU
  dt-bindings: clock: Add Ingenic JZ4755 CGU header
  clk: Add Ingenic JZ4755 CGU driver

 .../bindings/clock/ingenic,cgu.yaml           |   2 +
 drivers/clk/ingenic/Kconfig                   |  10 +
 drivers/clk/ingenic/Makefile                  |   1 +
 drivers/clk/ingenic/jz4755-cgu.c              | 346 ++++++++++++++++++
 .../dt-bindings/clock/ingenic,jz4755-cgu.h    |  49 +++
 5 files changed, 408 insertions(+)
 create mode 100644 drivers/clk/ingenic/jz4755-cgu.c
 create mode 100644 include/dt-bindings/clock/ingenic,jz4755-cgu.h

-- 
2.36.1


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

end of thread, other threads:[~2022-10-24 18:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24  4:40 [PATCH v5 0/3] Add Ingenic JZ4755 CGU driver Siarhei Volkau
2022-10-24  4:40 ` [PATCH v5 1/3] dt-bindings: ingenic: Add support for the JZ4755 CGU Siarhei Volkau
2022-10-24 12:22   ` Krzysztof Kozlowski
2022-10-24  4:40 ` [PATCH v5 2/3] dt-bindings: clock: Add Ingenic JZ4755 CGU header Siarhei Volkau
2022-10-24  4:40 ` [PATCH v5 3/3] clk: Add Ingenic JZ4755 CGU driver Siarhei Volkau
2022-10-24  9:47   ` Paul Cercueil
2022-10-24 12:29     ` Paul Cercueil

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