Re: [PATCH net-next v3 0/4] stmmac: Several PCI-related improvements

From: Henry Chen
Date: Tue Feb 25 2025 - 03:43:12 EST


On 2/24/25 21:53, Philipp Stanner wrote:
Changes in v3:
- Several formatting nits (Paolo)
- Split up patch into a patch series (Yanteng)

Philipp Stanner (4):
stmmac: loongson: Pass correct arg to PCI function
stmmac: loongson: Remove surplus loop
stmmac: Remove pcim_* functions for driver detach
stmmac: Replace deprecated PCI functions

.../ethernet/stmicro/stmmac/dwmac-loongson.c | 31 ++++++-------------
.../net/ethernet/stmicro/stmmac/stmmac_pci.c | 24 ++++----------
2 files changed, 15 insertions(+), 40 deletions(-)


I have tested This patch series on my Loongson-3A5000-HV-7A2000-1w-V0.1-
EVB. The onboard STMMAC ethernet works as expected.

Tested-by: Henry Chen <chenx97@xxxxxxx>

Henry