drivers/mfd

Multi-Function Device (MFD) subsystem

A kernel framework, not a single driver, that handles chips which combine several unrelated functions on one die or package, such as power management ICs that bundle regulators, real-time clocks, GPIO, and ADCs together. It splits one physical chip into multiple sub-devices so the appropriate subsystem driver can claim each function.

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

recommendation

This is not actually a driver directory; it is the umbrella for the Multi-Function Device subsystem, which contains dozens of independent drivers for combo chips from many vendors. Any keep/remove decisions need to be made on the individual drivers inside it, not on the directory as a whole.

repository signals

274 files
121,279 source lines
1,146 commits, 5y
+25,806 / −20,785 lines added / removed, 5y
261 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,146 total · active in 59/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +15 −2 2021-05: 45 commits · +1,123 −400 2021-06: 31 commits · +781 −534 2021-07: 12 commits · +159 −28 2021-08: 14 commits · +127 −62 2021-09: 13 commits · +87 −69 2021-10: 39 commits · +260 −738 2021-11: 8 commits · +45 −344 2021-12: 7 commits · +44 −311 2022-01: 8 commits · +34 −44 2022-02: 12 commits · +338 −2,142 2022-03: 6 commits · +117 −35 2022-04: 9 commits · +228 −116 2022-05: 9 commits · +186 −51 2022-06: 35 commits · +421 −640 2022-07: 7 commits · +140 −66 2022-08: 20 commits · +840 −398 2022-09: 17 commits · +771 −88 2022-10: 37 commits · +100 −4,561 2022-11: 103 commits · +561 −348 2022-12: 9 commits · +26 −47 2023-01: 18 commits · +822 −3,091 2023-02: 17 commits · +97 −139 2023-03: 42 commits · +881 −299 2023-04: 13 commits · +472 −41 2023-05: 18 commits · +1,735 −428 2023-06: 11 commits · +64 −27 2023-07: 27 commits · +135 −134 2023-08: 32 commits · +1,733 −127 2023-09: 19 commits · +141 −73 2023-10: 21 commits · +159 −190 2023-11: 33 commits · +149 −209 2023-12: 11 commits · +70 −34 2024-01: 10 commits · +83 −69 2024-02: 37 commits · +168 −196 2024-03: 3 commits · +96 −3 2024-04: 14 commits · +492 −169 2024-05: 13 commits · +423 −163 2024-06: 24 commits · +1,244 −132 2024-07: 31 commits · +306 −96 2024-08: 11 commits · +97 −21 2024-09: 12 commits · +59 −31 2024-10: 26 commits · +1,004 −178 2024-11: 11 commits · +448 −51 2024-12: 12 commits · +409 −152 2025-01: 10 commits · +277 −18 2025-02: 12 commits · +337 −32 2025-03: 13 commits · +70 −1,742 2025-04: 40 commits · +1,617 −827 2025-05: 9 commits · +800 −62 2025-06: 13 commits · +677 −403 2025-07: 29 commits · +1,095 −187 2025-08: 24 commits · +399 −64 2025-09: 18 commits · +1,106 −57 2025-10: 13 commits · +434 −47 2025-11: 16 commits · +167 −45 2025-12: 19 commits · +568 −105 2026-01: 8 commits · +483 −59 2026-02: 3 commits · +33 −34 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: top-level MFD subsystem container aggregating many distinct device drivers, not a single hardware driver or chipset family.