mbox series

[GIT,PULL] clk: samsung: drivers for v6.16

Message ID 20250513101407.22233-2-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL] clk: samsung: drivers for v6.16 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.16

Message

Krzysztof Kozlowski May 13, 2025, 10:14 a.m. UTC
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.16

for you to fetch changes up to 81214185e7e1fc6dfc8661a574c457accaf9a5a4:

  clk: samsung: correct clock summary for hsi1 block (2025-05-12 08:30:06 +0200)

----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.16

1. ExynosAutov920:
 - Add CPU cluster CL0, CL1 and CL2 clock controllers.
 - Fix HSI1 USBDRD clock parents.

2. Minor cleanup for Exynos4 drivers.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      Merge branch 'for-v6.16/dt-bindings-clk-samsung' into next/clk
      Merge branch 'for-v6.16/dt-bindings-clk-samsung' into next/clk

Pritam Manohar Sutar (1):
      clk: samsung: correct clock summary for hsi1 block

Shin Son (5):
      dt-bindings: clock: exynosautov920: add cpucl0 clock definitions
      clk: samsung: exynosautov920: add cpucl0 clock support
      dt-bindings: clock: exynosautov920: add cpucl1/2 clock definitions
      clk: samsung: exynosautov920: add cpucl1/2 clock support
      clk: samsung: exynosautov920: Fix incorrect CLKS_NR_CPUCL0 definition

Varada Pavani (1):
      clk: samsung: Use samsung CCF common function

 .../clock/samsung,exynosautov920-clock.yaml        |  69 +++++
 drivers/clk/samsung/clk-exynos4.c                  |  74 +++--
 drivers/clk/samsung/clk-exynosautov920.c           | 338 ++++++++++++++++++++-
 include/dt-bindings/clock/samsung,exynosautov920.h |  51 ++++
 4 files changed, 499 insertions(+), 33 deletions(-)