All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible
@ 2025-02-12  0:48 Denzeel Oliva
  2025-02-12  0:48 ` [PATCH v2 1/4] dt-bindings: clock: samsung,exynos990-clock: add PERIC0/1 clock management unit Denzeel Oliva
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Denzeel Oliva @ 2025-02-12  0:48 UTC (permalink / raw)
  To: krzk, s.nawrocki, cw00.choi, alim.akhtar, mturquette, sboyd, robh,
	conor+dt, andi.shyti, igor.belwon, linux-samsung-soc, linux-clk,
	devicetree, linux-arm-kernel, linux-kernel, linux-i2c
  Cc: Denzeel Oliva

This patch series enables the PERIC0/1 (Peripheral Connectivity)
and compatible hsi2 for Exynos990:

- PERIC0/1 feeds HSI2C, SPI and UART

This part tests one by one to see which clock hangs without
the CLK_IGNORE_UNUSED flag.

Changes v2:
 - Remove other unnecessary patches which is nothing related
   to linux shipping style.

Denzeel Oliva (4):
  dt-bindings: clock: samsung,exynos990-clock: add PERIC0/1 clock
    management unit
  dt-bindings: i2c: exynos5: add samsung,exynos990-hsi2c compatible
  clk: samsung: exynos990: add support for CMU_PERIC0/1
  arm64: dts: exyno990: enable cmu-peric0/1 clock controller

 .../clock/samsung,exynos990-clock.yaml        |   24 +
 .../devicetree/bindings/i2c/i2c-exynos5.yaml  |    1 +
 arch/arm64/boot/dts/exynos/exynos990.dtsi     |   22 +
 drivers/clk/samsung/clk-exynos990.c           | 1148 +++++++++++++++++
 include/dt-bindings/clock/samsung,exynos990.h |  176 +++
 5 files changed, 1371 insertions(+)

-- 
2.48.1



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

end of thread, other threads:[~2025-03-11 23:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12  0:48 [PATCH v2 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible Denzeel Oliva
2025-02-12  0:48 ` [PATCH v2 1/4] dt-bindings: clock: samsung,exynos990-clock: add PERIC0/1 clock management unit Denzeel Oliva
2025-02-23 10:19   ` Krzysztof Kozlowski
2025-02-12  0:48 ` [PATCH v2 2/4] dt-bindings: i2c: exynos5: add samsung,exynos990-hsi2c compatible Denzeel Oliva
2025-02-13  8:33   ` Krzysztof Kozlowski
2025-02-12  0:48 ` [PATCH v2 3/4] clk: samsung: exynos990: add support for CMU_PERIC0/1 Denzeel Oliva
2025-02-12  0:48 ` [PATCH v2 4/4] arm64: dts: exyno990: enable cmu-peric0/1 clock controller Denzeel Oliva
2025-02-23 10:20   ` Krzysztof Kozlowski
2025-03-11 23:13 ` [PATCH v2 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible Andi Shyti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.