All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] mt7915: introduce WED RX support
@ 2022-11-12 15:40 Lorenzo Bianconi
  2022-11-12 15:40 ` [PATCH 1/8] wifi: mt76: introduce rxwi and rx token utility routines Lorenzo Bianconi
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lorenzo Bianconi @ 2022-11-12 15:40 UTC (permalink / raw)
  To: nbd
  Cc: linux-wireless, lorenzo.bianconi, Bo.Jiao, sujuan.chen, ryder.Lee,
	evelyn.tsai

Similar to TX counterpart available on MT7622 and MT7986, introduce RX Wireless
Ethernet Dispatch available on MT7986 SoC in order to offload traffic received
by wlan nic to the wired interfaces (lan/wan).

This series is based on the following net-next series:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=573c38533c0d7f7a8964530c2c606eb691ba28ec

Lorenzo Bianconi (4):
  wifi: mt76: add WED RX support to mt76_dma_{add,get}_buf
  wifi: mt76: add WED RX support to mt76_dma_rx_fill
  wifi: mt76: add WED RX support to dma queue alloc
  wifi: mt76: mt7915: enable WED RX support

Sujuan Chen (4):
  wifi: mt76: introduce rxwi and rx token utility routines
  wifi: mt76: add info parameter to rx_skb signature
  wifi: mt76: connac: introduce mt76_connac_mcu_sta_wed_update utility
    routine
  wifi: mt76: mt7915: enable WED RX stats

 drivers/net/wireless/mediatek/mt76/dma.c      | 244 +++++++++++---
 drivers/net/wireless/mediatek/mt76/dma.h      |   8 +
 drivers/net/wireless/mediatek/mt76/mac80211.c |  10 +-
 drivers/net/wireless/mediatek/mt76/mt76.h     |  26 +-
 .../net/wireless/mediatek/mt76/mt7603/dma.c   |   2 +-
 .../wireless/mediatek/mt76/mt7603/mt7603.h    |   2 +-
 .../net/wireless/mediatek/mt76/mt7615/mac.c   |   2 +-
 .../wireless/mediatek/mt76/mt7615/mt7615.h    |   2 +-
 .../wireless/mediatek/mt76/mt76_connac_mcu.c  |  22 ++
 .../wireless/mediatek/mt76/mt76_connac_mcu.h  |   1 +
 drivers/net/wireless/mediatek/mt76/mt76x02.h  |   2 +-
 .../net/wireless/mediatek/mt76/mt76x02_txrx.c |   2 +-
 .../net/wireless/mediatek/mt76/mt7915/dma.c   |  26 +-
 .../net/wireless/mediatek/mt76/mt7915/mac.c   |  44 ++-
 .../net/wireless/mediatek/mt76/mt7915/main.c  |   8 +
 .../net/wireless/mediatek/mt76/mt7915/mcu.c   |  22 ++
 .../net/wireless/mediatek/mt76/mt7915/mmio.c  | 319 +++++++++++++-----
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |   5 +-
 .../net/wireless/mediatek/mt76/mt7915/regs.h  |   7 +
 .../net/wireless/mediatek/mt76/mt7921/mac.c   |   2 +-
 .../wireless/mediatek/mt76/mt7921/mt7921.h    |   2 +-
 drivers/net/wireless/mediatek/mt76/sdio.c     |   2 +-
 drivers/net/wireless/mediatek/mt76/tx.c       |  30 ++
 drivers/net/wireless/mediatek/mt76/usb.c      |   2 +-
 24 files changed, 630 insertions(+), 162 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-12 15:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-12 15:40 [PATCH 0/8] mt7915: introduce WED RX support Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 1/8] wifi: mt76: introduce rxwi and rx token utility routines Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 2/8] wifi: mt76: add WED RX support to mt76_dma_{add,get}_buf Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 3/8] wifi: mt76: add WED RX support to mt76_dma_rx_fill Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 4/8] wifi: mt76: add WED RX support to dma queue alloc Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 5/8] wifi: mt76: add info parameter to rx_skb signature Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 6/8] wifi: mt76: connac: introduce mt76_connac_mcu_sta_wed_update utility routine Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 7/8] wifi: mt76: mt7915: enable WED RX support Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 8/8] wifi: mt76: mt7915: enable WED RX stats 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.