[PATCH 0/2] Initial support for Exynos850 SoC in ACPM clk driver

From: Alexey Klimov

Date: Tue May 12 2026 - 16:41:07 EST


This series adds support for the Exynos850 SoC to the Samsung ACPM clock
driver.

Currently, the driver hardcodes the GS101 clock variants directly within
its probe() routine. To cleanly support Exynos850 (and potentially other
SoCs that utilize the ACPM protocol in future), this series first
refactors the driver a little bit to be SoC-agnostic, and then wires up
the new Exynos850 data.

First patch introduces `driver_data` to dynamically extract clock lists,
number of clocks, names of clocks, and mailbox channel id, removing the
GS101 hardcoding.

Second patch introduces the `exynos850_acpm_clks` array and
"exynos850-acpm-clk" device ID.

Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx>
---
Alexey Klimov (2):
clk: samsung: acpm: introduce driver data for SoC-specific clocks
clk: samsung: acpm: add initial Exynos850 support

drivers/clk/samsung/clk-acpm.c | 36 +++++++++++++++++++++++++++++++-----
1 file changed, 31 insertions(+), 5 deletions(-)
---
base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
change-id: 20260512-exynos850-acpm-clk-bed1c23b66eb

Best regards,
--
Alexey Klimov <alexey.klimov@xxxxxxxxxx>