[PATCH net-next V3 0/3] net: stmmac: dwmac-loongson: Add Loongson-2K3000 support
From: Huacai Chen
Date: Thu Apr 24 2025 - 03:33:52 EST
This series add stmmac driver support for Loongson-2K3000/Loongson-3B6000M,
which introduces a new CORE ID (0x12) and a new PCI device ID (0x7a23). The
new core reduces channel numbers from 8 to 4, but checksum is supported for
all channels.
V1 -> V2:
1. Use correct coding style.
2. Add Tested-by and Reviewed-by.
V2 -> V3:
1. Update commit message.
2. Add Yanteng's Reviewed-by.
Huacai Chen (3):
net: stmmac: dwmac-loongson: Move queue number init to common function
net: stmmac: dwmac-loongson: Add new multi-chan IP core support
net: stmmac: dwmac-loongson: Add new GMAC's PCI device ID support
Tested-by: Biao Dong <dongbiao@xxxxxxxxxxx>
Signed-off-by: Baoqi Zhang <zhangbaoqi@xxxxxxxxxxx>
Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx>
---
.../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 105 ++++++++++-----------
1 file changed, 49 insertions(+), 56 deletions(-)
---
2.27.0