* [GIT PULL] clk: samsung: drivers for v6.14
@ 2024-12-31 13:19 Krzysztof Kozlowski
2025-01-02 21:25 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:19 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd
Cc: Krzysztof Kozlowski, Chanwoo Choi, linux-clk, Sylwester Nawrocki,
Alim Akhtar, Peter Griffin, linux-arm-kernel, linux-samsung-soc,
linux-kernel, Krzysztof Kozlowski
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] clk: samsung: drivers for v6.14
2024-12-31 13:19 [GIT PULL] clk: samsung: drivers for v6.14 Krzysztof Kozlowski
@ 2025-01-02 21:25 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-01-02 21:25 UTC (permalink / raw)
To: Krzysztof Kozlowski, Michael Turquette
Cc: Krzysztof Kozlowski, Chanwoo Choi, linux-clk, Sylwester Nawrocki,
Alim Akhtar, Peter Griffin, linux-arm-kernel, linux-samsung-soc,
linux-kernel, Krzysztof Kozlowski
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-02 21:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 13:19 [GIT PULL] clk: samsung: drivers for v6.14 Krzysztof Kozlowski
2025-01-02 21:25 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).