drivers/base

Linux Driver Model Core Infrastructure

The shared foundation that every Linux device driver builds on: the device, bus, and class abstractions; sysfs plumbing; device probing, binding, and power-management hooks; firmware loading; and the lifecycle glue that ties hardware drivers into the kernel. It is not tied to any single piece of hardware.

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

recommendation

This is not actually a driver directory; it is the core device model that the entire driver subsystem depends on. Removing or deprecating it is not meaningful — every hardware driver in the tree relies on the abstractions defined here, and it is maintained as active core infrastructure.

repository signals

105 files
54,434 source lines
1,292 commits, 5y
+20,942 / −15,115 lines added / removed, 5y
354 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,292 total · active in 61/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 31 commits · +504 −250 2021-06: 26 commits · +368 −236 2021-07: 18 commits · +151 −101 2021-08: 15 commits · +236 −121 2021-09: 28 commits · +357 −91 2021-10: 15 commits · +278 −203 2021-11: 19 commits · +229 −123 2021-12: 34 commits · +466 −345 2022-01: 14 commits · +220 −212 2022-02: 17 commits · +196 −114 2022-03: 22 commits · +412 −118 2022-04: 39 commits · +1,660 −803 2022-05: 27 commits · +277 −122 2022-06: 41 commits · +528 −288 2022-07: 29 commits · +259 −144 2022-08: 26 commits · +524 −120 2022-09: 19 commits · +125 −177 2022-10: 14 commits · +114 −24 2022-11: 30 commits · +412 −234 2022-12: 12 commits · +106 −155 2023-01: 31 commits · +337 −215 2023-02: 52 commits · +918 −547 2023-03: 59 commits · +1,797 −705 2023-04: 24 commits · +186 −96 2023-05: 20 commits · +170 −264 2023-06: 21 commits · +741 −204 2023-07: 25 commits · +525 −209 2023-08: 16 commits · +113 −45 2023-09: 6 commits · +52 −16 2023-10: 18 commits · +208 −66 2023-11: 27 commits · +216 −89 2023-12: 19 commits · +147 −3,951 2024-01: 22 commits · +549 −242 2024-02: 11 commits · +140 −58 2024-03: 20 commits · +162 −121 2024-04: 23 commits · +1,080 −335 2024-05: 8 commits · +98 −40 2024-06: 24 commits · +184 −497 2024-07: 22 commits · +237 −112 2024-08: 25 commits · +368 −309 2024-09: 15 commits · +213 −219 2024-10: 15 commits · +124 −78 2024-11: 19 commits · +103 −65 2024-12: 15 commits · +81 −74 2025-01: 19 commits · +432 −127 2025-02: 40 commits · +837 −244 2025-03: 18 commits · +367 −133 2025-04: 15 commits · +116 −164 2025-05: 20 commits · +146 −140 2025-06: 22 commits · +245 −127 2025-07: 21 commits · +291 −186 2025-08: 13 commits · +87 −23 2025-09: 18 commits · +485 −119 2025-10: 29 commits · +481 −264 2025-11: 17 commits · +99 −90 2025-12: 7 commits · +32 −42 2026-01: 22 commits · +820 −153 2026-02: 11 commits · +189 −710 2026-03: 5 commits · +138 −48 2026-04: 1 commit · +5 −6

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: core driver-model / device-base infrastructure under drivers/base, not a hardware-specific kernel driver.