drivers/pmdomain/amlogic

Amlogic Meson SoC power-domain controllers

Controls the on-chip power domains (which blocks of silicon are powered up or gated off) on Amlogic's Meson family of ARM SoCs, covering everything from the older Meson8 and GXBB through G12A, SM1, T7 and the newer A4, A5, C3, S6, S7 and S7D parts found in Android TV boxes, smart TVs, and AIoT devices from the mid-2010s through today.

keep conf=0.90 deploy=medium replacement=none subsystem=pmdomain category=power-management
90%

recommendation

It should stay because Amlogic engineers are still actively upstreaming new code here, with S6/S7/S7D SoC support landing in August 2025 and a T7 fix in March 2025. Amlogic continues to sell these chips for set-top boxes, TVs, and AIoT devices, and the only recent removal in this directory was an obsolete VPU sub-driver that the remaining code already replaces.

repository signals

4 files
1,160 source lines
17 commits, 5y
+1,650 / −459 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17 total · active in 10/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: 6 commits · +1,428 −13 2023-10: 1 commit · +1 −1 2023-11: 1 commit · +16 −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: 1 commit · +28 −0 2024-06: 2 commits · +29 −0 2024-07: 2 commits · +7 −399 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: 1 commit · +1 −1 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +39 −39 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +6 −6 2025-08: 1 commit · +95 −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. lore.kernel.org

    Upstream added S6/S7/S7D power-domain support in August 2025, indicating active enablement rather than retirement.

  2. lore.kernel.org

    A T7 functional fix was merged in March 2025, showing current bug-fix traffic on supported hardware.

  3. lore.kernel.org

    The only recent removal in this area was an obsolete superseded VPU subdriver; the remaining amlogic pmdomain drivers were kept as the active replacement.

  4. amlogic.com

    Amlogic's current product catalog still lists active TV/STB/AIoT SoCs, supporting the conclusion that this SoC family remains in new-product use.

  5. amlogic.com

    Amlogic news items in 2025-2026 still announce new set-top-box products around current SoCs, supporting ongoing commercial deployment.

codex reasoning notes (technical)

Local file inspection via shell showed real platform drivers for Amlogic generic power domains, not helper code. The three lore URLs were obtained from `git log` on this directory, which exposed their lore.kernel.org links in commit metadata; they show active 2025 feature work/fixes and only removal of an older superseded subdriver. The two amlogic.com URLs were obtained by web search and indicate the vendor still markets and ships relevant SoC families. No natural replacement exists for the current directory as a whole; this is the in-tree implementation for these PM domains.