[PATCH net-next v2 00/10] net: fec: cleanups, update quirk, update IRQ naming

From: Marc Kleine-Budde
Date: Thu Jun 12 2025 - 10:26:01 EST


This series first cleans up the fec driver a bit (typos, obsolete
comments, add missing header files, rename struct, replace magic
number by defines).

The next 2 patches update the order of IRQs in the driver and gives
them names that reflect their function.

The last 5 patches clean up the fec_enet_rx_queue() function,
including VLAN handling.

Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
---
Changes in v2:
- removed patches 7, 8 for now
- rebased to recent net-next/main:
dropped patch 6
- 2, 3: wrap patch description at 75 chars:
(thanks Frank Li)
- 4, 5, 6, 7, 9: updated wording of patch description
(thanks Frank Li)
- 10: move VLAN_header into the if statement (thanks Wei Fang)
- 10: mark several variables const
- collected Wei Fang's and Frank Li's Reviewed-by
- Link to v1: https://patch.msgid.link/20241016-fec-cleanups-v1-0-de783bd15e6a@xxxxxxxxxxxxxx

---
Marc Kleine-Budde (10):
net: fec: fix typos found by codespell
net: fec: struct fec_enet_private: remove obsolete comment
net: fec: add missing header files
net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()
net: fec: fec_enet_rx_queue(): reduce scope of data
net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()

drivers/net/ethernet/freescale/fec.h | 11 +++---
drivers/net/ethernet/freescale/fec_main.c | 56 +++++++++++++++----------------
drivers/net/ethernet/freescale/fec_ptp.c | 4 +--
3 files changed, 35 insertions(+), 36 deletions(-)
---
base-commit: 5d6d67c4cb10a4b4d3ae35758d5eeed6239afdc8
change-id: 20240925-fec-cleanups-c9b5544bc854

Best regards,
--
Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>