mbox series

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

Message ID 20241231131953.134834-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] clk: samsung: drivers for v6.14 | expand

Pull-request

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

Message

Krzysztof Kozlowski Dec. 31, 2024, 1:19 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bdd03ebf721f70df1458a720b25998a489f63297:

  clk: samsung: Introduce Exynos990 clock controller driver (2024-12-14 11:39:02 +0100)

----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.14

Add clock controller for new Exynos990 SoC.

----------------------------------------------------------------
Igor Belwon (3):
      dt-bindings: clock: samsung: Add Exynos990 SoC CMU bindings
      clk: samsung: clk-pll: Add support for pll_{0717x, 0718x, 0732x}
      clk: samsung: Introduce Exynos990 clock controller driver

 .../bindings/clock/samsung,exynos990-clock.yaml    |  121 ++
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos990.c                | 1343 ++++++++++++++++++++
 drivers/clk/samsung/clk-pll.c                      |   14 +-
 drivers/clk/samsung/clk-pll.h                      |    3 +
 include/dt-bindings/clock/samsung,exynos990.h      |  236 ++++
 6 files changed, 1716 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml
 create mode 100644 drivers/clk/samsung/clk-exynos990.c
 create mode 100644 include/dt-bindings/clock/samsung,exynos990.h

Comments

Stephen Boyd Jan. 2, 2025, 9:25 p.m. UTC | #1
Quoting Krzysztof Kozlowski (2024-12-31 05:19:53)
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.14
> 
> for you to fetch changes up to bdd03ebf721f70df1458a720b25998a489f63297:
> 
>   clk: samsung: Introduce Exynos990 clock controller driver (2024-12-14 11:39:02 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next