drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2

Allwinner A83T MIPI CSI-2 camera interface

The MIPI CSI-2 receiver and D-PHY block found inside the Allwinner A83T, a mid-2010s octa-core ARM SoC used in tablets and hobbyist single-board computers like the Banana Pi M3. It connects camera sensors (such as the OmniVision OV8865) to the SoC's video pipeline over the standard MIPI CSI-2 serial interface.

keep-annotate conf=0.73 deploy=low replacement=none subsystem=media category=media-camera-tv
73%

recommendation

Worth keeping but flagging as niche, because the A83T is a legacy Allwinner SoC that even the original 2022 upstream submission described as probably abandoned silicon, and the only well-known board still using it is the 2015 Banana Pi M3. However, the code received a real bug fix as recently as 2024, so it is still being maintained rather than rotting, and removal would not be justified today.

repository signals

7 files
1,155 source lines
17 commits, 5y
+1,211 / −38 lines added / removed, 5y
10 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17 total · active in 12/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: 1 commit · +1,148 −0 2022-06: 0 commits · +0 −0 2022-07: 2 commits · +5 −3 2022-08: 2 commits · +19 −6 2022-09: 2 commits · +16 −7 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +2 −3 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +5 −5 2023-03: 2 commits · +3 −5 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +0 −1 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +1 −0 2023-10: 1 commit · +4 −4 2023-11: 1 commit · +7 −3 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: 1 commit · +1 −1 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: 0 commits · +0 −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. git.kernel.org

    Initial upstream addition in 2022 says the controller is found on the A83T only and was probably abandoned; tested on Banana Pi M3 with OV8865.

  2. git.kernel.org

    The driver still received a functional fix in 2024, indicating upstream maintenance rather than abandonment.

  3. cateee.net

    LKDDb shows this driver present from Linux 6.0 through current HEAD and tied specifically to allwinner,sun8i-a83t-mipi-csi2.

  4. linux-sunxi.org

    The A83T page lists only older announced devices such as tablets and Banana Pi M3, consistent with a mid-2010s legacy SoC rather than new 2025 designs.

  5. linux-sunxi.org

    Banana Pi M3 is an A83T board released in November 2015 and includes a CSI header, showing the practical deployment niche for this driver.

codex reasoning notes (technical)

Real driver directory: contains platform-driver code for an Allwinner media block. Local shell inspection showed normal driver entry points and git history; local `git log` found no sign of removal and showed post-merge maintenance, while `git show` on 576d196c522b provided the A83T-only/likely-abandoned-silicon note. URLs for the two commits are canonical kernel.org commit pages derived from those locally obtained hashes (canonical recall). Deployment evidence came from `web.search_query` hits to LKDDb and linux-sunxi pages. Conclusion: hardware looks legacy and low-volume, but upstream attention is recent enough that removal is not justified; keep the driver, but annotate it as niche/legacy-only.