mbox series

[v2,0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible

Message ID 20250212004824.1011-1-wachiturroxd150@gmail.com
Headers show
Series Add PERIC0/1 support for Exynos 990 and hsi2c compatible | expand

Message

Denzeel Oliva Feb. 12, 2025, 12:48 a.m. UTC
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(+)

Comments

Andi Shyti March 11, 2025, 11:13 p.m. UTC | #1
Hi Denzel,

On Wed, Feb 12, 2025 at 12:48:20AM +0000, Denzeel Oliva wrote:
> 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

what is the future of this series? Are you planning a v2?

Andi