From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
ryder.lee@mediatek.com, evelyn.tsai@mediatek.com,
bo.jiao@mediatek.com
Subject: [PATCH v3 0/5] mt76: add the capability to support more than two phys
Date: Mon, 4 Jul 2022 09:02:18 +0200 [thread overview]
Message-ID: <cover.1656917976.git.lorenzo@kernel.org> (raw)
Introduce the capability to support more than two mt76_phys.
This is a preliminary series to add mt7990 support.
Changes since v2:
- rebase on top of mt76 master
- fix an issue in mt76_dma_cleanup
Changes since v1:
- added Bo's SoB
Lorenzo Bianconi (5):
mt76: add phy_idx in mt76_rx_status
mt76: introduce phys array in mt76_dev structure
mt76: add phy_idx to mt76_wcid
mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHY
mt76: get rid of mt76_wcid_hw routine
drivers/net/wireless/mediatek/mt76/dma.c | 13 ++--
drivers/net/wireless/mediatek/mt76/mac80211.c | 27 ++++----
drivers/net/wireless/mediatek/mt76/mt76.h | 68 ++++++++++---------
.../net/wireless/mediatek/mt76/mt7615/init.c | 4 +-
.../net/wireless/mediatek/mt76/mt7615/mac.c | 44 ++++++------
.../net/wireless/mediatek/mt76/mt7615/main.c | 4 +-
.../net/wireless/mediatek/mt76/mt7615/mcu.c | 32 ++++-----
.../wireless/mediatek/mt76/mt7615/mt7615.h | 2 +-
.../wireless/mediatek/mt76/mt7615/pci_mac.c | 15 ++--
.../wireless/mediatek/mt76/mt76_connac_mac.c | 12 ++--
.../net/wireless/mediatek/mt76/mt7915/init.c | 4 +-
.../net/wireless/mediatek/mt76/mt7915/mac.c | 23 ++++---
.../net/wireless/mediatek/mt76/mt7915/main.c | 4 +-
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 25 +++----
.../wireless/mediatek/mt76/mt7915/mt7915.h | 2 +-
.../net/wireless/mediatek/mt76/mt7921/main.c | 4 +-
drivers/net/wireless/mediatek/mt76/testmode.c | 5 +-
drivers/net/wireless/mediatek/mt76/tx.c | 51 ++++++++------
18 files changed, 181 insertions(+), 158 deletions(-)
--
2.36.1
next reply other threads:[~2022-07-04 7:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-04 7:02 Lorenzo Bianconi [this message]
2022-07-04 7:02 ` [PATCH v3 1/5] mt76: add phy_idx in mt76_rx_status Lorenzo Bianconi
2022-07-04 7:02 ` [PATCH v3 2/5] mt76: introduce phys array in mt76_dev structure Lorenzo Bianconi
2022-07-04 7:02 ` [PATCH v3 3/5] mt76: add phy_idx to mt76_wcid Lorenzo Bianconi
2022-07-04 7:02 ` [PATCH v3 4/5] mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHY Lorenzo Bianconi
2022-07-04 7:02 ` [PATCH v3 5/5] mt76: get rid of mt76_wcid_hw routine 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.1656917976.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=bo.jiao@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 \
/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.