All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] use standard signature for mt7603 mcu api
@ 2019-04-13 14:01 Lorenzo Bianconi
  2019-04-13 14:01 ` [PATCH 1/5] mt7603: remove query from mt7603_mcu_msg_send signature Lorenzo Bianconi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lorenzo Bianconi @ 2019-04-13 14:01 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless

Introduce mt76_mcu_ops data structure in mt7603 mcu code in order to
unify mcu code between mt7603 and mt7615 drivers

Lorenzo Bianconi (5):
  mt7603: remove query from mt7603_mcu_msg_send signature
  mt7603: use standard signature for mt7603_mcu_msg_send
  mt7603: initialize mt76_mcu_ops data structure
  mt76: introduce mt76_mcu_restart macro
  mt7603: init mcu_restart function pointer

 drivers/net/wireless/mediatek/mt76/mt76.h     |   3 +
 .../net/wireless/mediatek/mt76/mt7603/init.c  |   2 +-
 .../net/wireless/mediatek/mt76/mt7603/mcu.c   | 102 +++++++++---------
 .../wireless/mediatek/mt76/mt7603/mt7603.h    |   2 +-
 .../net/wireless/mediatek/mt76/mt76x02_mmio.c |   2 +-
 5 files changed, 55 insertions(+), 56 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-04-13 14:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 14:01 [PATCH 0/5] use standard signature for mt7603 mcu api Lorenzo Bianconi
2019-04-13 14:01 ` [PATCH 1/5] mt7603: remove query from mt7603_mcu_msg_send signature Lorenzo Bianconi
2019-04-13 14:01 ` [PATCH 2/5] mt7603: use standard signature for mt7603_mcu_msg_send Lorenzo Bianconi
2019-04-13 14:01 ` [PATCH 3/5] mt7603: initialize mt76_mcu_ops data structure Lorenzo Bianconi
2019-04-13 14:01 ` [PATCH 4/5] mt76: introduce mt76_mcu_restart macro Lorenzo Bianconi
2019-04-13 14:01 ` [PATCH 5/5] mt7603: init mcu_restart function pointer 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.