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
Subject: [PATCH 0/5] move connac2 shared txwi code in connac module
Date: Tue, 7 Jun 2022 11:28:36 +0200 [thread overview]
Message-ID: <cover.1654593918.git.lorenzo@kernel.org> (raw)
This series allow reusing connac2 txwi code in mt7921 and mt7915 driver.
Lorenzo Bianconi (5):
mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signature
mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signature
mt76: connac: move mac connac2 defs in mt76_connac2_mac.h
mt76: connac: move connac2_mac_write_txwi in mt76_connac module
mt76: connac: move mt76_connac2_mac_add_txs_skb in connac module
.../net/wireless/mediatek/mt76/mt76_connac.h | 9 +
.../wireless/mediatek/mt76/mt76_connac2_mac.h | 167 +++++++
.../wireless/mediatek/mt76/mt76_connac_mac.c | 406 ++++++++++++++++++
.../net/wireless/mediatek/mt76/mt7915/mac.c | 386 +----------------
.../net/wireless/mediatek/mt76/mt7915/mac.h | 142 +-----
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 6 +-
.../wireless/mediatek/mt76/mt7915/mt7915.h | 17 +-
.../net/wireless/mediatek/mt76/mt7921/mac.c | 335 +--------------
.../net/wireless/mediatek/mt76/mt7921/mac.h | 123 +-----
.../net/wireless/mediatek/mt76/mt7921/main.c | 2 +-
.../net/wireless/mediatek/mt76/mt7921/mcu.c | 4 +-
.../wireless/mediatek/mt76/mt7921/mt7921.h | 15 -
.../wireless/mediatek/mt76/mt7921/pci_mac.c | 4 +-
13 files changed, 607 insertions(+), 1009 deletions(-)
create mode 100644 drivers/net/wireless/mediatek/mt76/mt76_connac2_mac.h
--
2.35.3
next reply other threads:[~2022-06-07 9:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-07 9:28 Lorenzo Bianconi [this message]
2022-06-07 9:28 ` [PATCH 1/5] mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signature Lorenzo Bianconi
2022-06-07 9:28 ` [PATCH 2/5] mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signature Lorenzo Bianconi
2022-06-07 9:28 ` [PATCH 3/5] mt76: connac: move mac connac2 defs in mt76_connac2_mac.h Lorenzo Bianconi
2022-06-07 9:28 ` [PATCH 4/5] mt76: connac: move connac2_mac_write_txwi in mt76_connac module Lorenzo Bianconi
2022-06-07 9:28 ` [PATCH 5/5] mt76: connac: move mt76_connac2_mac_add_txs_skb in 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.1654593918.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--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.