Microchip Ethernet controllers and switch SoCs (LAN743x, LAN865x, LAN966x, Sparx5)
A broad family of Microchip Ethernet hardware ranging from small SPI-attached MAC/PHY chips like the ENC28J60 and the LAN8651 10BASE-T1S automotive part, to PCIe gigabit NICs (LAN743x), to embedded switch SoCs used in industrial and automotive networking gear (LAN966x, Sparx5, LAN969x). Most of these parts are still actively sold by Microchip in 2025 and ship in current embedded designs.
recommendation
It should stay in the kernel because the hardware is still in production and the directory is under active upstream development, with feature work and bug fixes landing through 2024 and into 2026 across LAN743x, LAN865x, LAN966x, and Sparx5/LAN969x. Microchip continues to list parts like the LAN7431, LAN8651, and LAN9698 as in-production, and there is no replacement driver tree on the horizon.
repository signals
sources
- lkml.indiana.edu
September 2024 net-next series for lan966x shows substantial ongoing upstream feature/refactor work in this directory, including shared FDMA work with Sparx5.
- spinics.net
April 2026 lan966x fix series shows current bug-fix traffic and maintenance activity, not abandonment or removal.
- lkml.iu.edu
August 2024 LAN743x phylink support series shows active development on the PCIe Ethernet portion of this directory.
- microchip.com
Microchip lists LAN7431 as 'In Production', indicating hardware covered by this directory is still sold new.
- microchip.com
Microchip lists LAN8651 as 'In Production', showing current-market 10BASE-T1S MAC-PHY hardware uses this directory.
- microchip.com
Microchip lists LAN9698 as 'In Production', showing current switch silicon corresponding to Sparx5/LAN969x support in this directory.
codex reasoning notes (technical)
Local shell inspection (`rg --files`, `rg` on module macros) showed this is a real multi-driver directory spanning PCIe NICs, SPI MAC/PHY parts, and switch SoCs; local `git -c safe.directory=... log --since=2021-01-01 -- drivers/net/ethernet/microchip` showed frequent 2024-2026 fixes/features across lan743x, lan865x, lan966x, sparx5/lan969x. Web search was used because lore MCP/`lei` were unavailable; obtained activity evidence from lkml/spinics mirror URLs and product-status evidence from Microchip product pages. No removal/deprecation discussion was found in the sampled lore-visible results, while upstream activity is recent and substantial. Because several covered chip families are still in production and deployed in embedded/industrial/automotive networking, there is no natural replacement for the directory as a whole.