drivers/devfreq

Devfreq Dynamic Frequency Scaling Framework

Devfreq is a kernel framework that lets non-CPU devices such as memory controllers, GPUs, and SoC interconnects scale their operating frequency up and down based on load. It provides shared governor logic (simple-on-demand, performance, powersave, userspace) that individual SoC drivers plug into rather than reimplementing themselves.

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

recommendation

This is not a hardware driver but the devfreq subsystem itself, providing the common frequency-scaling infrastructure and governors that SoC-specific drivers build on top of. As core infrastructure used widely across ARM platforms, it is not a candidate for removal.

repository signals

24 files
9,988 source lines
122 commits, 5y
+3,536 / −1,073 lines added / removed, 5y
55 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 122 total · active in 37/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 5 commits · +7 −20 2021-06: 1 commit · +2 −1 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 7 commits · +86 −70 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +520 −0 2021-12: 2 commits · +3 −2 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 8 commits · +166 −197 2022-04: 2 commits · +75 −16 2022-05: 2 commits · +7 −3 2022-06: 11 commits · +523 −76 2022-07: 6 commits · +38 −22 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +3 −4 2022-10: 1 commit · +8 −10 2022-11: 3 commits · +3 −4 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +0 −1 2023-02: 0 commits · +0 −0 2023-03: 4 commits · +5 −6 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +3 −1 2023-06: 0 commits · +0 −0 2023-07: 7 commits · +89 −74 2023-08: 2 commits · +4 −3 2023-09: 0 commits · +0 −0 2023-10: 19 commits · +771 −174 2023-11: 1 commit · +22 −2 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 5 commits · +10 −20 2024-04: 1 commit · +3 −6 2024-05: 1 commit · +5 −17 2024-06: 1 commit · +4 −0 2024-07: 1 commit · +1 −1 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +2 −6 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +5 −5 2025-01: 1 commit · +2 −3 2025-02: 2 commits · +2 −3 2025-03: 0 commits · +0 −0 2025-04: 4 commits · +10 −16 2025-05: 3 commits · +81 −48 2025-06: 2 commits · +671 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +2 −1 2025-09: 2 commits · +3 −2 2025-10: 2 commits · +55 −160 2025-11: 2 commits · +6 −10 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +9 −11 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: this is the devfreq subsystem directory containing framework/governor code and mixed support files, not a single kernel-bound hardware driver family.