drivers/net/phy/mediatek

MediaTek and Airoha Ethernet PHY transceivers

Ethernet physical-layer transceivers built into MediaTek's MT7530/MT7531 switch chips, the MT7981/MT7988 router SoCs (Filogic series), and Airoha's AN7581/AN7583 10G-PON broadband chips. These parts handle the analog signaling for the gigabit and 2.5-gigabit Ethernet ports found in current Wi-Fi routers, gateways, and fiber CPE boxes.

keep conf=0.93 deploy=medium replacement=none subsystem=net category=networking-ethernet
93%

recommendation

It should stay in the kernel because the hardware is current and actively shipping: MediaTek's Filogic 880 router platform and Airoha's AN7581 10G-PON chips are sold new in 2025, and OpenWrt still produces snapshots for these targets. Upstream activity is healthy too, with new chip support (MT7988 2.5GbE in May 2025, AN7583 in May 2025, AN7581 interrupt support in early 2026) landing on a regular cadence and no removal discussion in sight.

repository signals

7 files
2,556 source lines
23 commits, 5y
+3,047 / −446 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 23 total · active in 10/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: 5 commits · +2,173 −307 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +2 −2 2025-02: 5 commits · +333 −117 2025-03: 1 commit · +4 −3 2025-04: 3 commits · +67 −5 2025-05: 4 commits · +366 −5 2025-06: 1 commit · +1 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +98 −6 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +1 −1 2026-01: 1 commit · +2 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. patch.msgid.link

    Upstream activity continued into January 2026 with AN7581 interrupt-enable support, indicating active maintenance rather than retirement.

  2. patch.msgid.link

    The driver gained new hardware support for Airoha AN7583 in May 2025, showing expansion to new deployments.

  3. patch.msgid.link

    The directory added support for the built-in MT7988 2.5GbE PHY in May 2025, consistent with current-generation SoC enablement.

  4. mediatek.com

    MediaTek markets the Filogic 880 platform for current routers/gateways/APs and lists one 2.5GbE PHY plus four 1GbE ports, matching this driver's MT7988-class integrated PHY use case.

  5. airoha.com

    Airoha markets the AN7581 series as a current 10G-PON SoC for ONU/CPE deployments, indicating supported hardware is still sold into broadband equipment.

  6. downloads.openwrt.org

    OpenWrt still publishes current snapshots for the airoha target with an an7581 subtarget, showing ongoing downstream deployment and validation.

codex reasoning notes (technical)

Real driver directory: Kconfig/Makefile and source files define MDIO PHY drivers for MT7530/31, MT7981/88, and AN7581/83. Upstream evidence came from local shell inspection (`git -c safe.directory=... log -- drivers/net/phy/mediatek`) which showed steady 2024-2026 feature/fix traffic and recent patch.msgid links; a local shell grep for removal/deprecation terms found no actual removal series, only active maintenance. Deployment/new-sales evidence came from web search results on mediatek.com, airoha.com, and OpenWrt snapshot pages. Because the hardware family is current in router/PON CPE designs and there is no successor driver replacing this directory's scope, the correct recommendation is keep.