All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] move duplicated mt7915 code in mt76-connac
@ 2021-12-24 10:58 Lorenzo Bianconi
  2021-12-24 10:58 ` [PATCH 01/10] mt76: connac: introduce is_connac_v1 utility routine Lorenzo Bianconi
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Lorenzo Bianconi @ 2021-12-24 10:58 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless, ryder.lee

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-24 10:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-24 10:58 [PATCH 00/10] move duplicated mt7915 code in mt76-connac Lorenzo Bianconi
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

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.