From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
ryder.lee@mediatek.com
Subject: [PATCH 00/10] move duplicated mt7915 code in mt76-connac
Date: Fri, 24 Dec 2021 11:58:01 +0100 [thread overview]
Message-ID: <cover.1640342400.git.lorenzo@kernel.org> (raw)
Move some more mt7915 code in mt76-connac module.
This series is based on the following one:
https://patchwork.kernel.org/project/linux-wireless/cover/cover.1640260901.git.lorenzo@kernel.org/
Lorenzo Bianconi (10):
mt76: connac: introduce is_connac_v1 utility routine
mt76: connac: move mt76_connac_mcu_set_pm in connac module
mt76: mt7921: get rid of mt7921_mcu_get_eeprom
mt76: mt7915: rely on mt76_connac_mcu_start_firmware
mt76: connac: move mt76_connac_mcu_restart in common module
mt76: mt7915: rely on
mt76_connac_mcu_patch_sem_ctrl/mt76_connac_mcu_start_patch
mt76: mt7915: rely on mt76_connac_mcu_init_download
mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac module
mt76: mt7915: rely on mt76_connac_mcu_set_rts_thresh
mt76: connac: move mt76_connac_mcu_rdd_cmd in mt76-connac module
.../net/wireless/mediatek/mt76/mt7615/mac.c | 23 +-
.../net/wireless/mediatek/mt76/mt7615/mcu.c | 81 +------
.../wireless/mediatek/mt76/mt7615/mt7615.h | 21 --
.../net/wireless/mediatek/mt76/mt76_connac.h | 23 ++
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 82 +++++++-
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 44 +++-
.../wireless/mediatek/mt76/mt7915/debugfs.c | 2 +-
.../net/wireless/mediatek/mt76/mt7915/mac.c | 23 +-
.../net/wireless/mediatek/mt76/mt7915/main.c | 13 +-
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 197 +-----------------
.../wireless/mediatek/mt76/mt7915/mt7915.h | 4 -
.../net/wireless/mediatek/mt76/mt7921/mcu.c | 76 +------
.../wireless/mediatek/mt76/mt7921/mt7921.h | 2 -
.../wireless/mediatek/mt76/mt7921/pci_mcu.c | 2 +-
14 files changed, 195 insertions(+), 398 deletions(-)
--
2.33.1
next reply other threads:[~2021-12-24 10:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 10:58 Lorenzo Bianconi [this message]
2021-12-24 10:58 ` [PATCH 01/10] mt76: connac: introduce is_connac_v1 utility routine Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 02/10] mt76: connac: move mt76_connac_mcu_set_pm in connac module Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 03/10] mt76: mt7921: get rid of mt7921_mcu_get_eeprom Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 04/10] mt76: mt7915: rely on mt76_connac_mcu_start_firmware Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 05/10] mt76: connac: move mt76_connac_mcu_restart in common module Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 06/10] mt76: mt7915: rely on mt76_connac_mcu_patch_sem_ctrl/mt76_connac_mcu_start_patch Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 07/10] mt76: mt7915: rely on mt76_connac_mcu_init_download Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 08/10] mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac module Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 09/10] mt76: mt7915: rely on mt76_connac_mcu_set_rts_thresh Lorenzo Bianconi
2021-12-24 10:58 ` [PATCH 10/10] mt76: connac: move mt76_connac_mcu_rdd_cmd 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.1640342400.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 \
/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).