mbox series

[0/5] mt76: connac: move shared connac2 fw loading in connac module

Message ID cover.1654248715.git.lorenzo@kernel.org
Headers show
Series mt76: connac: move shared connac2 fw loading in connac module | expand

Message

Lorenzo Bianconi June 3, 2022, 9:36 a.m. UTC
Lorenzo Bianconi (5):
  mt76: connac: move shared fw structures in connac module
  mt76: mt7921: move fw toggle in mt7921_load_firmware
  mt76: connac: move mt76_connac2_load_ram in connac module
  mt76: connac: move mt76_connac2_load_patch in connac module
  mt76: mt7663: rely on mt76_connac2_fw_trailer

 .../net/wireless/mediatek/mt76/mt7615/mcu.c   |  18 +-
 .../wireless/mediatek/mt76/mt76_connac_mcu.c  | 224 ++++++++++++++
 .../wireless/mediatek/mt76/mt76_connac_mcu.h  |  66 ++++
 .../net/wireless/mediatek/mt76/mt7915/mcu.c   | 259 +---------------
 .../net/wireless/mediatek/mt76/mt7921/mcu.c   | 288 +-----------------
 5 files changed, 304 insertions(+), 551 deletions(-)