Add a CMU driver for Exynos7870 devices. It handles the following clock banks: * CMU_MIF * CMU_DISPAUD * CMU_FSYS * CMU_G3D * CMU_ISP * CMU_MFCMSCL * CMU_PERI This patch series is a part of Exynos7870 upstreaming. Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx> --- Changes in v4: - Fix clock dt-binding description and ordering in properties:required. - Change filenames of clock dt-binding and header to match the compatible. - Squash the following patches from v3 into one: [1/5] dt-bindings: clock: add clock definitions for exynos7870 CMU [2/5] dt-bindings: clock: document exynos7870 clock driver CMU bindings - Drop the following patches from v3: [3/5] dt-bindings: soc: samsung: exynos-pmu: add exynos7870-pmu compatible [5/5] clk: samsung: add exynos7870 CLKOUT support - Link to v3: https://lore.kernel.org/r/20250219-exynos7870-pmu-clocks-v3-0-0d1e415e9e3a@xxxxxxxxxxx Changes in v3: - Fix incorrect versioning (Link to v2: is labelled as v1). - Fix formatting issues in clk-exynos7870 DT docs (from v1). - Add myself as maintainer for clk-exynos7870. - Change clock name definitions in clk-exynos7870 DT docs. - Fix line wrapping in commit message of exynos7870-pmu DT docs. - Change a few ordinals of PERI* clocks in the clk-exynos7870 driver. - Take over ownership of patches by the co-author, upon their request. - Link to v2: https://lore.kernel.org/r/20250204-exynos7870-pmu-clocks-v1-0-a3030ae5bb53@xxxxxxxxxxx Changes in v2: - Drop all patches from v1 except: - dt-bindings: clock: add clock definitions for exynos7870 CMU - dt-bindings: clock: document exynos7870 clock driver CMU bindings - Add patch for adding appropriate PMU compatible. - Add patches for CMU and CLKOUT drivers. - Link to v1: https://lore.kernel.org/all/20250203-exynos7870-v1-0-2b6df476a3f0@xxxxxxxxxxx/ --- Kaustabh Chakraborty (2): dt-bindings: clock: add clock definitions and documentation for exynos7870 CMU clk: samsung: add initial exynos7870 clock driver .../bindings/clock/samsung,exynos7870-cmu.yaml | 227 +++ drivers/clk/samsung/Makefile | 1 + drivers/clk/samsung/clk-exynos7870.c | 1830 ++++++++++++++++++++ include/dt-bindings/clock/samsung,exynos7870-cmu.h | 324 ++++ 4 files changed, 2382 insertions(+) --- base-commit: be5c7bbb3a64baf884481a1ba0c2f8fb2f93f7c3 change-id: 20250203-exynos7870-pmu-clocks-d0b330970ea7 Best regards, -- Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx>