drivers/pmdomain/marvell

Marvell PXA1908 power-domain controller

Manages the on-chip power domains of Marvell's PXA1908, a quad-core 64-bit ARM mobile processor announced in late 2014 for mass-market 4G LTE smartphones. It controls when blocks of the SoC are powered up or gated off to save energy, and is used today mainly by community mainlining projects keeping handsets like the Samsung Galaxy Core Prime VE LTE alive.

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 silicon. The PXA1908 is a 2014-era Marvell mobile chip that powered budget LTE smartphones like the Samsung Galaxy Core Prime VE LTE, and the hardware hasn't been sold for new designs in roughly a decade. However, this code is brand new upstream (first appearing in Linux 6.18 after a v15 patch series landed in 2025), driven by hobbyist mainlining and postmarketOS efforts, so removing it now would discard work that just arrived.

repository signals

3 files
274 source lines
1 commits, 5y
+295 / −0 lines added / removed, 5y
1 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1 total · active in 1/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: 0 commits · +0 −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: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +295 −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. marvell.com

    Marvell announced the PXA1908 in November 2014 for mass-market LTE smartphones, implying legacy mobile silicon rather than current new-design hardware.

  2. patchew.org

    A 2025 upstream series added initial mainline support for Marvell PXA1908 and names Samsung Galaxy Core Prime VE LTE as a board using the SoC, showing fresh enablement work rather than removal.

  3. cateee.net

    CONFIG_PXA1908_PM_DOMAINS first appears only in Linux 6.18+, confirming this PM-domain driver is newly upstreamed.

  4. wiki.postmarketos.org

    The Samsung Galaxy Core Prime VE LTE, a 2014 PXA1908 handset, still has community postmarketOS/mainline activity, indicating residual hobbyist deployments.

codex reasoning notes (technical)

Local shell inspection showed this is a real auxiliary PM-domain driver for five PXA1908 domains and local git history showed a single add-only commit in September 2025, with no in-tree sign of removal. URLs were obtained via web search: Marvell newsroom for launch date/market, Patchew for 2025 upstream activity, LKDDb for kernel presence, and postmarketOS wiki for present-day community use. Conclusion: hardware is obsolete and not a 2025 new-sales target, but upstream support is brand new and tied to remaining enthusiast/mainlining use, so deprecation would be premature; keep it but annotate as legacy/niche silicon.