This series is aimed towards adding support for the Exynos 7870 CCF driver. It also includes some changes to the existing Exynos clock framework, such as support for fixed rate and fixed factor clocks.
Signed-off-by: Kaustabh Chakraborty <[email protected]> --- Kaustabh Chakraborty (6): clk: exynos: provide device pointer to clk_register_* functions clk: exynos: add support for fixed rate and fixed factor clocks clk: exynos: add support for PLL1417X clk: exynos: add function for Samsung CMU ops->request clk: exynos: add support for Exynos7870 CMU clk: use private clk struct to access clock flags drivers/clk/clk-uclass.c | 6 +- drivers/clk/exynos/Kconfig | 7 + drivers/clk/exynos/Makefile | 1 + drivers/clk/exynos/clk-exynos7870.c | 929 ++++++++++++++++++++++++++++++++++++ drivers/clk/exynos/clk-pll.c | 4 +- drivers/clk/exynos/clk-pll.h | 4 +- drivers/clk/exynos/clk.c | 99 +++- drivers/clk/exynos/clk.h | 53 ++ 8 files changed, 1079 insertions(+), 24 deletions(-) --- base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833 change-id: 20251017-clk-exynos7870-4de4be26f22e Best regards, -- Kaustabh Chakraborty <[email protected]>

