All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/5] patches for stmmac
@ 2020-12-07 10:51 Joakim Zhang
  2020-12-07 10:51 ` [PATCH V3 1/5] net: stmmac: increase the timeout for dma reset Joakim Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Joakim Zhang @ 2020-12-07 10:51 UTC (permalink / raw)
  To: peppe.cavallaro, alexandre.torgue, joabreu, davem, kuba; +Cc: netdev, linux-imx

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-08 22:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 10:51 [PATCH V3 0/5] patches for stmmac Joakim Zhang
2020-12-07 10:51 ` [PATCH V3 1/5] net: stmmac: increase the timeout for dma reset Joakim Zhang
2020-12-07 10:51 ` [PATCH V3 2/5] net: stmmac: start phylink instance before stmmac_hw_setup() Joakim Zhang
2020-12-07 10:51 ` [PATCH V3 3/5] net: stmmac: free tx skb buffer in stmmac_resume() Joakim Zhang
2020-12-07 10:51 ` [PATCH V3 4/5] net: stmmac: delete the eee_ctrl_timer after napi disabled Joakim Zhang
2020-12-07 10:51 ` [PATCH V3 5/5] net: stmmac: overwrite the dma_cap.addr64 according to HW design Joakim Zhang
2020-12-08 22:53 ` [PATCH V3 0/5] patches for stmmac David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.