mbox series

[V3,0/5] patches for stmmac

Message ID 20201207105141.12550-1-qiangqing.zhang@nxp.com (mailing list archive)
Headers show
Series patches for stmmac | expand

Message

Joakim Zhang Dec. 7, 2020, 10:51 a.m. UTC
A patch set for stmmac, fix some driver issues.

ChangeLogs:
V1->V2:
	* add Fixes tag.
	* add patch 5/5 into this patch set.

V2->V3:
	* rebase to latest net tree where fixes go.

Fugang Duan (5):
  net: stmmac: increase the timeout for dma reset
  net: stmmac: start phylink instance before stmmac_hw_setup()
  net: stmmac: free tx skb buffer in stmmac_resume()
  net: stmmac: delete the eee_ctrl_timer after napi disabled
  net: stmmac: overwrite the dma_cap.addr64 according to HW design

 .../net/ethernet/stmicro/stmmac/dwmac-imx.c   |  9 +---
 .../net/ethernet/stmicro/stmmac/dwmac4_lib.c  |  2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_main.c | 51 +++++++++++++++----
 include/linux/stmmac.h                        |  1 +
 4 files changed, 43 insertions(+), 20 deletions(-)

Comments

David Miller Dec. 8, 2020, 10:53 p.m. UTC | #1
From: Joakim Zhang <qiangqing.zhang@nxp.com>
Date: Mon,  7 Dec 2020 18:51:36 +0800

> A patch set for stmmac, fix some driver issues.
> 
> ChangeLogs:
> V1->V2:
> 	* add Fixes tag.
> 	* add patch 5/5 into this patch set.
> 
> V2->V3:
> 	* rebase to latest net tree where fixes go.

Series applied, thank you.