mbox series

[net-next,v1,0/3] net: stmmac: dwmac4: Fixes bugs in dwmac4

Message ID 20241021054849.1801838-1-leyfoon.tan@starfivetech.com (mailing list archive)
Headers show
Series net: stmmac: dwmac4: Fixes bugs in dwmac4 | expand

Message

Ley Foon Tan Oct. 21, 2024, 5:48 a.m. UTC
This patch series fixes the bugs in the dwmac4 drivers.

Based on the feedback in [1], split the patch series into net and net-next,
and resubmit these three patches to net-next.

[1] https://patchwork.kernel.org/project/netdevbpf/cover/20241016031832.3701260-1-leyfoon.tan@starfivetech.com/

Ley Foon Tan (3):
  net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macros
  net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operation
  net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal
    interrupt summary

 drivers/net/ethernet/stmicro/stmmac/dwmac4.h     | 4 ++--
 drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c | 4 ++--
 drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c | 6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)