drivers/media/i2c

V4L2 I2C camera sensors, video decoders, and bridge chips

A large collection of small drivers for image sensors, analog video decoders, HDMI receivers, and other I2C-attached video chips from Sony, OmniVision, onsemi, GalaxyCore, Toshiba, TI, Analog Devices and many others. These chips sit behind MIPI CSI-2 or parallel video interfaces in laptops, phones, automotive systems, drones, and industrial machine-vision cameras.

keep conf=0.93 deploy=medium replacement=none subsystem=media category=media-camera-tv
93%

recommendation

It should stay because this is one of the most actively developed corners of the media subsystem, with new sensor drivers (such as the OmniVision OS02G10 and Sony IMX471) still landing in 2026 and matching hardware that vendors like Allied Vision continue to sell new in 2025. The directory is an umbrella for dozens of distinct chips rather than a single legacy driver, and embedded and industrial vision platforms depend on it.

repository signals

225 files
226,843 source lines
1,664 commits, 5y
+115,056 / −46,963 lines added / removed, 5y
202 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,664 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 39 commits · +2,768 −1,076 2021-05: 11 commits · +3,668 −25 2021-06: 26 commits · +1,094 −844 2021-07: 14 commits · +208 −55 2021-08: 5 commits · +1,517 −13 2021-09: 5 commits · +2,209 −1 2021-10: 11 commits · +169 −106 2021-11: 32 commits · +1,999 −245 2021-12: 13 commits · +462 −272 2022-01: 26 commits · +5,083 −224 2022-02: 13 commits · +2,912 −95 2022-03: 18 commits · +2,779 −1,701 2022-04: 12 commits · +120 −41 2022-05: 53 commits · +2,266 −1,158 2022-06: 11 commits · +233 −85 2022-07: 16 commits · +179 −152 2022-08: 10 commits · +1,349 −375 2022-09: 7 commits · +1,759 −45 2022-10: 55 commits · +7,859 −871 2022-11: 105 commits · +542 −1,593 2022-12: 19 commits · +210 −184 2023-01: 45 commits · +4,414 −10,825 2023-02: 40 commits · +762 −303 2023-03: 21 commits · +381 −171 2023-04: 8 commits · +1,096 −38 2023-05: 10 commits · +167 −172 2023-06: 16 commits · +6,943 −831 2023-07: 27 commits · +750 −431 2023-08: 52 commits · +1,962 −3,965 2023-09: 104 commits · +3,772 −2,623 2023-10: 22 commits · +650 −592 2023-11: 23 commits · +6,027 −1,650 2023-12: 42 commits · +9,598 −672 2024-01: 23 commits · +786 −2,927 2024-02: 11 commits · +1,391 −130 2024-03: 6 commits · +58 −62 2024-04: 53 commits · +4,762 −971 2024-05: 29 commits · +1,185 −1,002 2024-06: 26 commits · +3,270 −277 2024-07: 7 commits · +31 −38 2024-08: 20 commits · +544 −108 2024-09: 9 commits · +58 −45 2024-10: 36 commits · +521 −522 2024-11: 13 commits · +229 −84 2024-12: 50 commits · +1,303 −946 2025-01: 19 commits · +348 −267 2025-02: 26 commits · +289 −211 2025-03: 54 commits · +4,718 −1,753 2025-04: 26 commits · +3,938 −917 2025-05: 18 commits · +2,749 −178 2025-06: 80 commits · +482 −482 2025-07: 15 commits · +239 −215 2025-08: 80 commits · +4,071 −2,601 2025-09: 13 commits · +109 −39 2025-10: 60 commits · +1,148 −767 2025-11: 5 commits · +1,669 −9 2025-12: 50 commits · +3,616 −409 2026-01: 13 commits · +1,389 −452 2026-02: 2 commits · +12 −12 2026-03: 1 commit · +0 −2 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    April 2026 linux-media patch adds a new os02g10 image sensor driver under drivers/media/i2c, showing ongoing upstream expansion rather than retirement.

  2. lore.kernel.org

    April 2026 linux-media patch adds a Sony IMX471 image sensor driver in this directory, another sign of active new-hardware enablement.

  3. alliedvision.com

    Allied Vision still sells a 2025-era MIPI CSI-2 camera product built around the AR0521 sensor, matching hardware classes handled in this directory.

  4. docs.kernel.org

    Current kernel documentation describes active userspace support and operating conventions for camera sensor drivers, the main class of drivers in this directory.

codex reasoning notes (technical)

`drivers/media/i2c` is an active umbrella directory, not a single obsolete chip driver: local `sed` on Kconfig/Makefile shows dozens of currently supported sensor/bridge/decoder drivers from Sony, OmniVision, onsemi, GalaxyCore, Hynix, TI, Toshiba, Analog Devices and others. Lore evidence came from `mcp__lore_http__.lore_file_timeline` on `drivers/media/i2c/Kconfig`, which reported 1673 matching messages since 2021, newest on 2026-04-24, with recent events dominated by new-driver additions (os02g10, imx471, LC898217XC VCM). A shell `lei` removal query failed due local sandbox socket restrictions, so removal-talk assessment is based on the sampled lore timeline rather than a full negative search. Sales/deployment evidence came from `web.search_query`, which found Allied Vision's still-marketed Alvium CSI-2 AR0521 product page and current kernel camera-sensor documentation. Because the directory is seeing heavy upstream churn and still maps to hardware classes sold into embedded/industrial vision systems, the correct disposition is to keep it.