aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mcu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi1-4/+6
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi1-4/+4
2021-10-20mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmwareSean Wang1-1/+1
2021-10-20mt76: introduce __mt76_mcu_send_firmware routineLorenzo Bianconi1-4/+4
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-1/+2
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-1/+2
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-0/+23
2020-12-04mt76: implement functions to get the response skb for MCU callsFelix Fietkau1-8/+15
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau1-0/+16
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau1-0/+32
2020-05-12mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi1-4/+5
2020-03-17mt76: always init to 0 mcu messagesLorenzo Bianconi1-2/+4
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-6/+5
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau1-1/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-02-18mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi1-0/+7
2019-02-18mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi1-0/+17
2019-02-18mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi1-0/+36