drivers/base/regmap

Regmap register access library

A shared kernel helper library that gives device drivers a uniform way to read and write hardware registers across buses like I2C, SPI, and memory-mapped I/O. It handles caching, bit-field access, and endianness so individual drivers do not have to reimplement that plumbing.

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

recommendation

This is not actually a driver directory; it is core infrastructure used by hundreds of other drivers across the kernel. Removing or deprecating it is not on the table — it is foundational plumbing rather than hardware support code.

repository signals

28 files
14,002 source lines
249 commits, 5y
+6,047 / −2,171 lines added / removed, 5y
85 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 249 total · active in 51/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 5 commits · +127 −10 2021-06: 5 commits · +85 −28 2021-07: 1 commit · +1 −1 2021-08: 2 commits · +36 −7 2021-09: 0 commits · +0 −0 2021-10: 3 commits · +38 −11 2021-11: 1 commit · +1 −0 2021-12: 0 commits · +0 −0 2022-01: 3 commits · +3 −2 2022-02: 2 commits · +8 −16 2022-03: 3 commits · +21 −8 2022-04: 2 commits · +46 −38 2022-05: 2 commits · +23 −1 2022-06: 20 commits · +329 −161 2022-07: 4 commits · +23 −21 2022-08: 12 commits · +454 −102 2022-09: 4 commits · +7 −23 2022-10: 0 commits · +0 −0 2022-11: 4 commits · +292 −18 2022-12: 0 commits · +0 −0 2023-01: 4 commits · +54 −34 2023-02: 3 commits · +17 −30 2023-03: 12 commits · +1,208 −413 2023-04: 6 commits · +31 −16 2023-05: 10 commits · +118 −239 2023-06: 18 commits · +723 −201 2023-07: 13 commits · +114 −37 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +3 −2 2023-10: 4 commits · +96 −4 2023-11: 4 commits · +90 −16 2023-12: 3 commits · +9 −10 2024-01: 1 commit · +11 −6 2024-02: 3 commits · +106 −17 2024-03: 3 commits · +4 −4 2024-04: 16 commits · +880 −312 2024-05: 4 commits · +20 −11 2024-06: 8 commits · +26 −19 2024-07: 4 commits · +144 −37 2024-08: 4 commits · +34 −16 2024-09: 3 commits · +60 −5 2024-10: 3 commits · +7 −2 2024-11: 8 commits · +31 −19 2024-12: 1 commit · +2 −2 2025-01: 3 commits · +215 −40 2025-02: 3 commits · +34 −1 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −12 2025-05: 4 commits · +73 −36 2025-06: 1 commit · +2 −0 2025-07: 4 commits · +22 −19 2025-08: 2 commits · +8 −5 2025-09: 0 commits · +0 −0 2025-10: 10 commits · +213 −100 2025-11: 2 commits · +5 −3 2025-12: 0 commits · +0 −0 2026-01: 6 commits · +128 −9 2026-02: 2 commits · +38 −43 2026-03: 1 commit · +26 −4 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains the regmap core/helper library used by many drivers, not kernel-bound hardware driver code.