linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net,v3 0/3]  Rework mt762x GDM setup flow
@ 2019-11-13  2:38 MarkLee
  2019-11-13  2:38 ` [PATCH net, v3 1/3] net: ethernet: mediatek: Integrate GDM/PSE setup operations MarkLee
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: MarkLee @ 2019-11-13  2:38 UTC (permalink / raw)
  To: David S. Miller, Sean Wang, John Crispin, Matthias Brugger, Andrew Lunn
  Cc: Mark Rutland, devicetree, Jakub Kicinski, netdev, linux-kernel,
	Rene van Dorst, Rob Herring, linux-mediatek, MarkLee,
	linux-arm-kernel

The mt762x GDM block is mainly used to setup the HW internal
rx path from GMAC to RX DMA engine(PDMA) and the packet
switching engine(PSE) is responsed to do the data forward
following the GDM configuration.

This patch set have three goals :

1. Integrate GDM/PSE setup operations into single function "mtk_gdm_config"

2. Refine the timing of GDM/PSE setup, move it from mtk_hw_init 
   to mtk_open

3. Enable GDM GDMA_DROP_ALL mode to drop all packet during the 
   stop operation

MarkLee (3):
  net: ethernet: mediatek: Integrate GDM/PSE setup operations
  net: ethernet: mediatek: Refine the timing of GDM/PSE setup
  net: ethernet: mediatek: Enable GDM GDMA_DROP_ALL mode

 drivers/net/ethernet/mediatek/mtk_eth_soc.c | 44 ++++++++++++++-------
 drivers/net/ethernet/mediatek/mtk_eth_soc.h |  2 +
 2 files changed, 31 insertions(+), 15 deletions(-)

-- 
2.17.1
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2019-11-14 23:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  2:38 [PATCH net,v3 0/3] Rework mt762x GDM setup flow MarkLee
2019-11-13  2:38 ` [PATCH net, v3 1/3] net: ethernet: mediatek: Integrate GDM/PSE setup operations MarkLee
2019-11-13  2:38 ` [PATCH net, v3 2/3] net: ethernet: mediatek: Refine the timing of GDM/PSE setup MarkLee
2019-11-13  2:38 ` [PATCH net, v3 3/3] net: ethernet: mediatek: Enable GDM GDMA_DROP_ALL mode MarkLee
2019-11-14 23:13 ` [PATCH net,v3 0/3] Rework mt762x GDM setup flow David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).