drivers/clk/samsung

Samsung S3C, S5P, Exynos, and Tesla FSD SoC clock controllers

Clock controller support for Samsung's system-on-chip families spanning roughly two decades, from the older S3C and S5P mobile chips through the modern ARM64 Exynos line (including Exynos Auto V920 used in next-generation Hyundai infotainment) and Tesla's FSD self-driving SoC. These blocks gate, divide, and route the internal clocks every other on-chip peripheral depends on.

keep conf=0.87 last_sold=2025 deploy=medium replacement=none subsystem=clk category=infrastructure
87%

recommendation

It should stay because the codebase is actively maintained, with 176 substantive commits from 37 authors over the last five years and recent activity into 2026, and because the hardware is far from legacy: Samsung was still marketing Exynos Auto V920 as a current product in 2025 with Hyundai shipping it in new vehicles. There is no alternative driver path for these SoCs, since clock controllers are inherently SoC-specific.

repository signals

39 files
47,456 source lines
184 commits, 5y
+29,456 / −3,487 lines added / removed, 5y
42 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 184 total · active in 48/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 5 commits · +24 −22 2021-10: 8 commits · +1,245 −183 2021-11: 4 commits · +303 −28 2021-12: 4 commits · +748 −84 2022-01: 8 commits · +1,815 −0 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +2 −4 2022-04: 0 commits · +0 −0 2022-05: 7 commits · +1,734 −0 2022-06: 2 commits · +200 −7 2022-07: 4 commits · +391 −10 2022-08: 4 commits · +679 −3 2022-09: 1 commit · +0 −1,614 2022-10: 2 commits · +4 −4 2022-11: 2 commits · +5 −2 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +0 −202 2023-02: 6 commits · +191 −44 2023-03: 5 commits · +256 −199 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +42 −5 2023-06: 1 commit · +1 −0 2023-07: 1 commit · +4 −10 2023-08: 10 commits · +154 −66 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +3 −5 2023-11: 2 commits · +107 −92 2023-12: 4 commits · +2,617 −83 2024-01: 5 commits · +611 −19 2024-02: 13 commits · +895 −326 2024-03: 3 commits · +488 −20 2024-04: 6 commits · +1,118 −113 2024-05: 3 commits · +5 −28 2024-06: 2 commits · +7 −7 2024-07: 2 commits · +13 −7 2024-08: 7 commits · +1,392 −24 2024-09: 5 commits · +34 −24 2024-10: 4 commits · +3,102 −5 2024-11: 0 commits · +0 −0 2024-12: 2 commits · +1,359 −2 2025-01: 1 commit · +179 −1 2025-02: 5 commits · +3,939 −3 2025-03: 5 commits · +1,895 −68 2025-04: 3 commits · +337 −1 2025-05: 2 commits · +73 −1 2025-06: 3 commits · +3 −3 2025-07: 1 commit · +2 −2 2025-08: 11 commits · +1,280 −56 2025-09: 3 commits · +1,242 −0 2025-10: 3 commits · +222 −39 2025-11: 2 commits · +41 −1 2025-12: 2 commits · +357 −43 2026-01: 3 commits · +325 −14 2026-02: 3 commits · +12 −13 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream Kconfig still enables a broad active family: legacy Samsung SoCs, ARM64 Exynos, Exynos ACPM clocks, and Tesla FSD common clocks under COMMON_CLK_SAMSUNG.

  2. semiconductor.samsung.com

    Samsung was still marketing Exynos Auto V920 as a current automotive processor product in 2025-era materials.

  3. semiconductor.samsung.com

    Samsung announced Hyundai rollout of Exynos Auto V920-based IVI systems expected by 2025, indicating new-deployment relevance for SoCs covered by this clock-driver family.

  4. semiconductor.samsung.com

    Samsung's current automotive processor lineup still includes Exynos Auto families, supporting ongoing deployment rather than purely legacy status.

codex reasoning notes (technical)

Real driver directory, not an early-exit case. Upstream health is strong from prompt-provided static evidence: 176 substantive commits in 5y, 37 authors, most recent substantive touch on 2026-01-17. `lore_file_timeline` on the directory path returned no hits for the prefix form, so I relied on the prompt's lore-derived activity figures for maintenance signal; a follow-up `lore_regex` removal search timed out, and `lei` was blocked by the sandbox, so I found no concrete removal-series evidence. Local shell inspection (`rg --files`, `sed` on Kconfig) confirmed this directory still covers current non-legacy targets such as Exynos Auto V920-era platforms and Tesla FSD, and the cited Samsung pages were obtained via web search. Because the hardware family is still entering 2025 vehicle deployments and there is no natural replacement driver beyond these SoC-specific clock blocks, the correct recommendation is to keep it.