drivers/phy/allwinner

Allwinner sunxi SoC USB and MIPI D-PHY controllers

Internal USB and MIPI display PHY blocks built into Allwinner's ARM SoCs, spanning the sun4i, sun6i, sun9i, sun50i, and H6 families used in popular single-board computers like the Orange Pi and Olimex boards from the early 2010s through hardware still being sold new in 2025. These on-chip transceivers handle the analog signalling for USB 2.0/3.0 ports and MIPI DSI display panels.

keep conf=0.85 last_sold=2025 deploy=medium replacement=none subsystem=phy category=bus-other
85%

recommendation

It should stay in the kernel because the hardware is still being shipped on currently sold boards, including the Orange Pi 3 LTS based on the Allwinner H6 and Olimex modules built around the A31, and the code is still actively maintained upstream — Allwinner's maintainer signed off on a treewide PHY header update as recently as 2026. Because these PHY blocks are baked into the SoC silicon, there is no alternative driver that could replace them.

repository signals

6 files
2,078 source lines
23 commits, 5y
+518 / −137 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 23 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: 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: 3 commits · +23 −18 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +162 −4 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −1 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +71 −0 2022-11: 4 commits · +205 −31 2022-12: 0 commits · +0 −0 2023-01: 2 commits · +25 −36 2023-02: 0 commits · +0 −0 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 · +1 −2 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +1 −1 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: 1 commit · +1 −1 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: 2 commits · +4 −5 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: 1 commit · +1 −1 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +13 −25 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +7 −7 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

    The directory still receives upstream touch in 2026; Allwinner PHY files were included in a 2026 phy-next treewide PHY-provider header update and carried an Allwinner maintainer Acked-by.

  2. orangepi.org

    Orange Pi 3 LTS product page shows a currently sold board using the Allwinner H6 SoC with USB 3.0/2.0, indicating ongoing new-device deployment for at least part of this driver family.

  3. olimex.com

    Olimex lists the Allwinner A31 SoC in stock and notes MIPI DSI capability, supporting continued new-component availability for the sun6i MIPI D-PHY portion.

  4. linux-sunxi.org

    linux-sunxi documents the A31 as an Allwinner sun6i SoC with MIPI DSI and USB host/OTG, matching hardware blocks covered by this directory.

codex reasoning notes (technical)

Local Kconfig/Makefile inspected via exec_command show four real SoC-PHY drivers: USB PHYs for sun4i/sun9i/sun50i(H6) plus sun6i MIPI D-PHY. lore_activity (MCP) on phy-sun4i-usb.c and phy-sun50i-usb3.c returned recent 2026 linux-phy activity rather than abandonment; cited lore URL came from that tool. Deployment evidence came from web.search results: Orange Pi 3 LTS product page and Olimex A31 in-stock page show new H6/A31 hardware still being sold, with linux-sunxi used as supporting hardware taxonomy. I found active maintenance evidence and no concrete removal evidence in the limited tool budget, so removal/deprecation is not justified; there is no natural replacement because these PHY blocks are SoC-specific.