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.
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
sources
- 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.
- git.kernel.org
The driver still received a functional fix in 2024, indicating upstream maintenance rather than abandonment.
- cateee.net
LKDDb shows this driver present from Linux 6.0 through current HEAD and tied specifically to allwinner,sun8i-a83t-mipi-csi2.
- 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.
- 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.