All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mt7915: introduce dbdc support
@ 2020-11-12  9:56 Lorenzo Bianconi
  2020-11-12  9:56 ` [PATCH 1/6] mt76: move band capabilities in mt76_phy Lorenzo Bianconi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2020-11-12  9:56 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless, ryder.lee, shayne.chen

Similar to mt7615 devices, mt7915d chipset supports dbdc mode
where the hw exports a primary phy on 2.4GHz band and a secondary
phy on 5GHz band.

This series is based on "mt76: move hw data queues in mt76_phy"
https://patchwork.kernel.org/project/linux-wireless/list/?series=382083

Tested-by: Shayne Chen <shayne.chen@mediatek.com>

Lorenzo Bianconi (6):
  mt76: move band capabilities in mt76_phy
  mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5g
  mt76: move band allocation in mt76_register_phy
  mt76: move hw mac_addr in mt76_phy
  mt76: mt7915: introduce dbdc support
  mt76: mt7915: get rid of dbdc debugfs knob

 drivers/net/wireless/mediatek/mt76/eeprom.c   |  12 +-
 drivers/net/wireless/mediatek/mt76/mac80211.c | 106 +++--
 drivers/net/wireless/mediatek/mt76/mt76.h     |  11 +-
 .../wireless/mediatek/mt76/mt7603/eeprom.c    |   6 +-
 .../net/wireless/mediatek/mt76/mt7615/dma.c   |   2 +-
 .../wireless/mediatek/mt76/mt7615/eeprom.c    |  20 +-
 .../net/wireless/mediatek/mt76/mt7615/init.c  |   6 +-
 .../wireless/mediatek/mt76/mt76x0/eeprom.c    |  12 +-
 .../net/wireless/mediatek/mt76/mt76x0/init.c  |   4 +-
 .../net/wireless/mediatek/mt76/mt76x0/phy.c   |   4 +-
 .../wireless/mediatek/mt76/mt76x02_eeprom.c   |   8 +-
 .../net/wireless/mediatek/mt76/mt76x02_mac.c  |  16 +-
 .../net/wireless/mediatek/mt76/mt76x02_util.c |   8 +-
 .../wireless/mediatek/mt76/mt76x2/eeprom.c    |   6 +-
 .../wireless/mediatek/mt76/mt76x2/pci_init.c  |   2 +-
 .../wireless/mediatek/mt76/mt7915/debugfs.c   |  40 +-
 .../net/wireless/mediatek/mt76/mt7915/dma.c   |  19 +-
 .../wireless/mediatek/mt76/mt7915/eeprom.c    |  51 ++-
 .../wireless/mediatek/mt76/mt7915/eeprom.h    |   1 +
 .../net/wireless/mediatek/mt76/mt7915/init.c  | 386 +++++++++---------
 .../net/wireless/mediatek/mt76/mt7915/mac.c   |  19 +-
 .../net/wireless/mediatek/mt76/mt7915/main.c  |   3 +-
 .../net/wireless/mediatek/mt76/mt7915/mcu.c   |   4 +-
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |   5 +-
 .../net/wireless/mediatek/mt76/mt7915/pci.c   |  19 +-
 .../net/wireless/mediatek/mt76/mt7915/regs.h  |  13 +-
 drivers/net/wireless/mediatek/mt76/testmode.c |  17 +-
 27 files changed, 398 insertions(+), 402 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-11-12  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-12  9:56 [PATCH 0/6] mt7915: introduce dbdc support Lorenzo Bianconi
2020-11-12  9:56 ` [PATCH 1/6] mt76: move band capabilities in mt76_phy Lorenzo Bianconi
2020-11-12  9:56 ` [PATCH 2/6] mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5g Lorenzo Bianconi
2020-11-12  9:56 ` [PATCH 3/6] mt76: move band allocation in mt76_register_phy Lorenzo Bianconi
2020-11-12  9:56 ` [PATCH 4/6] mt76: move hw mac_addr in mt76_phy Lorenzo Bianconi
2020-11-12  9:57 ` [PATCH 5/6] mt76: mt7915: introduce dbdc support Lorenzo Bianconi
2020-11-12  9:57 ` [PATCH 6/6] mt76: mt7915: get rid of dbdc debugfs knob 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.