drivers/pmdomain/actions

Actions Semi Owl SPS power domains (S500/S700/S900)

Controls the on-chip power domains (the Smart Power System block) on Actions Semiconductor's Owl-family ARM SoCs — the S500, S700, and S900 — used in a handful of community single-board computers from around 2016 onward, most visibly the 96Boards Bubblegum-96. It gates power to subsystems like GPU and video blocks so the rest of the SoC support code can bring them up and idle them.

keep-annotate conf=0.73 last_sold=2018 deploy=low replacement=none subsystem=pmdomain category=power-management
73%

recommendation

Worth keeping but flagging as niche. The hardware powers a small family of Actions Semiconductor Owl-series ARM boards (notably the 96Boards Bubblegum-96) that still see limited new sales but have very low overall deployment. Upstream activity is minimal — only a handful of touches, the latest a routine 2023 cleanup — and vendor involvement has always been thin, so a note documenting its narrow scope would help future maintainers weigh its cost.

repository signals

4 files
362 source lines
3 commits, 5y
+393 / −11 lines added / removed, 5y
2 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 2/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 · +388 −0 2023-10: 1 commit · +5 −11 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: 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

    The most recent substantive upstream touch to this driver was a 2023 cleanup patch updating owl-sps.c to use device_get_match_data().

  2. cateee.net

    CONFIG_OWL_PM_DOMAINS covers Actions Semi SPS power domains for actions,s500-sps, actions,s700-sps, and actions,s900-sps, and remains present in current kernel series.

  3. 96boards.org

    A current 96Boards product page still lists Bubblegum-96, based on the Actions S900 SoC, with a Buy link; this suggests at least niche new-hardware availability beyond initial launch.

  4. 96boards.org

    96Boards described Bubblegum96 mainlining as community-driven and noted limited vendor support with a legacy 3.10 vendor kernel, indicating niche rather than broad ongoing deployment.

codex reasoning notes (technical)

Local source inspection via shell showed this is a real genpd driver with postcore_initcall and OF matches for Actions SPS blocks on S500/S700/S900. `git -c safe.directory=... log` showed only three touches in-tree for this path, with the latest 2023 patch linking to the cited lore URL; I also used a grep over git subjects and found no obvious removal-series signal. Web search found the LKDDb page confirming current kernel presence, the live 96Boards Bubblegum-96 product page indicating niche continued sale, and the 96Boards 2018 mainlining post showing limited vendor backing. Overall this looks low-volume but still relevant for a small existing board family, with no natural replacement beyond keeping the board-specific driver maintained and annotated as niche.