summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/usb_mcu.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-19mt76: usb: move mt76x02 mcu code in mt76x02-usb moduleLorenzo Bianconi1-335/+0
2018-09-19mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi1-12/+14
2018-09-19mt76: add rd_rp and wr_rp to bus_ops/mcu_opsStanislaw Gruszka1-0/+2
2018-09-19mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka1-0/+79
2018-09-19mt76: add mt76_mcu_ops data structure for mcu related pointersLorenzo Bianconi1-0/+10
2018-09-04mt76: add multiple regs read support to usb_mcu layerLorenzo Bianconi1-1/+38
2018-09-04mt76: move mt76x2u_mcu_deinit routine in mt76-usb moduleLorenzo Bianconi1-0/+9
2018-09-04mt76: split __mt76u_mcu_send_msg and mt76u_mcu_send_msg routinesLorenzo Bianconi1-9/+18
2018-08-31mt76: verify evt type in usb mcu responseLorenzo Bianconi1-1/+2
2018-08-02mt76: add usb support to mt76 layerLorenzo Bianconi1-0/+242