summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/pci.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi2023-04-171-1/+1
* mt76: disable BH around napi_schedule() callsFelix Fietkau2021-10-201-0/+2
* mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-10-201-1/+1
* mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee2021-04-111-3/+3
* mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi2021-01-291-1/+1
* mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi2021-01-291-3/+3
* mt76: mt76_connac: create mcu libraryLorenzo Bianconi2021-01-291-0/+1
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-1/+2
* mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi2020-09-241-2/+2
* mt76: mt7615: acquire driver_own before configuring device for suspendLorenzo Bianconi2020-07-211-0/+4
* mt76: only iterate over initialized rx queuesFelix Fietkau2020-05-281-3/+5
* mt76: mt7615: add support for MT7611NDENG Qingfang2020-05-281-0/+1
* mt76: mt7615: introduce PM supportLorenzo Bianconi2020-05-121-0/+108
* mt76: mt7615: free pci_vector if mt7615_pci_probe failsLorenzo Bianconi2020-05-121-3/+12
* mt76: mt7663: add the possibility to load firmware v2Lorenzo Bianconi2020-05-121-0/+2
* mt76: mt7615: disable aspm by defaultLorenzo Bianconi2020-05-121-0/+2
* mt76: mt7615: enable MSI by defaultLorenzo Bianconi2020-05-121-0/+5
* mt76: mt7615: introduce mt7663e supportLorenzo Bianconi2020-03-171-1/+6
* mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi2020-03-171-1/+2
* mt76: mt7615: implement probing and firmware loading on MT7622Felix Fietkau2020-02-141-3/+0
* mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau2020-02-141-96/+1
* mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi2020-02-141-0/+3
* mt7615: replace sta_state callback with sta_add/sta_removeFelix Fietkau2020-02-141-3/+2
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi2019-11-201-0/+3
* mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau2019-11-201-1/+1
* mt76: mt7615: enable survey supportLorenzo Bianconi2019-09-051-0/+1
* mt76: mt7615: add static qualifier to mt7615_rx_poll_completeLorenzo Bianconi2019-06-251-1/+2
* mt76: mt7615: Make mt7615_irq_handler staticYueHaibing2019-06-251-1/+1
* mt76: mt7615: use napi polling for tx cleanupLorenzo Bianconi2019-06-251-1/+1
* mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-011-0/+150