Searched hist:"45 bd8166a1d821eb8fada3092514a7c8543f537c" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/samsung/ |
H A D | clk-exynos7885.c | 45bd8166a1d821eb8fada3092514a7c8543f537c Mon Dec 06 16:31:20 CET 2021 David Virag <virag.david003@gmail.com> clk: samsung: Add initial Exynos7885 clock driver
This is an initial implementation adding basic clocks, such as UART, USI, I2C, WDT, ect. and their parent clocks. It is heavily based on the Exynos850 clock driver at 'drivers/clk/samsung/clk-exynos850.c' which was made by Sam Protsenko, thus the copyright and author lines were kept.
Bus clocks are enabled by default as well to avoid hangs while trying to access CMU registers.
Only the parts of CMU_TOP needed for CMU_CORE and CMU_PERI, a bit of CMU_CORE, and most of CMU_PERI is implemented as of now.
Signed-off-by: David Virag <virag.david003@gmail.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20211206153124.427102-7-virag.david003@gmail.com
|
H A D | Makefile | diff 45bd8166a1d821eb8fada3092514a7c8543f537c Mon Dec 06 16:31:20 CET 2021 David Virag <virag.david003@gmail.com> clk: samsung: Add initial Exynos7885 clock driver
This is an initial implementation adding basic clocks, such as UART, USI, I2C, WDT, ect. and their parent clocks. It is heavily based on the Exynos850 clock driver at 'drivers/clk/samsung/clk-exynos850.c' which was made by Sam Protsenko, thus the copyright and author lines were kept.
Bus clocks are enabled by default as well to avoid hangs while trying to access CMU registers.
Only the parts of CMU_TOP needed for CMU_CORE and CMU_PERI, a bit of CMU_CORE, and most of CMU_PERI is implemented as of now.
Signed-off-by: David Virag <virag.david003@gmail.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20211206153124.427102-7-virag.david003@gmail.com
|