All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/6] ethernet: fixes for stmmac driver
@ 2021-01-26 11:58 Joakim Zhang
  2021-01-26 11:58 ` [PATCH V3 1/6] net: stmmac: remove redundant null check for ptp clock Joakim Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Joakim Zhang @ 2021-01-26 11:58 UTC (permalink / raw)
  To: peppe.cavallaro, alexandre.torgue, joabreu, davem, kuba
  Cc: netdev, linux-imx, andrew, f.fainelli

Fixes for stmmac driver.

---
ChangeLogs:
V1->V2:
	* subject prefix: ethernet: stmmac: -> net: stmmac:
	* use dma_addr_t instead of unsigned int for physical address
	* use cpu_to_le32()
V2-V3:
	* fix the build issue pointed out by kbuild bot.
	* add error handling for stmmac_reinit_rx_buffers() function.

Joakim Zhang (6):
  net: stmmac: remove redundant null check for ptp clock
  net: stmmac: stop each tx channel independently
  net: stmmac: fix watchdog timeout during suspend/resume stress test
  net: stmmac: fix dma physical address of descriptor when display ring
  net: stmmac: fix wrongly set buffer2 valid when sph unsupport
  net: stmmac: re-init rx buffers when mac resume back

 .../ethernet/stmicro/stmmac/dwmac4_descs.c    |  16 +-
 .../net/ethernet/stmicro/stmmac/dwmac4_lib.c  |   4 -
 .../ethernet/stmicro/stmmac/dwxgmac2_descs.c  |   2 +-
 .../net/ethernet/stmicro/stmmac/enh_desc.c    |   7 +-
 drivers/net/ethernet/stmicro/stmmac/hwif.h    |   5 +-
 .../net/ethernet/stmicro/stmmac/norm_desc.c   |   7 +-
 .../net/ethernet/stmicro/stmmac/stmmac_main.c | 154 +++++++++++++++---
 7 files changed, 153 insertions(+), 42 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-01-27 13:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 11:58 [PATCH V3 0/6] ethernet: fixes for stmmac driver Joakim Zhang
2021-01-26 11:58 ` [PATCH V3 1/6] net: stmmac: remove redundant null check for ptp clock Joakim Zhang
2021-01-26 22:46   ` Willem de Bruijn
2021-01-27  1:30     ` Joakim Zhang
2021-01-27  1:33       ` Florian Fainelli
2021-01-27  1:49         ` Joakim Zhang
2021-01-26 11:58 ` [PATCH V3 2/6] net: stmmac: stop each tx channel independently Joakim Zhang
2021-01-26 23:09   ` Willem de Bruijn
2021-01-27  1:44     ` Joakim Zhang
2021-01-27  2:16       ` Willem de Bruijn
2021-01-26 11:58 ` [PATCH V3 3/6] net: stmmac: fix watchdog timeout during suspend/resume stress test Joakim Zhang
2021-01-26 11:58 ` [PATCH V3 4/6] net: stmmac: fix dma physical address of descriptor when display ring Joakim Zhang
2021-01-26 11:58 ` [PATCH V3 5/6] net: stmmac: fix wrongly set buffer2 valid when sph unsupport Joakim Zhang
2021-01-26 11:58 ` [PATCH V3 6/6] net: stmmac: re-init rx buffers when mac resume back Joakim Zhang

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.