drivers/reset/amlogic

Amlogic Meson SoC reset controllers

Handles the on-chip reset controllers in Amlogic's Meson ARM SoCs, which power many Android TV boxes, smart speakers, and AIoT devices from the Meson8b and GXBB era through current AXG, A1, S4, C3, and T7 chips. It also covers the audio arbiter on A113 and SM1, letting the kernel bring hardware blocks in and out of reset.

keep conf=0.90 deploy=medium replacement=none subsystem=reset category=platform-vendor
90%

recommendation

It should stay because Amlogic is still actively shipping Meson-family chips in 2025-era smart TVs, set-top boxes, smart speakers, and AIoT devices, and upstream developers are still adding support for newer variants (A4/A5, A1, T7) as recently as 2024-2026. There is no sign of deprecation; if anything, reset logic from related drivers is being consolidated here.

repository signals

7 files
549 source lines
9 commits, 5y
+783 / −203 lines added / removed, 5y
5 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 9 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: 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: 4 commits · +746 −111 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +18 −0 2024-12: 4 commits · +19 −92 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: 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. spinics.net

    A July 15, 2024 patch series added A4/A5 reset-driver support, showing active upstream feature work in this driver area rather than deprecation/removal.

  2. spinics.net

    The July 24, 2024 discussion around auxiliary reset-driver support states it is intended to replace reset logic embedded in a related clock driver, indicating ongoing consolidation into this driver directory.

  3. lwn.net

    An April 10, 2026 patch series adds A1 and T7 support in another Amlogic subsystem, showing those SoC families are still receiving new upstream enablement in 2026.

  4. amlogic.com

    Amlogic's current product catalog remains active in 2026 and lists multiple contemporary SoC lines, supporting that Amlogic SoCs are still sold into new products.

  5. amlogic.com

    Amlogic's product pages show ongoing smart-TV, set-top-box, smart-audio, and AIoT SoC offerings, matching the deployment niches covered by Meson-family reset controllers.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`, `git -c safe.directory ... log`) confirmed this is real reset-controller driver code with recent commits through 2025-01-15 and support for newer compatibles including A1/S4/C3/T7. Lore-style evidence was obtained via web search results landing on spinics/LWN mirrors: 2024 patch traffic adds/resetworks on this directory and related reset support, with no removal-thread evidence found in the allotted search budget. Deployment evidence came from Amlogic product pages found via web search, which show the vendor still marketing current SoCs in 2026. Because the hardware family is still shipping and upstream work is active, deprecate/remove is not justified.