linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] add support for T7 family clock controller
@ 2024-12-31  6:00 Jian Hu
  2024-12-31  6:00 ` [PATCH 1/5] dt-bindings: clock: add Amlogic T7 PLL " Jian Hu
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Jian Hu @ 2024-12-31  6:00 UTC (permalink / raw)
  To: Jerome Brunet, Xianwei Zhao, Chuan Liu, Neil Armstrong,
	Kevin Hilman, Stephen Boyd, Michael Turquette, Dmitry Rokosov,
	robh+dt, Rob Herring
  Cc: Jian Hu, devicetree, linux-clk, linux-amlogic, linux-kernel,
	linux-arm-kernel

It intrduces three clock controller: 
- scmi clock controller, these clocks are managed by the SCP and handled through SCMI;
- PLL clock controller;
- peripheral clock controller.

Jian Hu (5):
  dt-bindings: clock: add Amlogic T7 PLL clock controller
  dt-bindings: clock: add Amlogic T7 SCMI clock controller
  dt-bindings: clock: add Amlogic T7 peripherals clock controller
  clk: meson: t7: add support for the T7 SoC PLL clock
  clk: meson: t7: add t7 clock peripherals controller driver

 .../clock/amlogic,t7-peripherals-clkc.yaml    |  111 +
 .../bindings/clock/amlogic,t7-pll-clkc.yaml   |  115 +
 drivers/clk/meson/Kconfig                     |   27 +
 drivers/clk/meson/Makefile                    |    2 +
 drivers/clk/meson/t7-peripherals.c            | 2319 +++++++++++++++++
 drivers/clk/meson/t7-pll.c                    | 1192 +++++++++
 .../clock/amlogic,t7-peripherals-clkc.h       |  231 ++
 .../dt-bindings/clock/amlogic,t7-pll-clkc.h   |   57 +
 include/dt-bindings/clock/amlogic,t7-scmi.h   |   48 +
 9 files changed, 4102 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,t7-peripherals-clkc.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml
 create mode 100644 drivers/clk/meson/t7-peripherals.c
 create mode 100644 drivers/clk/meson/t7-pll.c
 create mode 100644 include/dt-bindings/clock/amlogic,t7-peripherals-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,t7-pll-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,t7-scmi.h

-- 
2.47.1



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

end of thread, other threads:[~2025-01-08  9:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31  6:00 [PATCH 0/5] add support for T7 family clock controller Jian Hu
2024-12-31  6:00 ` [PATCH 1/5] dt-bindings: clock: add Amlogic T7 PLL " Jian Hu
2025-01-03 18:55   ` Rob Herring
2025-01-08  9:10     ` Jian Hu
2024-12-31  6:00 ` [PATCH 2/5] dt-bindings: clock: add Amlogic T7 SCMI " Jian Hu
2025-01-03 19:02   ` Rob Herring (Arm)
2024-12-31  6:00 ` [PATCH 3/5] dt-bindings: clock: add Amlogic T7 peripherals " Jian Hu
2025-01-03 19:03   ` Rob Herring (Arm)
2024-12-31  6:00 ` [PATCH 4/5] clk: meson: t7: add support for the T7 SoC PLL clock Jian Hu
2025-01-01  9:02   ` kernel test robot
2024-12-31  6:00 ` [PATCH 5/5] clk: meson: t7: add t7 clock peripherals controller driver Jian Hu
2025-01-01 17:09   ` kernel test robot
2025-01-05 18:00   ` kernel test robot

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