]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: exynos: Add Samsung clock framework
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 11 Jan 2024 03:09:03 +0000 (21:09 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Jan 2024 02:23:20 +0000 (11:23 +0900)
commitff3e8b8c6c225aa088cc2b74ad7ac03d364127e4
treea8dbb368bb4a003244bbb20b9ee63b5c5bf2fbe4
parent0caae9fdc2fc3dab45ec93d18a64e0027543c58c
clk: exynos: Add Samsung clock framework

Heavily based on Linux kernel Samsung clock framework, with some changes
to accommodate the differences in U-Boot CCF implementation. It's also
quite minimal as compared to the Linux version.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/clk/exynos/Makefile
drivers/clk/exynos/clk-pll.c [new file with mode: 0644]
drivers/clk/exynos/clk-pll.h [new file with mode: 0644]
drivers/clk/exynos/clk.c [new file with mode: 0644]
drivers/clk/exynos/clk.h [new file with mode: 0644]