devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4]  Add C3 SoC PLLs and Peripheral clock
@ 2023-09-28  6:34 Xianwei Zhao
  2023-09-28  6:34 ` [PATCH 1/4] dt-bindings: clock: add Amlogic C3 PLL clock controller bindings Xianwei Zhao
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Xianwei Zhao @ 2023-09-28  6:34 UTC (permalink / raw)
  To: linux-arm-kernel, linux-amlogic, linux-clk, devicetree,
	linux-kernel
  Cc: Neil Armstrong, Jerome Brunet, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Kevin Hilman,
	Martin Blumenstingl, Xianwei Zhao

Add C3 SoC PLLs and Peripheral clock controller dt-bindings.
Add PLLs and Peripheral clock controller driver for C3 SOC.

Xianwei Zhao (4):
  dt-bindings: clock: add Amlogic C3 PLL clock controller bindings
  dt-bindings: clock: add Amlogic C3 peripherals clock controller
    bindings
  clk: meson: C3: add support for the C3 SoC PLL clock
  clk: meson: c3: add c3 clock peripherals controller driver

 .../clock/amlogic,c3-peripherals-clkc.yaml    |   86 ++
 .../bindings/clock/amlogic,c3-pll-clkc.yaml   |   53 +
 drivers/clk/meson/Kconfig                     |   25 +
 drivers/clk/meson/Makefile                    |    2 +
 drivers/clk/meson/c3-peripherals.c            | 1372 +++++++++++++++++
 drivers/clk/meson/c3-peripherals.h            |   48 +
 drivers/clk/meson/c3-pll.c                    |  510 ++++++
 drivers/clk/meson/c3-pll.h                    |   35 +
 .../clock/amlogic,c3-peripherals-clkc.h       |  230 +++
 .../dt-bindings/clock/amlogic,c3-pll-clkc.h   |   42 +
 10 files changed, 2403 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,c3-peripherals-clkc.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,c3-pll-clkc.yaml
 create mode 100644 drivers/clk/meson/c3-peripherals.c
 create mode 100644 drivers/clk/meson/c3-peripherals.h
 create mode 100644 drivers/clk/meson/c3-pll.c
 create mode 100644 drivers/clk/meson/c3-pll.h
 create mode 100644 include/dt-bindings/clock/amlogic,c3-peripherals-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,c3-pll-clkc.h


base-commit: 57b55c76aaf1ba50ecc6dcee5cd6843dc4d85239
-- 
2.37.1


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

end of thread, other threads:[~2023-10-10  6:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28  6:34 [PATCH 0/4] Add C3 SoC PLLs and Peripheral clock Xianwei Zhao
2023-09-28  6:34 ` [PATCH 1/4] dt-bindings: clock: add Amlogic C3 PLL clock controller bindings Xianwei Zhao
2023-09-28 14:47   ` Rob Herring
2023-09-28  6:34 ` [PATCH 2/4] dt-bindings: clock: add Amlogic C3 peripherals " Xianwei Zhao
2023-09-28 14:47   ` Rob Herring
2023-09-28 15:05   ` kernel test robot
2023-10-08  4:34   ` kernel test robot
2023-09-28  6:34 ` [PATCH 3/4] clk: meson: C3: add support for the C3 SoC PLL clock Xianwei Zhao
2023-10-03 12:55   ` Jerome Brunet
2023-10-10  6:06     ` Xianwei Zhao
2023-09-28  6:34 ` [PATCH 4/4] clk: meson: c3: add c3 clock peripherals controller driver Xianwei Zhao
2023-09-30 15:53 ` [PATCH 0/4] Add C3 SoC PLLs and Peripheral clock Krzysztof Kozlowski
2023-10-10  6:02   ` Xianwei Zhao

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