drivers/clk/mediatek

MediaTek SoC clock controllers

Clock controller support for MediaTek's smartphone and embedded systems-on-chip, including the Dimensity flagship phone processors and the Genio family of IoT/industrial chips. These controllers gate, divide, and route the internal clock signals that every other on-chip block (CPU, GPU, USB, display, etc.) depends on to function.

keep conf=0.93 last_sold=2025 deploy=high replacement=none subsystem=clk category=infrastructure
93%

recommendation

It should stay because MediaTek SoCs remain a current, high-volume product line — the company launched the Dimensity 9400 and the Genio 720/520 IoT platforms in 2025, and the kernel tree shows hundreds of substantive commits in the past five years with patches still landing in early 2026. There is no replacement to migrate to: each MediaTek chip needs its own clock controller code, and the directory is the foundation that the rest of MediaTek Linux support is built on.

repository signals

220 files
41,688 source lines
371 commits, 5y
+34,249 / −10,599 lines added / removed, 5y
49 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 371 total · active in 44/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: 18 commits · +2,517 −41 2021-08: 0 commits · +0 −0 2021-09: 25 commits · +3,201 −39 2021-10: 1 commit · +0 −2 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +819 −0 2022-01: 4 commits · +42 −24 2022-02: 31 commits · +945 −334 2022-03: 0 commits · +0 −0 2022-04: 14 commits · +1,972 −13 2022-05: 21 commits · +1,329 −955 2022-06: 1 commit · +2 −0 2022-07: 2 commits · +11 −3 2022-08: 7 commits · +1,660 −8 2022-09: 24 commits · +2,050 −857 2022-10: 13 commits · +345 −372 2022-11: 3 commits · +788 −53 2022-12: 1 commit · +9 −2 2023-01: 25 commits · +3,039 −2,251 2023-02: 7 commits · +309 −21 2023-03: 74 commits · +6,640 −4,663 2023-04: 7 commits · +233 −240 2023-05: 6 commits · +195 −135 2023-06: 3 commits · +8 −5 2023-07: 3 commits · +78 −120 2023-08: 0 commits · +0 −0 2023-09: 6 commits · +34 −0 2023-10: 1 commit · +3 −3 2023-11: 3 commits · +86 −25 2023-12: 2 commits · +964 −2 2024-01: 2 commits · +3 −2 2024-02: 4 commits · +30 −5 2024-03: 3 commits · +17 −2 2024-04: 1 commit · +1 −1 2024-05: 1 commit · +291 −8 2024-06: 2 commits · +28 −11 2024-07: 2 commits · +2 −71 2024-08: 0 commits · +0 −0 2024-09: 3 commits · +169 −181 2024-10: 2 commits · +774 −2 2024-11: 1 commit · +282 −0 2024-12: 5 commits · +14 −0 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +60 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 2 commits · +2 −1 2025-08: 2 commits · +11 −11 2025-09: 26 commits · +5,179 −46 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +7 −5 2025-12: 6 commits · +80 −65 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +20 −20 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent 2026 patch traffic still touches MediaTek clock driver code, indicating the family is actively maintained rather than heading for removal.

  2. mediatek.com

    MediaTek was still marketing new flagship Dimensity SoCs in 2025-era product pages, showing the underlying hardware family is current, not legacy-only.

  3. mediatek.com

    MediaTek Genio 720 is a current IoT/embedded SoC with Linux support and long-lifecycle positioning, implying ongoing new deployments that depend on MediaTek SoC infrastructure such as clocks.

  4. mediatek.com

    MediaTek announced new Genio 720/520 IoT platforms on March 11, 2025, confirming fresh embedded deployments in 2025 rather than purely installed-base support.

codex reasoning notes (technical)

This is a real driver directory: 210 C files under drivers/clk/mediatek and platform-driver entry macros were already identified in the provided static features. Keep, not deprecate: the supplied history summary already shows 359 substantive commits in the last 5 years and a most recent substantive touch on 2026-01-23, which is strong live-upstream evidence. A lore_file_timeline MCP query on drivers/clk/mediatek/clk-mt8183.c returned 2025-2026 patch activity and a 2026 lore URL; the visible 'remove' subjects were refactors removing internal flags, not driver retirement. Web search found current MediaTek product pages for Dimensity 9400 and Genio 720 plus a 2025 Genio 720/520 launch press release, showing MediaTek SoCs are still sold into smartphones and embedded/industrial designs in 2025. No natural replacement driver exists because these are SoC-specific clock controller drivers for many MediaTek chips, not a superseded legacy bus/device class. Source acquisition: lore URL via MCP lore_file_timeline; MediaTek URLs via web search.