drivers/pmdomain/samsung

Samsung Exynos 4210 and 5433 power-domain controllers

On-chip power-domain controllers built into Samsung's Exynos 4210 (2011) and Exynos 5433 (2014) mobile application processors, used to gate power to GPU, multimedia, and other SoC blocks in phones and tablets like the Galaxy S II era and the Galaxy Note 4 generation.

keep-annotate conf=0.84 last_sold=2015 deploy=low replacement=none subsystem=pmdomain category=power-management
84%

recommendation

Worth keeping but documenting as legacy-specific, because the supported Exynos 4210 and 5433 chips are roughly a decade old and no longer shipping in new products, yet upstream maintainers were still landing fixes as recently as July and October 2025. The hardware lives on in postmarketOS and other mainline-mobile community ports, so removing it would hurt those niche users without much cleanup benefit.

repository signals

3 files
175 source lines
5 commits, 5y
+200 / −15 lines added / removed, 5y
3 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 5 total · active in 3/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: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 2 commits · +177 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-07: 1 commit · +9 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 2 commits · +14 −15 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. cateee.net

    CONFIG_EXYNOS_PM_DOMAINS is a current upstream kernel option for this directory and LKDDb associates it with samsung,exynos5433-pd and drivers/pmdomain/samsung/exynos-pm-domains.c.

  2. wiki.postmarketos.org

    Exynos5433 remains at least somewhat supported in current mainline-oriented mobile Linux communities, indicating niche ongoing deployments rather than zero use.

  3. en.wikichip.org

    Exynos4210 is a mobile SoC introduced in 2011, placing one supported hardware target firmly in legacy-era products.

  4. en.wikichip.org

    Exynos5433 is a mobile SoC introduced in 2014, placing the other supported hardware target in older phone/tablet generations.

codex reasoning notes (technical)

Local shell inspection of exynos-pm-domains.c shows only two DT compatibles (samsung,exynos4210-pd and samsung,exynos5433-pd) and a real platform-driver/core_initcall implementation. Local shell git log on this path shows substantive maintenance in 2025 (July, October twice) plus a 2023 subsystem move, with no evident removal-oriented history; that backs off any deprecation despite old hardware. URLs were obtained via web search tool for LKDDb, postmarketOS, and WikiChip pages. Net: hardware is legacy and not new in 2025, but upstream still fixes it for niche/mainline-mobile use, so keep the driver and annotate it as legacy-specific rather than deprecate or remove.