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 v3 0/6] mt76: introduce mt76_connac common module
Date: Tue, 26 Jan 2021 12:13:50 +0100 [thread overview]
Message-ID: <cover.1611659413.git.lorenzo@kernel.org> (raw)
Introduce mt76_connac common module for code sharing between mt7615
and mt7921 drivers.
Changes since v2:
- fix typo in mt7615_mcu_wtbl_sta_add()
Changes since v1:
- rename mt76_vif struct of mt7615_vif in mt76
Lorenzo Bianconi (6):
mt76: introduce mt76_vif data structure
mt76: mt76_connac: create mcu library
mt76: mt76_connac: move hw_scan and sched_scan routine in
mt76_connac_mcu module
mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module
mt76: mt76_connac: move pm data struct in mt76_connac.h
mt76: mt76_connac: move pm utility routines in mt76_connac_lib module
drivers/net/wireless/mediatek/mt76/Kconfig | 4 +
drivers/net/wireless/mediatek/mt76/Makefile | 3 +
drivers/net/wireless/mediatek/mt76/mt76.h | 8 +
.../net/wireless/mediatek/mt76/mt7615/Kconfig | 2 +-
.../net/wireless/mediatek/mt76/mt7615/init.c | 15 +-
.../net/wireless/mediatek/mt76/mt7615/mac.c | 91 +-
.../net/wireless/mediatek/mt76/mt7615/main.c | 159 +-
.../net/wireless/mediatek/mt76/mt7615/mcu.c | 1624 ++---------------
.../net/wireless/mediatek/mt76/mt7615/mcu.h | 682 +------
.../wireless/mediatek/mt76/mt7615/mt7615.h | 97 +-
.../net/wireless/mediatek/mt76/mt7615/pci.c | 9 +-
.../wireless/mediatek/mt76/mt7615/pci_mac.c | 2 +-
.../net/wireless/mediatek/mt76/mt7615/sdio.c | 5 +-
.../net/wireless/mediatek/mt76/mt7615/usb.c | 4 +-
.../net/wireless/mediatek/mt76/mt76_connac.h | 91 +
.../wireless/mediatek/mt76/mt76_connac_mac.c | 119 ++
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 1490 +++++++++++++++
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 954 ++++++++++
18 files changed, 2930 insertions(+), 2429 deletions(-)
create mode 100644 drivers/net/wireless/mediatek/mt76/mt76_connac.h
create mode 100644 drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c
create mode 100644 drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
create mode 100644 drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h
--
2.29.2
next reply other threads:[~2021-01-26 12:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-26 11:13 Lorenzo Bianconi [this message]
2021-01-26 11:13 ` [PATCH v3 1/6] mt76: introduce mt76_vif data structure Lorenzo Bianconi
2021-01-26 11:13 ` [PATCH v3 2/6] mt76: mt76_connac: create mcu library Lorenzo Bianconi
2021-01-26 11:13 ` [PATCH v3 3/6] mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module Lorenzo Bianconi
2021-01-26 11:13 ` [PATCH v3 4/6] mt76: mt76_connac: move WoW and suspend code " Lorenzo Bianconi
2021-01-26 11:13 ` [PATCH v3 5/6] mt76: mt76_connac: move pm data struct in mt76_connac.h Lorenzo Bianconi
2021-01-26 11:13 ` [PATCH v3 6/6] mt76: mt76_connac: move pm utility routines in mt76_connac_lib module 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.1611659413.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).