drivers/i2c/busses

I2C Bus Controller Drivers Collection

A subsystem directory in the Linux kernel that groups together the many separate drivers responsible for I2C/SMBus host controllers — the small two-wire buses used everywhere from PC motherboard sensors and EEPROMs to SoC-internal peripherals on phones, routers, and embedded boards. It spans hardware from virtually every silicon vendor across several decades.

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

recommendation

This is not actually a driver directory; it is the umbrella folder under the I2C subsystem that collects dozens of unrelated host-controller drivers for I2C buses found on x86 chipsets, ARM SoCs, embedded boards, and add-in cards. Each individual driver inside should be evaluated on its own merits; the directory itself has no single hardware family, vendor, or lifecycle to judge.

repository signals

157 files
98,252 source lines
1,257 commits, 5y
+25,716 / −13,846 lines added / removed, 5y
343 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,257 total · active in 59/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 36 commits · +292 −135 2021-06: 10 commits · +46 −27 2021-07: 13 commits · +373 −78 2021-08: 27 commits · +145 −795 2021-09: 14 commits · +79 −46 2021-10: 21 commits · +476 −195 2021-11: 19 commits · +271 −737 2021-12: 24 commits · +214 −182 2022-01: 12 commits · +122 −97 2022-02: 31 commits · +1,243 −215 2022-03: 12 commits · +155 −128 2022-04: 18 commits · +243 −94 2022-05: 27 commits · +348 −242 2022-06: 11 commits · +64 −122 2022-07: 15 commits · +1,110 −30 2022-08: 11 commits · +172 −84 2022-09: 27 commits · +1,859 −610 2022-10: 15 commits · +119 −80 2022-11: 26 commits · +314 −244 2022-12: 9 commits · +55 −67 2023-01: 25 commits · +549 −96 2023-02: 23 commits · +1,350 −252 2023-03: 23 commits · +154 −112 2023-04: 15 commits · +186 −255 2023-05: 18 commits · +356 −466 2023-06: 20 commits · +202 −230 2023-07: 46 commits · +149 −289 2023-08: 25 commits · +250 −187 2023-09: 25 commits · +206 −159 2023-10: 12 commits · +458 −59 2023-11: 19 commits · +259 −233 2023-12: 13 commits · +282 −220 2024-01: 8 commits · +68 −95 2024-02: 21 commits · +409 −392 2024-03: 19 commits · +587 −385 2024-04: 59 commits · +1,380 −933 2024-05: 7 commits · +148 −98 2024-06: 5 commits · +47 −45 2024-07: 68 commits · +347 −345 2024-08: 36 commits · +1,113 −416 2024-09: 48 commits · +1,340 −676 2024-10: 20 commits · +907 −698 2024-11: 10 commits · +1,067 −35 2024-12: 30 commits · +1,090 −478 2025-01: 16 commits · +101 −87 2025-02: 27 commits · +203 −318 2025-03: 17 commits · +964 −137 2025-04: 42 commits · +628 −294 2025-05: 19 commits · +163 −90 2025-06: 17 commits · +161 −110 2025-07: 17 commits · +290 −231 2025-08: 12 commits · +55 −28 2025-09: 24 commits · +1,194 −316 2025-10: 12 commits · +84 −30 2025-11: 18 commits · +385 −95 2025-12: 12 commits · +108 −60 2026-01: 23 commits · +540 −525 2026-02: 9 commits · +125 −103 2026-03: 5 commits · +16 −8 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: aggregates many unrelated I2C bus controller drivers under a subsystem directory, not one kernel-bound hardware driver or chipset family.