drivers/net/ethernet/nxp

NXP LPC32xx On-Chip Ethernet MAC

The 10/100 Mbps Ethernet controller built into NXP's LPC32xx family of ARM9-based microcontrollers, such as the LPC3240 and LPC3250. These chips first shipped in the late 2000s and are still sold today for industrial, medical, and networked control equipment that needs a low-power MCU with on-chip networking.

keep-annotate conf=0.85 deploy=low replacement=none subsystem=net category=networking-ethernet
85%

recommendation

Worth keeping but worth flagging as a niche driver. The underlying LPC3240/LPC3250 microcontrollers are still listed as Active products on NXP's website in 2025, the driver is still receiving real bug-fix patches upstream as recently as 2026, and no other in-tree driver (including the stmmac variants used for newer LPC families) covers this specific MAC. Deployment volume on modern Linux is small, so a comment noting its embedded ARM9 scope would help future maintainers.

repository signals

3 files
1,522 source lines
11 commits, 5y
+20 / −18 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 11 total · active in 7/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: 1 commit · +1 −1 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 5 commits · +8 −7 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: 1 commit · +4 −1 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +1 −1 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +3 −3 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: 1 commit · +2 −4 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: 1 commit · +1 −1 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: 0 commits · +0 −0 2025-09: 0 commits · +0 −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. lore.kernel.org

    The driver still receives upstream bug-fix patches in 2026, so it is not abandoned in practice.

  2. nxp.com

    NXP still listed an LPC32xx Ethernet-capable part as Active in 2025/2026, indicating the hardware family is still sold new.

  3. nxp.com

    Another Ethernet-capable LPC32xx variant is also listed Active, and NXP positions it for industrial/medical/network-control uses, suggesting continuing but niche deployments.

codex reasoning notes (technical)

Local exec_command inspection of Kconfig/lpc_eth.c shows this directory is a real platform Ethernet driver for ARCH_LPC32XX ('LPC Ethernet Driver', compatible 'nxp,lpc-eth'). lore_file_timeline on drivers/net/ethernet/nxp/lpc_eth.c showed recent non-mechanical fixes through 2026-03-30 (URL cited from lore output), which argues against deprecation/removal. Web search found official NXP product pages for LPC3240/LPC3250 marked Active (URLs cited), so hardware_still_sold_new_in_2025 is true, but the family is an older ARM9 MCU niche with likely low modern deployment volume. No natural upstream replacement driver covers the same LPC32xx MAC block; stmmac glue drivers in-tree target different LPC families.