[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241231131953.134834-1-krzysztof.kozlowski@linaro.org>
Date: Tue, 31 Dec 2024 14:19:53 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
linux-clk@...r.kernel.org,
Sylwester Nawrocki <snawrocki@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
Peter Griffin <peter.griffin@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] clk: samsung: drivers for v6.14
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
Powered by blists - more mailing lists