From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-mediatek@lists.infradead.org, lorenzo.bianconi@redhat.com,
sean.wang@mediatek.com, linux-wireless@vger.kernel.org,
soul.huang@mediatek.com
Subject: [PATCH 0/7] Introduce WoW support to mt7663 driver
Date: Fri, 1 May 2020 12:36:10 +0200 [thread overview]
Message-ID: <cover.1588329170.git.lorenzo@kernel.org> (raw)
Introduce PM and WoW support to mt7615 driver if it is
running offload firmware
Lorenzo Bianconi (5):
mt76: mt7615: introduce support for hardware beacon filter
mt76: mt7615: add WoW support
mt76: mt7615: introduce PM support
mt76: mt7615: add gtk rekey offload support
mt76: mt7615: introduce beacon_loss mcu event
Sean Wang (2):
mt76: mt7615: introduce mt7615_mcu_set_hif_suspend mcu command
mt76: mt7663u: introduce suspend/resume to mt7663u
drivers/net/wireless/mediatek/mt76/mt76.h | 2 +
.../net/wireless/mediatek/mt76/mt7615/dma.c | 37 ++
.../net/wireless/mediatek/mt76/mt7615/init.c | 1 +
.../net/wireless/mediatek/mt76/mt7615/mac.c | 4 +-
.../net/wireless/mediatek/mt76/mt7615/main.c | 87 +++++
.../net/wireless/mediatek/mt76/mt7615/mcu.c | 353 +++++++++++++++++-
.../net/wireless/mediatek/mt76/mt7615/mcu.h | 101 +++++
.../net/wireless/mediatek/mt76/mt7615/mmio.c | 4 +
.../wireless/mediatek/mt76/mt7615/mt7615.h | 12 +
.../net/wireless/mediatek/mt76/mt7615/pci.c | 107 ++++++
.../net/wireless/mediatek/mt76/mt7615/regs.h | 28 +-
.../net/wireless/mediatek/mt76/mt7615/usb.c | 43 ++-
12 files changed, 766 insertions(+), 13 deletions(-)
--
2.25.4
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
sean.wang@mediatek.com, linux-mediatek@lists.infradead.org,
soul.huang@mediatek.com
Subject: [PATCH 0/7] Introduce WoW support to mt7663 driver
Date: Fri, 1 May 2020 12:36:10 +0200 [thread overview]
Message-ID: <cover.1588329170.git.lorenzo@kernel.org> (raw)
Introduce PM and WoW support to mt7615 driver if it is
running offload firmware
Lorenzo Bianconi (5):
mt76: mt7615: introduce support for hardware beacon filter
mt76: mt7615: add WoW support
mt76: mt7615: introduce PM support
mt76: mt7615: add gtk rekey offload support
mt76: mt7615: introduce beacon_loss mcu event
Sean Wang (2):
mt76: mt7615: introduce mt7615_mcu_set_hif_suspend mcu command
mt76: mt7663u: introduce suspend/resume to mt7663u
drivers/net/wireless/mediatek/mt76/mt76.h | 2 +
.../net/wireless/mediatek/mt76/mt7615/dma.c | 37 ++
.../net/wireless/mediatek/mt76/mt7615/init.c | 1 +
.../net/wireless/mediatek/mt76/mt7615/mac.c | 4 +-
.../net/wireless/mediatek/mt76/mt7615/main.c | 87 +++++
.../net/wireless/mediatek/mt76/mt7615/mcu.c | 353 +++++++++++++++++-
.../net/wireless/mediatek/mt76/mt7615/mcu.h | 101 +++++
.../net/wireless/mediatek/mt76/mt7615/mmio.c | 4 +
.../wireless/mediatek/mt76/mt7615/mt7615.h | 12 +
.../net/wireless/mediatek/mt76/mt7615/pci.c | 107 ++++++
.../net/wireless/mediatek/mt76/mt7615/regs.h | 28 +-
.../net/wireless/mediatek/mt76/mt7615/usb.c | 43 ++-
12 files changed, 766 insertions(+), 13 deletions(-)
--
2.25.4
next reply other threads:[~2020-05-01 10:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-01 10:36 Lorenzo Bianconi [this message]
2020-05-01 10:36 ` [PATCH 0/7] Introduce WoW support to mt7663 driver Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 1/7] mt76: mt7615: introduce support for hardware beacon filter Lorenzo Bianconi
2020-05-01 10:36 ` Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 2/7] mt76: mt7615: introduce mt7615_mcu_set_hif_suspend mcu command Lorenzo Bianconi
2020-05-01 10:36 ` Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 3/7] mt76: mt7615: add WoW support Lorenzo Bianconi
2020-05-01 10:36 ` Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 4/7] mt76: mt7663u: introduce suspend/resume to mt7663u Lorenzo Bianconi
2020-05-01 10:36 ` Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 5/7] mt76: mt7615: introduce PM support Lorenzo Bianconi
2020-05-01 10:36 ` Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 6/7] mt76: mt7615: add gtk rekey offload support Lorenzo Bianconi
2020-05-01 10:36 ` Lorenzo Bianconi
2020-05-01 10:36 ` [PATCH 7/7] mt76: mt7615: introduce beacon_loss mcu event Lorenzo Bianconi
2020-05-01 10:36 ` 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.1588329170.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=sean.wang@mediatek.com \
--cc=soul.huang@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.