All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] mt7921: introduce wifi chip reset support
@ 2021-03-07 18:20 Lorenzo Bianconi
  2021-03-07 18:20 ` [PATCH 1/7] mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl msg Lorenzo Bianconi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lorenzo Bianconi @ 2021-03-07 18:20 UTC (permalink / raw)
  To: nbd; +Cc: linux-wireless, lorenzo.bianconi, sean.wang

Introduce wifi chip reset support for mt7921 devices in order to recover from
mcu hangs.

Lorenzo Bianconi (7):
  mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl
    msg
  mt76: introduce mcu_reset function pointer in mt76_mcu_ops structure
  mt76: mt7921: introduce mt7921_run_firmware utility routine.
  mt76: mt7921: introduce __mt7921_start utility routine
  mt76: dma: introduce mt76_dma_queue_reset routine
  mt76: dma: export mt76_dma_rx_cleanup routine
  mt76: mt7921: add wifi reset support

 drivers/net/wireless/mediatek/mt76/dma.c      |  47 ++--
 drivers/net/wireless/mediatek/mt76/mcu.c      |   4 +
 drivers/net/wireless/mediatek/mt76/mt76.h     |   9 +-
 .../net/wireless/mediatek/mt76/mt7921/init.c  |   3 +-
 .../net/wireless/mediatek/mt76/mt7921/mac.c   | 201 +++++++++++++-----
 .../net/wireless/mediatek/mt76/mt7921/main.c  |  35 +--
 .../net/wireless/mediatek/mt76/mt7921/mcu.c   |  47 ++--
 .../wireless/mediatek/mt76/mt7921/mt7921.h    |   6 +-
 .../net/wireless/mediatek/mt76/mt7921/regs.h  |   4 +
 9 files changed, 248 insertions(+), 108 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-03-07 18:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-07 18:20 [PATCH 0/7] mt7921: introduce wifi chip reset support Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 1/7] mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl msg Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 2/7] mt76: introduce mcu_reset function pointer in mt76_mcu_ops structure Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 3/7] mt76: mt7921: introduce mt7921_run_firmware utility routine Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 4/7] mt76: mt7921: introduce __mt7921_start " Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 5/7] mt76: dma: introduce mt76_dma_queue_reset routine Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 6/7] mt76: dma: export mt76_dma_rx_cleanup routine Lorenzo Bianconi
2021-03-07 18:20 ` [PATCH 7/7] mt76: mt7921: add wifi reset 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.