drivers/net/ethernet/microchip/lan865x

Microchip LAN8650/LAN8651 10BASE-T1S MAC-PHY Ethernet controllers

A family of Microchip single-chip Ethernet controllers that combine the MAC and PHY for 10BASE-T1S, a single-pair, multi-drop variant of Ethernet aimed at industrial and automotive networks. The parts attach to a host over SPI and were introduced in the early 2020s as a replacement for legacy fieldbuses like CAN in sensor and actuator networks.

keep conf=0.89 deploy=low replacement=none subsystem=net category=networking-ethernet
89%

recommendation

It should stay because this is current silicon: Microchip lists the LAN8650 as in production, distributors stock it for new designs in 2025, the driver itself only landed upstream in 2024, and follow-up fixes for autoloading and MAC address validation went in during 2025. Deployment numbers are modest today simply because 10BASE-T1S is a young technology, not because the hardware is fading.

repository signals

3 files
455 source lines
7 commits, 5y
+482 / −2 lines added / removed, 5y
2 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 7 total · active in 3/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: 1 commit · +454 −0 2024-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 5 commits · +27 −2 2025-09: 1 commit · +1 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 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. lkml.org

    The driver was posted upstream in 2024 as support for Microchip's LAN865X MAC-PHY, indicating a new rather than legacy device family.

  2. git.kernel.org

    Upstream received a functional LAN865x fix in 2025 ('Fix LAN8651 autoloading'), showing active maintenance rather than abandonment.

  3. git.kernel.org

    Upstream received another LAN865x change in 2025 ('Enable MAC address validation'), confirming continuing attention.

  4. microchip.com

    Microchip lists LAN8650 as 'Status: In Production' and markets it as a 10BASE-T1S MAC-PHY.

  5. digikey.com

    A current distributor page shows the LAN8650B1 variant as Active and in stock, supporting ongoing new-hardware availability.

codex reasoning notes (technical)

Real driver: local source inspection via `rg` showed `module_spi_driver`, compatibles `microchip,lan8650`/`microchip,lan8651`, and Kconfig text naming the LAN8650/1 Rev.B0/B1 MAC-PHY. Direct lore tooling was unavailable here (`lei` missing; MCP lore endpoints not exposed), so upstream activity was grounded with local `git log` on the file plus canonical kernel.org commit URLs for the hashes observed there; no deletion/removal commit was present in local history. LKML patch URL and vendor/distributor URLs were obtained via web search. This is a very new niche industrial/automotive 10BASE-T1S part family, still sold for new designs, so the driver should be kept; deployments are likely low-volume rather than broad legacy saturation.