public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] clk: samsung: Introduce support for Exynos9610 clocks.
@ 2025-09-14 21:19 Alexandru Chimac
  2025-09-14 21:19 ` [PATCH 1/8] dt-bindings: clock: samsung: Add Exynos9610 CMU bindings Alexandru Chimac
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Alexandru Chimac @ 2025-09-14 21:19 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sylwester Nawrocki, Chanwoo Choi,
	Alim Akhtar, Michael Turquette, Stephen Boyd, Rob Herring,
	Conor Dooley, Alexandru Chimac, Krzysztof Kozlowski
  Cc: linux-samsung-soc, linux-clk, devicetree, linux-arm-kernel,
	linux-kernel, Alexandru Chimac

This patchset adds partial support for clocks (no SHUB, USB, MIF0/1, ISP, 
VIPX1/2, MFC) on Exynos9610.

Signed-off-by: Alexandru Chimac <alex@chimac.ro>
---
Alexandru Chimac (8):
      dt-bindings: clock: samsung: Add Exynos9610 CMU bindings
      clk: samsung: clk-pll: Add support for pll_1061x
      clk: samsung: Introduce Exynos9610 clock controller driver
      arm64: dts: exynos9610: Enable clock support
      dt-bindings: soc: exynos-sysreg: Add Exynos9610 SYSREG bindings
      arm64: dts: exynos9610: Add SYSREG nodes
      arm64: dts: exynos9610: Assign clocks to existing nodes
      arm64: dts: exynos9610-gta4xl: Assign clocks to existing nodes

 .../bindings/clock/samsung,exynos9610-clock.yaml   |  344 ++
 .../soc/samsung/samsung,exynos-sysreg.yaml         |   20 +
 arch/arm64/boot/dts/exynos/exynos9610-gta4xl.dts   |    2 +
 arch/arm64/boot/dts/exynos/exynos9610.dtsi         |  277 ++
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos9610.c               | 3652 ++++++++++++++++++++
 drivers/clk/samsung/clk-pll.c                      |   29 +-
 drivers/clk/samsung/clk-pll.h                      |    1 +
 include/dt-bindings/clock/samsung,exynos9610.h     |  720 ++++
 9 files changed, 5039 insertions(+), 7 deletions(-)
---
base-commit: 48c4c0b684f394721b7db809e1cc282fccdb33da
change-id: 20250914-exynos9610-clocks-2fba704e6030
prerequisite-message-id: <20250914-exynos9610-devicetree-v1-0-2000fc3bbe0b@chimac.ro>
prerequisite-patch-id: fb1e2f83c03a3b3a330c72d5d9c9fd8cd95ef2ce
prerequisite-patch-id: b42a7c0c72b1bfe33bb65fb911bf28e3e101fa55
prerequisite-patch-id: 4c5c21cf62e50db603fe4e2df17ee664ff0b243e
prerequisite-message-id: <20250914-exynos9610-pinctrl-v1-0-90eda0c8fa03@chimac.ro>
prerequisite-patch-id: 27e949ada132a43ba3dbf880af3e6168ec94eaf9
prerequisite-patch-id: f446d396d0258709db47aef69e68821eb72582dc
prerequisite-patch-id: e3bf016be9509ee79beb3d51907ef6cd58fb98b1

Best regards,
-- 
Alexandru Chimac <alex@chimac.ro>



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

end of thread, other threads:[~2025-09-15 13:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-14 21:19 [PATCH 0/8] clk: samsung: Introduce support for Exynos9610 clocks Alexandru Chimac
2025-09-14 21:19 ` [PATCH 1/8] dt-bindings: clock: samsung: Add Exynos9610 CMU bindings Alexandru Chimac
2025-09-15 13:22   ` Rob Herring (Arm)
2025-09-14 21:19 ` [PATCH 2/8] clk: samsung: clk-pll: Add support for pll_1061x Alexandru Chimac
2025-09-15  4:21   ` Peng Fan
2025-09-14 21:19 ` [PATCH 3/8] clk: samsung: Introduce Exynos9610 clock controller driver Alexandru Chimac
2025-09-14 21:19 ` [PATCH 4/8] arm64: dts: exynos9610: Enable clock support Alexandru Chimac
2025-09-15  4:32   ` Krzysztof Kozlowski
2025-09-14 21:20 ` [PATCH 5/8] dt-bindings: soc: exynos-sysreg: Add Exynos9610 SYSREG bindings Alexandru Chimac
2025-09-15 13:47   ` Rob Herring (Arm)
2025-09-14 21:20 ` [PATCH 6/8] arm64: dts: exynos9610: Add SYSREG nodes Alexandru Chimac
2025-09-14 21:20 ` [PATCH 7/8] arm64: dts: exynos9610: Assign clocks to existing nodes Alexandru Chimac
2025-09-14 21:20 ` [PATCH 8/8] arm64: dts: exynos9610-gta4xl: " Alexandru Chimac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox