summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_mcu.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi1-189/+0
2018-10-01mt76: report firmware version using ethtoolDavide Caratti1-0/+1
2018-10-01mt76: move mt76x2_eeprom_get in mt76x02_eeprom.hLorenzo Bianconi1-1/+1
2018-09-19mt76: move shared mcu_calibrate routine in mt76x02-lib moduleLorenzo Bianconi1-27/+0
2018-09-19mt76x2: move mt76x2 mcu shared code in mt76x2_mcu_common.cLorenzo Bianconi1-95/+0
2018-09-19mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi1-125/+3
2018-09-19mt76: unify firmware header between mt76x0 and mt76x2Lorenzo Bianconi1-4/+4
2018-09-19mt76x2: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi1-21/+22
2018-09-19mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_mcu_msg_sendLorenzo Bianconi1-21/+26
2018-09-19mt76: introduce mmio data structure in mt76_devLorenzo Bianconi1-9/+8
2018-09-19mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_tx_queue_mcuLorenzo Bianconi1-1/+1
2018-09-19mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi1-1/+1
2018-09-19mt76: move mt76_qsel definition in dma.hLorenzo Bianconi1-1/+1
2018-08-02mt76x2: move mt76x2_fw_header and mt76x2_patch_header definitions in mcu.hLorenzo Bianconi1-17/+0
2018-03-27mt76: use mt76_poll_msec routine in mt76pci_load_firmware()Lorenzo Bianconi1-11/+2
2018-01-08mt76: fix memcpy to potential null pointer on failed allocationColin Ian King1-0/+2
2017-12-07mt76: add driver code for MT76x2eFelix Fietkau1-0/+451