From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
sean.wang@mediatek.com, deren.wu@mediatek.com,
ryder.lee@mediatek.com, evelyn.tsai@mediatek.com
Subject: [PATCH 0/7] rework mt76_connac_mcu definitions
Date: Thu, 9 Dec 2021 14:06:22 +0100 [thread overview]
Message-ID: <cover.1639054861.git.lorenzo@kernel.org> (raw)
This is a preliminary series to reuse mt76_connac module in mt7915 driver.
Lorenzo Bianconi (7):
mt76: connac: introduce MCU_EXT macros
mt76: connac: align MCU_EXT definitions with 7915 driver
mt76: connac: remove MCU_FW_PREFIX bit
mt76: connac: introduce MCU_UNI_CMD macro
mt76: connac: introduce MCU_CE_CMD macro
mt76: connac: rely on MCU_CMD macro
mt76: mt7915: rely on mt76_connac definitions
.../net/wireless/mediatek/mt76/mt7615/main.c | 4 +-
.../net/wireless/mediatek/mt76/mt7615/mcu.c | 200 ++---
.../net/wireless/mediatek/mt76/mt7615/mcu.h | 127 ---
.../wireless/mediatek/mt76/mt7615/testmode.c | 4 +-
.../wireless/mediatek/mt76/mt7615/usb_mcu.c | 2 +-
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 111 +--
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 517 +++++++++++-
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 17 +-
.../net/wireless/mediatek/mt76/mt7915/mcu.h | 796 +-----------------
.../wireless/mediatek/mt76/mt7915/mt7915.h | 14 -
.../net/wireless/mediatek/mt76/mt7921/main.c | 6 +-
.../net/wireless/mediatek/mt76/mt7921/mcu.c | 128 ++-
.../net/wireless/mediatek/mt76/mt7921/mcu.h | 128 ---
.../wireless/mediatek/mt76/mt7921/pci_mcu.c | 2 +-
.../wireless/mediatek/mt76/mt7921/sdio_mcu.c | 2 +-
.../wireless/mediatek/mt76/mt7921/testmode.c | 4 +-
16 files changed, 694 insertions(+), 1368 deletions(-)
--
2.31.1
next reply other threads:[~2021-12-09 13:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-09 13:06 Lorenzo Bianconi [this message]
2021-12-09 13:06 ` [PATCH 1/7] mt76: connac: introduce MCU_EXT macros Lorenzo Bianconi
2021-12-09 13:06 ` [PATCH 2/7] mt76: connac: align MCU_EXT definitions with 7915 driver Lorenzo Bianconi
2021-12-09 13:06 ` [PATCH 3/7] mt76: connac: remove MCU_FW_PREFIX bit Lorenzo Bianconi
2021-12-09 13:06 ` [PATCH 4/7] mt76: connac: introduce MCU_UNI_CMD macro Lorenzo Bianconi
2021-12-09 13:06 ` [PATCH 5/7] mt76: connac: introduce MCU_CE_CMD macro Lorenzo Bianconi
2021-12-09 13:06 ` [PATCH 6/7] mt76: connac: rely on MCU_CMD macro Lorenzo Bianconi
2021-12-09 13:06 ` [PATCH 7/7] mt76: mt7915: rely on mt76_connac definitions 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.1639054861.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=deren.wu@mediatek.com \
--cc=evelyn.tsai@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.