drivers/net/ethernet/microchip/sparx5

Microchip SparX-5 and LAN969x Ethernet switch family

Microchip's SparX-5 and LAN969x are multi-gigabit Ethernet switch chips aimed at industrial, carrier, and embedded networking gear, offering features like hardware-accelerated VLAN handling, PTP time synchronization, and Linux DSA integration. They are still actively marketed by Microchip in 2025 with current evaluation boards available for new product designs.

keep conf=0.94 last_sold=2025 deploy=low replacement=none subsystem=net category=networking-ethernet
94%

recommendation

It should stay in the kernel because the hardware is still being sold into new designs and the driver is under active development, with a PTP clock fix landing in early 2026 and new LAN969x platform support added in September 2025. There is no alternative in-tree driver for these switch ASICs, so removing it would leave current Microchip hardware unsupported.

repository signals

46 files
34,219 source lines
253 commits, 5y
+39,312 / −5,031 lines added / removed, 5y
39 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 253 total · active in 40/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 13 commits · +11,019 −40 2021-07: 7 commits · +40 −12 2021-08: 4 commits · +695 −13 2021-09: 1 commit · +1 −2 2021-10: 4 commits · +6 −8 2021-11: 3 commits · +52 −98 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +10 −1 2022-02: 7 commits · +38 −20 2022-03: 18 commits · +1,525 −146 2022-04: 0 commits · +0 −0 2022-05: 3 commits · +15 −2 2022-06: 2 commits · +41 −20 2022-07: 0 commits · +0 −0 2022-08: 3 commits · +214 −89 2022-09: 6 commits · +923 −10 2022-10: 6 commits · +2,678 −9 2022-11: 24 commits · +2,142 −125 2022-12: 2 commits · +28 −18 2023-01: 20 commits · +4,446 −386 2023-02: 21 commits · +4,257 −1,078 2023-03: 5 commits · +497 −24 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +5 −4 2023-07: 1 commit · +2 −2 2023-08: 4 commits · +47 −36 2023-09: 1 commit · +2 −4 2023-10: 1 commit · +1 −2 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +1 −1 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +4 −0 2024-03: 1 commit · +2 −2 2024-04: 14 commits · +577 −47 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +1 −1 2024-07: 1 commit · +1 −1 2024-08: 0 commits · +0 −0 2024-09: 14 commits · +201 −357 2024-10: 28 commits · +3,963 −2,320 2024-11: 4 commits · +54 −35 2024-12: 13 commits · +5,243 −45 2025-01: 6 commits · +521 −36 2025-02: 2 commits · +2 −3 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: 2 commits · +19 −1 2025-10: 1 commit · +17 −10 2025-11: 1 commit · +2 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 5 commits · +20 −23 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. github.com

    The driver received a functional fix on 2026-02-13 (`net: sparx5/lan969x: fix PTP clock max_adj value`), indicating active upstream maintenance rather than retirement.

  2. github.com

    The driver gained new platform-selection support on 2025-09-18 (`make it selectable for ARCH_LAN969X`), showing ongoing enablement for current hardware.

  3. microchip.com

    Microchip's current Ethernet-switch portfolio page still markets LAN969x devices and associated Linux DSA support, indicating the family is still being sold into new designs.

  4. microchip.com

    Microchip still lists a current SparX-5/-5i evaluation/reference design, which is evidence of continuing commercial availability and ecosystem support.

  5. microchip.com

    Microchip still lists a LAN969x evaluation board, supporting the conclusion that LAN969x hardware remains active in current deployments.

codex reasoning notes (technical)

`exec_command` on the local kernel git history showed recent non-mechanical activity in 2025-2026, including the cited 2026-02-13 fix and 2025-09-18 LAN969x enablement commit; a separate local `git log --grep='remove|obsolete|deprecat'` over this path did not surface a sparx5 removal/deprecation series. The GitHub commit URLs were derived from the repo's `upstream` remote URL returned by `exec_command`. `web.search_query` found Microchip's current Ethernet-switch portfolio page plus active SparX-5 and LAN969x evaluation-board pages, which support 'still sold new' but also suggest this is a niche industrial/embedded switch family rather than a broad commodity NIC, so deployments are best rated `low`. No natural replacement driver exists upstream for the same ASIC family; this driver is the correct in-tree support path.