drivers/media/platform/amlogic/c3/mipi-adapter

Amlogic C3 MIPI CSI-2 camera adapter

A camera-input block inside Amlogic's C3 series SoCs (C302X/C305X/C308L/C308X), which sit between the MIPI CSI-2 receiver and the image signal processor to feed pixel data from attached camera sensors. These chips are aimed at smart cameras, doorbells, and similar low-power vision devices being shipped in 2025.

keep conf=0.87 deploy=low replacement=none subsystem=media category=media-camera-tv
87%

recommendation

It should stay in the kernel because this is a freshly added driver (merged in May 2025 after nine review rounds) for a current Amlogic SoC family that is still being marketed in 2025, has an active maintainer entry, and is documented as a required piece of the C3 camera pipeline.

repository signals

3 files
842 source lines
1 commits, 5y
+861 / −0 lines added / removed, 5y
1 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1 total · active in 1/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +861 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 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. patchew.org

    This driver landed through an actively reviewed 2025 C3 ISP support patch series; the MIPI adapter binding patch is part of v9, indicating current upstream bring-up rather than abandonment.

  2. kernel.org

    Kernel documentation describes the C3 camera pipeline and explicitly includes a 'c3-mipi-adapter' sub-device, supporting that this block is part of the supported Amlogic C308L ISP pipeline.

  3. kernel.org

    MAINTAINERS lists 'AMLOGIC MIPI ADAPTER DRIVER' as Maintained and covers drivers/media/platform/amlogic/c3/mipi-adapter/.

  4. amlogic.com

    Amlogic's current product catalog still lists C3-family parts including C302X, C305X, C308L, and C308X, supporting that the hardware family was still marketed new in 2025/2026.

codex reasoning notes (technical)

Local inspection (`rg`, `sed`, `git -c safe.directory=... log/show`) shows this is a real platform V4L2 driver, added in one substantive upstream commit on 2025-05-09 and not an old orphan. URL evidence was obtained via web search: Patchew patch-series result for upstream activity, kernel.org C3 ISP docs for functional deployment context, kernel.org MAINTAINERS for maintained status, and Amlogic's product page for ongoing product availability. No removal discussion surfaced in the limited history/search pass; this is a new, niche SoC-internal camera block with low but current deployment, so deprecation is not indicated.