drivers/net/phy/mscc

Microchip/Microsemi VSC85xx Gigabit Ethernet PHYs

A family of Gigabit Ethernet physical-layer transceiver chips (the VSC8541, VSC8574, VSC8584 and relatives) originally from Vitesse and Microsemi, now sold by Microchip. They sit between an Ethernet MAC and the copper wire on routers, switches, and embedded boards, and several models add hardware PTP timestamping for precision time synchronization.

keep conf=0.88 last_sold=2025 deploy=medium replacement=none subsystem=net category=networking-ethernet
88%

recommendation

It should stay in the kernel because the hardware is still actively sold by Microchip in 2025, including new radiation-tolerant VSC8541RT and VSC8574RT variants announced for space and high-reliability use. Upstream activity is healthy, with cleanup patches and PTP fixes flowing through net-next and stable trees, so the driver remains under real maintenance rather than drifting toward removal.

repository signals

11 files
7,882 source lines
50 commits, 5y
+789 / −415 lines added / removed, 5y
24 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 50 total · active in 27/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +2 −2 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +4 −4 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +1 −1 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +0 −3 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 2 commits · +4 −1 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: 1 commit · +1 −1 2022-09: 2 commits · +55 −90 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +31 −29 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +8 −16 2023-04: 0 commits · +0 −0 2023-05: 6 commits · +87 −51 2023-06: 1 commit · +2 −2 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +6 −0 2023-11: 3 commits · +10 −12 2023-12: 1 commit · +7 −2 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: 2 commits · +4 −1 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 2 commits · +2 −3 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +1 −1 2025-02: 0 commits · +0 −0 2025-03: 2 commits · +10 −6 2025-04: 0 commits · +0 −0 2025-05: 2 commits · +14 −6 2025-06: 1 commit · +2 −3 2025-07: 1 commit · +2 −0 2025-08: 3 commits · +130 −28 2025-09: 1 commit · +8 −10 2025-10: 2 commits · +11 −26 2025-11: 6 commits · +381 −111 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +4 −4 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream work continues in 2026 on this driver family (`net: phy: mscc: Drop unnecessary phydev->lock`), indicating active maintenance rather than obsolescence.

  2. lore.kernel.org

    A 2026 stable backport fixes PTP for VSC8574/VSC8572, showing ongoing bug-fix demand in supported kernels.

  3. microchip.com

    Microchip lists VSC8541 as `Status: In Production`, so at least part of the supported VSC85xx family is still sold new.

  4. microchip.com

    Microchip lists VSC8584 as `Status: In Production`, showing continued availability of higher-port-count devices in the same family.

  5. microchip.com

    Microchip still offers the EVB-VSC8541-EDS evaluation board, supporting ongoing enablement and new-design use in embedded networking.

  6. microchip.com

    Microchip announced VSC8541RT and VSC8574RT variants in 2025 for space/high-reliability markets, reinforcing that this PHY family remains commercially relevant in niche new deployments.

codex reasoning notes (technical)

Local code inspection (`rg` on drivers/net/phy/mscc) identified this as the Microsemi/Microchip VSC85xx PHY driver family. `lore_file_timeline` on `drivers/net/phy/mscc/mscc_main.c` showed active 2026 net-next and stable traffic; cited lore URLs came directly from that MCP output. Web search on microchip.com found current product pages and evaluation-board/blog pages showing `In Production` status and 2025-era launch activity. A `lei` removal-discussion query was attempted but blocked by sandboxed daemon startup; no removal evidence appeared in the lore activity sample, so deprecation/removal is not supported.