drivers/interconnect/samsung

Samsung Exynos SoC interconnect provider

On-chip interconnect (bus fabric / memory traffic) support for Samsung Exynos application processors used in Galaxy-era phones and Odroid-class boards from roughly 2011 to 2014, including the Exynos 3250, 4210, 4412, 5422, and 5433. It lets Linux negotiate bandwidth between CPU, GPU, display, and memory blocks on those SoCs.

keep-annotate conf=0.83 last_sold=2016 deploy=low replacement=none subsystem=interconnect category=bus-other
83%

recommendation

Worth keeping but documenting its niche, because the supported chips are all 2011-2014 vintage Exynos parts found in older Samsung phones and dev boards, yet the code is still receiving real upstream maintenance (a fix landed in June 2025) and no other driver can replace it for those SoCs. The audience today is largely the postmarketOS and mainline-on-legacy-hardware community keeping those devices alive.

repository signals

3 files
196 source lines
8 commits, 5y
+26 / −27 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 8 total · active in 6/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: 1 commit · +4 −2 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 3 commits · +13 −19 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +2 −4 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −1 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +5 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream Kconfig says this directory is for Samsung SoC interconnect drivers and names Exynos3250, Exynos4210, Exynos4412, Exynos542x, and Exynos5433.

  2. lore.kernel.org

    The driver had a real bug-fix patch in June 2025, showing current upstream attention rather than abandonment.

  3. wiki.postmarketos.org

    postmarketOS notes most Exynos ARM SoCs released up until 2014 are well supported in mainline Linux and lists Exynos 3250, 4210, 4412, 5422, and 5433 with release years from 2011 to 2014.

  4. wiki.postmarketos.org

    The Exynos 4 family page gives 2011-2014 release years and shows ongoing mainline support on legacy phones/boards, indicating residual but niche deployments.

codex reasoning notes (technical)

Local shell read of Kconfig/exynos.c identified the family and exact supported SoCs; kernel.org URL supplied from canonical recall for citation. lore_file_timeline and lore_activity on drivers/interconnect/samsung/exynos.c showed multiple 2024-2025 fixes, including a June 23, 2025 fix patch, so this is not removal-candidate code and there was no removal signal in the timeline. Web search surfaced postmarketOS Exynos pages showing these SoCs are 2011-2014-era parts with some current mainline use on old devices, which supports low present-day deployment and no new-sales case in 2025. No natural replacement driver exists because this is the hardware-specific interconnect provider for those Exynos SoCs.