From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
ryder.lee@mediatek.com, sean.wang@mediatek.com,
deren.wu@mediatek.com
Subject: [PATCH 0/2] mt76: move tx mcu shared code in mt76_connac
Date: Mon, 20 Jun 2022 14:59:16 +0200 [thread overview]
Message-ID: <cover.1655729403.git.lorenzo@kernel.org> (raw)
Move mt76_connac2_mcu_fill_message routine in shared code in order to reuse
it for mt7921 and mt7915e drivers.
This is a preliminary series to add mt7990 driver support.
This series is based on the series below:
https://patchwork.kernel.org/project/linux-wireless/cover/cover.1655649421.git.lorenzo@kernel.org/
Lorenzo Bianconi (2):
mt76: move mcu_txd/mcu_rxd structures in shared code
mt76: move mt76_connac2_mcu_fill_message in mt76_connac module
.../net/wireless/mediatek/mt76/mt7615/mcu.h | 3 -
.../wireless/mediatek/mt76/mt76_connac2_mac.h | 13 +++
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 77 +++++++++++++
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 90 ++++++++++++++++
.../net/wireless/mediatek/mt76/mt7915/mac.h | 12 ---
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 86 ++++-----------
.../net/wireless/mediatek/mt76/mt7915/mcu.h | 45 +-------
.../net/wireless/mediatek/mt76/mt7921/mac.c | 2 +-
.../net/wireless/mediatek/mt76/mt7921/mac.h | 13 ---
.../net/wireless/mediatek/mt76/mt7921/main.c | 4 +-
.../net/wireless/mediatek/mt76/mt7921/mcu.c | 102 +++---------------
.../net/wireless/mediatek/mt76/mt7921/mcu.h | 88 ---------------
.../wireless/mediatek/mt76/mt7921/mt7921.h | 2 -
.../wireless/mediatek/mt76/mt7921/pci_mcu.c | 11 +-
.../wireless/mediatek/mt76/mt7921/sdio_mcu.c | 12 ++-
.../net/wireless/mediatek/mt76/mt7921/usb.c | 12 ++-
16 files changed, 250 insertions(+), 322 deletions(-)
--
2.36.1
next reply other threads:[~2022-06-20 13:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-20 12:59 Lorenzo Bianconi [this message]
2022-06-20 12:59 ` [PATCH 1/2] mt76: move mcu_txd/mcu_rxd structures in shared code Lorenzo Bianconi
2022-06-20 12:59 ` [PATCH 2/2] mt76: move mt76_connac2_mcu_fill_message in mt76_connac 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.1655729403.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=deren.wu@mediatek.com \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=ryder.lee@mediatek.com \
--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.