drivers/pmdomain

Generic Power Domain (genpd) Framework

A kernel-wide framework that lets SoCs describe and control power domains, the on-chip regions whose voltage rails and clocks can be independently switched off when idle. It is the shared plumbing that vendor-specific power-management code plugs into, not hardware support on its own.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=pmdomain category=not-a-driver
100%

recommendation

This is not actually a driver directory; it is the generic power-domain (genpd) infrastructure that other drivers build on top of. It belongs to the kernel's core power-management subsystem and is essential for modern ARM and other SoC platforms, so removal is not on the table.

repository signals

124 files
33,741 source lines
308 commits, 5y
+36,655 / −2,240 lines added / removed, 5y
113 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 308 total · active in 32/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: 1 commit · +1 −1 2023-09: 38 commits · +25,415 −543 2023-10: 12 commits · +166 −48 2023-11: 15 commits · +249 −48 2023-12: 5 commits · +3,833 −16 2024-01: 8 commits · +159 −91 2024-02: 8 commits · +108 −24 2024-03: 3 commits · +18 −11 2024-04: 8 commits · +121 −84 2024-05: 8 commits · +95 −30 2024-06: 5 commits · +112 −2 2024-07: 6 commits · +32 −422 2024-08: 20 commits · +194 −158 2024-09: 8 commits · +53 −26 2024-10: 10 commits · +241 −48 2024-11: 7 commits · +64 −24 2024-12: 8 commits · +102 −11 2025-01: 5 commits · +174 −2 2025-02: 13 commits · +203 −86 2025-03: 8 commits · +309 −16 2025-04: 14 commits · +919 −68 2025-05: 5 commits · +82 −45 2025-06: 4 commits · +88 −10 2025-07: 26 commits · +686 −164 2025-08: 13 commits · +567 −99 2025-09: 17 commits · +1,341 −44 2025-10: 9 commits · +1,144 −21 2025-11: 7 commits · +81 −34 2025-12: 5 commits · +26 −8 2026-01: 3 commits · +4 −8 2026-02: 7 commits · +63 −33 2026-03: 2 commits · +5 −15 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains generic PM domain framework/helper code for power-management domains, not a standalone kernel-bound hardware driver.