All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mt76: avoid mcu_restart function pointer
@ 2023-01-01 11:53 Lorenzo Bianconi
  2023-01-01 11:53 ` [PATCH 1/6] wifi: mt76: mt7915: " Lorenzo Bianconi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2023-01-01 11:53 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless

Avoid mcu_restart function pointer whenever it is possible.

Lorenzo Bianconi (6):
  wifi: mt76: mt7915: avoid mcu_restart function pointer
  wifi: mt76: mt7603: avoid mcu_restart function pointer
  wifi: mt76: mt7615: avoid mcu_restart function pointer
  wifi: mt76: mt7921: avoid mcu_restart function pointer
  wifi: mt76: mt7996: avoid mcu_restart function pointer
  wifi: mt76: remove __mt76_mcu_restart macro

 drivers/net/wireless/mediatek/mt76/mt76.h     |  1 -
 .../net/wireless/mediatek/mt76/mt7603/mcu.c   |  3 +-
 .../net/wireless/mediatek/mt76/mt7615/mcu.c   |  3 +-
 .../wireless/mediatek/mt76/mt7615/sdio_mcu.c  |  1 -
 .../wireless/mediatek/mt76/mt7615/usb_mcu.c   |  1 -
 .../net/wireless/mediatek/mt76/mt7915/mcu.c   |  5 +--
 .../wireless/mediatek/mt76/mt7921/pci_mcu.c   |  1 -
 .../net/wireless/mediatek/mt76/mt7921/usb.c   |  1 -
 .../net/wireless/mediatek/mt76/mt7996/mcu.c   | 45 +++++++++----------
 9 files changed, 26 insertions(+), 35 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-01-01 11:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-01 11:53 [PATCH 0/6] mt76: avoid mcu_restart function pointer Lorenzo Bianconi
2023-01-01 11:53 ` [PATCH 1/6] wifi: mt76: mt7915: " Lorenzo Bianconi
2023-01-01 11:53 ` [PATCH 2/6] wifi: mt76: mt7603: " Lorenzo Bianconi
2023-01-01 11:53 ` [PATCH 3/6] wifi: mt76: mt7615: " Lorenzo Bianconi
2023-01-01 11:53 ` [PATCH 4/6] wifi: mt76: mt7921: " Lorenzo Bianconi
2023-01-01 11:53 ` [PATCH 5/6] wifi: mt76: mt7996: " Lorenzo Bianconi
2023-01-01 11:53 ` [PATCH 6/6] wifi: mt76: remove __mt76_mcu_restart macro 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.