mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: sophgo: add SG2044 clock controller support
@ 2024-12-09  8:21 Inochi Amaoto
  2024-12-09  8:21 ` [PATCH 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044 Inochi Amaoto
  2024-12-09  8:21 ` [PATCH 2/2] clk: sophgo: Add clock controller support for SG2044 SoC Inochi Amaoto
  0 siblings, 2 replies; 5+ messages in thread
From: Inochi Amaoto @ 2024-12-09  8:21 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Chen Wang, Inochi Amaoto,
	Richard Cochran
  Cc: Inochi Amaoto, linux-clk, devicetree, linux-kernel, netdev,
	Yixun Lan, Longbin Li

The clock controller of SG2044 provides multiple clocks for various
IPs on the SoC, including PLL, mux, div and gates. As the PLL and
div have obvious changed and do not fit the framework of SG2042,
a new implement is provided to handle these.

Inochi Amaoto (2):
  dt-bindings: clock: sophgo: add clock controller for SG2044
  clk: sophgo: Add clock controller support for SG2044 SoC

 .../bindings/clock/sophgo,sg2044-clk.yaml     |   40 +
 drivers/clk/sophgo/Kconfig                    |   11 +
 drivers/clk/sophgo/Makefile                   |    1 +
 drivers/clk/sophgo/clk-sg2044.c               | 2275 +++++++++++++++++
 drivers/clk/sophgo/clk-sg2044.h               |   62 +
 include/dt-bindings/clock/sophgo,sg2044-clk.h |  170 ++
 6 files changed, 2559 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/sophgo,sg2044-clk.yaml
 create mode 100644 drivers/clk/sophgo/clk-sg2044.c
 create mode 100644 drivers/clk/sophgo/clk-sg2044.h
 create mode 100644 include/dt-bindings/clock/sophgo,sg2044-clk.h

--
2.47.1


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

end of thread, other threads:[~2024-12-16 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-09  8:21 [PATCH 0/2] clk: sophgo: add SG2044 clock controller support Inochi Amaoto
2024-12-09  8:21 ` [PATCH 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044 Inochi Amaoto
2024-12-16 10:08   ` Krzysztof Kozlowski
2024-12-09  8:21 ` [PATCH 2/2] clk: sophgo: Add clock controller support for SG2044 SoC Inochi Amaoto
2024-12-10  5:23   ` 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

all inboxes | Powered by JetHome®