From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
sean.wang@mediatek.com
Subject: [PATCH 0/7] mt7921: introduce wifi chip reset support
Date: Sun, 7 Mar 2021 19:20:44 +0100 [thread overview]
Message-ID: <cover.1615140875.git.lorenzo@kernel.org> (raw)
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
next reply other threads:[~2021-03-07 18:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-07 18:20 Lorenzo Bianconi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1615140875.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=sean.wang@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.