drivers/soc/mediatek

MediaTek Genio and Kompanio SoC platform support

Platform glue for MediaTek's application processors used in Chromebooks, Android tablets, and embedded/industrial boards, including the Kompanio Chromebook line and the Genio family aimed at IoT and edge devices. These pieces handle SoC-level housekeeping such as multimedia subsystem routing and dynamic voltage/frequency scaling on chips like the MT8189, MT8196, MT8395, and Kompanio 838.

keep conf=0.93 deploy=medium replacement=none subsystem=soc category=platform-vendor
93%

recommendation

It should stay because this code supports MediaTek silicon that is actively being designed in and sold in 2025, with new chips like the MT8189 and MT8196 receiving fresh enablement patches and the Genio 1200 promised availability through 2032. Upstream activity is healthy, with patches landing as recently as 2025–2026, and there is no alternative driver that could replace SoC-specific platform support.

repository signals

21 files
10,984 source lines
239 commits, 5y
+12,618 / −8,380 lines added / removed, 5y
65 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 239 total · active in 47/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +72 −0 2021-06: 4 commits · +55 −26 2021-07: 3 commits · +114 −50 2021-08: 1 commit · +87 −0 2021-09: 2 commits · +105 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +11 −4 2022-01: 5 commits · +734 −16 2022-02: 8 commits · +622 −15 2022-03: 1 commit · +1 −0 2022-04: 5 commits · +621 −60 2022-05: 14 commits · +2,727 −154 2022-06: 9 commits · +143 −20 2022-07: 5 commits · +14 −15 2022-08: 5 commits · +192 −103 2022-09: 6 commits · +436 −518 2022-10: 6 commits · +279 −17 2022-11: 3 commits · +64 −12 2022-12: 5 commits · +849 −14 2023-01: 20 commits · +427 −128 2023-02: 16 commits · +310 −246 2023-03: 5 commits · +112 −9 2023-04: 6 commits · +269 −28 2023-05: 2 commits · +2 −3 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +0 −4,487 2023-08: 1 commit · +6 −5 2023-09: 5 commits · +184 −35 2023-10: 4 commits · +321 −1 2023-11: 20 commits · +1,519 −1,181 2023-12: 1 commit · +196 −0 2024-01: 2 commits · +11 −6 2024-02: 9 commits · +36 −40 2024-03: 6 commits · +144 −3 2024-04: 2 commits · +3 −2 2024-05: 0 commits · +0 −0 2024-06: 5 commits · +594 −0 2024-07: 4 commits · +56 −114 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +1 −21 2024-10: 4 commits · +110 −127 2024-11: 0 commits · +0 −0 2024-12: 2 commits · +14 −7 2025-01: 4 commits · +16 −5 2025-02: 10 commits · +611 −789 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +43 −10 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +56 −53 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 2 commits · +23 −0 2025-10: 6 commits · +76 −4 2025-11: 7 commits · +347 −47 2025-12: 2 commits · +3 −3 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    linux-mediatek saw a 2026 patch touching mtk-mmsys for subsystem-ID compatibility, showing ongoing upstream maintenance in this directory.

  2. lore.kernel.org

    linux-mediatek carried a 2025 series adding mmsys support for MT8189, indicating new SoC enablement rather than obsolescence.

  3. lore.kernel.org

    A 2025 series reworked mtk-dvfsrc bandwidth calculations for MT8196 support, further showing active development on current MediaTek SoCs.

  4. genio.mediatek.com

    MediaTek's Genio 1200 (MT8395) page lists Linux-oriented OS support and product longevity 'Available until 2032', evidence that supported hardware remains in current embedded/industrial sales.

  5. mediatek.com

    MediaTek's current Kompanio 838 Chromebook SoC page shows ongoing new-product positioning for Linux/ChromeOS-class deployments in this SoC family.

codex reasoning notes (technical)

Obtained lore URLs via lore_activity on drivers/soc/mediatek/mtk-mmsys.c and drivers/soc/mediatek/mtk-dvfsrc.c; obtained MediaTek URLs via web search and open on official product pages. Directory contains active SoC support drivers with recent 2025-2026 enablement for MT8189/MT8196 plus maintenance work, and I found no concrete removal evidence before tool-query limits/timeouts. Official vendor pages show current Genio/Kompanio silicon still marketed, with Genio 1200 availability through 2032, so this is not legacy-only hardware. No natural replacement exists because these are platform-specific support drivers for current MediaTek SoCs.