* [GIT PULL] clk: samsung: drivers for v7.1
@ 2026-04-09 12:25 Krzysztof Kozlowski
0 siblings, 0 replies; only message in thread
From: Krzysztof Kozlowski @ 2026-04-09 12:25 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
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-7.1
for you to fetch changes up to e57c36bc1a3e459239ead492ebce731a88a264b1:
clk: samsung: exynos850: Add APM-to-AP mailbox clock (2026-03-24 13:43:19 +0100)
----------------------------------------------------------------
Samsung SoC clock drivers changes for v7.1
1. Axis ARTPEC-9: Add new PLL clocks and new drivers for eight clock
controllers on the SoC.
2. ExynosAutov920: Add G3D (GPU) clock controller.
3. Exynos850: Define missing clock for the APM mailbox.
4. Few compiler warning fixes cleanups.
----------------------------------------------------------------
Alexey Klimov (2):
dt-bindings: clock: exynos850: Add APM_AP MAILBOX clock
clk: samsung: exynos850: Add APM-to-AP mailbox clock
André Draszik (1):
clk: samsung: gs101: harmonise symbol names (clock arrays)
GyoungBo Min (3):
dt-bindings: clock: Add ARTPEC-9 clock controller
clk: samsung: Add clock PLL support for ARTPEC-9 SoC
clk: samsung: artpec-9: Add initial clock support for ARTPEC-9 SoC
Krzysztof Kozlowski (3):
clk: samsung: pll: Fix possible truncation in a9fraco recalc rate
clk: samsung: Use %pe format to simplify
Merge branch 'for-v7.1/dt-bindings-clk' into next/clk
Raghav Sharma (2):
dt-bindings: clock: exynosautov920: add G3D clock definitions
clk: samsung: exynosautov920: add block G3D clock support
.../bindings/clock/axis,artpec9-clock.yaml | 232 ++++
.../clock/samsung,exynosautov920-clock.yaml | 21 +
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-artpec9.c | 1224 ++++++++++++++++++++
drivers/clk/samsung/clk-exynos850.c | 7 +-
drivers/clk/samsung/clk-exynosautov920.c | 52 +
drivers/clk/samsung/clk-gs101.c | 52 +-
drivers/clk/samsung/clk-pll.c | 185 ++-
drivers/clk/samsung/clk-pll.h | 17 +
drivers/clk/samsung/clk.c | 4 +-
include/dt-bindings/clock/axis,artpec9-clk.h | 195 ++++
include/dt-bindings/clock/exynos850.h | 1 +
include/dt-bindings/clock/samsung,exynosautov920.h | 6 +
13 files changed, 1960 insertions(+), 37 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml
create mode 100644 drivers/clk/samsung/clk-artpec9.c
create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-09 12:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 12:25 [GIT PULL] clk: samsung: drivers for v7.1 Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox