All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] wifi: mt7996: add wed support
@ 2023-09-21 10:43 Lorenzo Bianconi
  2023-09-21 10:43 ` [PATCH 1/9] wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code Lorenzo Bianconi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lorenzo Bianconi @ 2023-09-21 10:43 UTC (permalink / raw)
  To: nbd
  Cc: lorenzo.bianconi, linux-wireless, ryder.lee, evelyn.tsai,
	shayne.chen, Bo.Jiao, sujuan.chen, linux-mediatek

Similar to MT7915, introduce Wireless Ethernet Dispatcher (WED)
support for MT7996 driver to offload transmitted/received traffic.

Bo Jiao (1):
  wifi: mt76: mt7996: add wed rx support

Lorenzo Bianconi (7):
  wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common
    code
  wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code
  wifi: mt76: move mt76_net_setup_tc in common code
  wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine
  wifi: mt76: introduce wed pointer in mt76_queue
  wifi: mt76: increase MT_QFLAG_WED_TYPE size
  wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine

Sujuan Chen (1):
  wifi: mt76: mt7996: add wed tx support

 drivers/net/wireless/mediatek/mt76/dma.c      | 219 ++++++++++-----
 drivers/net/wireless/mediatek/mt76/dma.h      |  12 +
 drivers/net/wireless/mediatek/mt76/mac80211.c |  19 +-
 drivers/net/wireless/mediatek/mt76/mmio.c     |  97 +++++++
 drivers/net/wireless/mediatek/mt76/mt76.h     | 102 ++++++-
 .../net/wireless/mediatek/mt76/mt7603/dma.c   |   9 +-
 .../net/wireless/mediatek/mt76/mt7615/dma.c   |   6 +-
 .../net/wireless/mediatek/mt76/mt76_connac.h  |   3 +-
 .../wireless/mediatek/mt76/mt76_connac_mac.c  |   5 +-
 .../net/wireless/mediatek/mt76/mt76x02_mmio.c |   5 +-
 .../net/wireless/mediatek/mt76/mt7915/dma.c   |  18 +-
 .../net/wireless/mediatek/mt76/mt7915/main.c  |  16 +-
 .../net/wireless/mediatek/mt76/mt7915/mmio.c  | 107 +-------
 .../net/wireless/mediatek/mt76/mt7921/pci.c   |   2 +-
 .../net/wireless/mediatek/mt76/mt7925/pci.c   |   2 +-
 .../net/wireless/mediatek/mt76/mt7996/dma.c   | 258 ++++++++++++++++--
 .../net/wireless/mediatek/mt76/mt7996/init.c  | 156 ++++++++++-
 .../net/wireless/mediatek/mt76/mt7996/mac.c   |  72 ++++-
 .../net/wireless/mediatek/mt76/mt7996/main.c  |  42 +++
 .../net/wireless/mediatek/mt76/mt7996/mcu.c   |  13 +-
 .../net/wireless/mediatek/mt76/mt7996/mmio.c  | 208 ++++++++++++--
 .../wireless/mediatek/mt76/mt7996/mt7996.h    |  67 ++++-
 .../net/wireless/mediatek/mt76/mt7996/pci.c   |  72 +++--
 .../net/wireless/mediatek/mt76/mt7996/regs.h  |  65 ++++-
 24 files changed, 1276 insertions(+), 299 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-09-21 10:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 10:43 [PATCH 0/9] wifi: mt7996: add wed support Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 1/9] wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 2/9] wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} " Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 3/9] wifi: mt76: move mt76_net_setup_tc " Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 4/9] wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 5/9] wifi: mt76: introduce wed pointer in mt76_queue Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 6/9] wifi: mt76: increase MT_QFLAG_WED_TYPE size Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 7/9] wifi: mt76: mt7996: add wed tx support Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 8/9] wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine Lorenzo Bianconi
2023-09-21 10:43 ` [PATCH 9/9] wifi: mt76: mt7996: add wed rx support Lorenzo Bianconi

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.