[GIT PULL] clk: samsung: drivers for v7.3

From: Krzysztof Kozlowski

Date: Thu Aug 06 2026 - 04:22:00 EST


The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6d32ae6403694035896cbf0436088fca4c6a35f1:

clk: samsung: pll: use kzalloc_flex (2026-07-18 18:21:13 +0200)

----------------------------------------------------------------
Samsung SoC clock drivers changes for v7.3

1. Exynos990: Add few missing clocks and correct the gate clock parents
in the PERIS clock controller.

2. Cleanup - Use kzalloc_flex for __counted_by checks.

----------------------------------------------------------------
Denzeel Oliva (3):
dt-bindings: clock: exynos990: Add CLK_GOUT_PERIS_TMU_SUB_PCLK
clk: samsung: exynos990: Add PERIS TMU_SUB_PCLK gate
clk: samsung: exynos990: Fix PERIS gate clock parents

Rosen Penev (3):
clk: samsung: use kzalloc_flex
clk: samsung: cpu: use kzalloc_flex
clk: samsung: pll: use kzalloc_flex

drivers/clk/samsung/clk-cpu.c | 34 +++++++---------
drivers/clk/samsung/clk-exynos990.c | 24 +++++++-----
drivers/clk/samsung/clk-pll.c | 56 +++++++++++++--------------
drivers/clk/samsung/clk.c | 11 +++---
drivers/clk/samsung/clk.h | 4 +-
include/dt-bindings/clock/samsung,exynos990.h | 1 +
6 files changed, 63 insertions(+), 67 deletions(-)