drivers/media/i2c/adv748x

Analog Devices ADV7481/ADV7482 HDMI and analog video decoder bridges

Analog Devices ADV7481 and ADV7482 are video front-end chips that take in HDMI plus legacy analog video (composite, component, S-Video) and convert it into a digital camera-style stream that an SoC can capture. They are mainly used in automotive infotainment, rear-view camera systems, and embedded video-ingest boards rather than in consumer PCs.

keep conf=0.84 last_sold=2026 deploy=low replacement=none subsystem=media category=media-other
84%

recommendation

It should stay in the kernel because the silicon is still listed as in production by Analog Devices and is actively bought for automotive and embedded designs in 2025. Upstream activity is healthy too, with substantive patches landing as recently as 2024 and 2025, and no generic framework replaces this device-specific support.

repository signals

6 files
2,994 source lines
21 commits, 5y
+183 / −168 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 21 total · active in 14/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +21 −19 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +1 −17 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −3 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +4 −3 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 4 commits · +17 −9 2023-03: 0 commits · +0 −0 2023-04: 1 commit · +9 −3 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +7 −7 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +0 −1 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +8 −8 2024-05: 0 commits · +0 −0 2024-06: 4 commits · +112 −68 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +1 −1 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +0 −27 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream functional work touched adv748x in 2024 ('Use routes to configure VC'), indicating the driver is still being maintained rather than abandoned.

  2. lore.kernel.org

    A second adv748x patch in the same 2024 series ('Add flags to adv748x_subdev_init()') shows non-removal development activity in the core driver.

  3. analog.com

    Analog Devices lists ADV7482 as 'PRODUCTION' with 'Sample & Buy', supporting that ADV748x-family hardware remained sold new through 2025 and beyond, mainly for automotive/video-bridge designs.

codex reasoning notes (technical)

Real driver directory: 4 C files plus module driver entrypoint in provided context. lore_activity and lore_file_timeline on adv748x-core.c showed steady 2024 upstream work and no removal/deprecation evidence in the returned subjects; static context also reports substantive touches as late as 2025-07-10. Web search + open on Analog Devices product page showed ADV7482 marked PRODUCTION/Sample & Buy. Deployment is low, not none: this is specialized automotive/embedded video-ingest silicon, not commodity consumer hardware. No natural upstream replacement driver covers the same silicon; generic media bridge frameworks do not replace this device-specific driver.