aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7615/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-0/+2
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee1-3/+3
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi1-1/+1
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi1-3/+3
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-0/+1
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-1/+2
2020-09-24mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi1-2/+2
2020-07-21mt76: mt7615: acquire driver_own before configuring device for suspendLorenzo Bianconi1-0/+4
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-3/+5
2020-05-28mt76: mt7615: add support for MT7611NDENG Qingfang1-0/+1
2020-05-12mt76: mt7615: introduce PM supportLorenzo Bianconi1-0/+108
2020-05-12mt76: mt7615: free pci_vector if mt7615_pci_probe failsLorenzo Bianconi1-3/+12
2020-05-12mt76: mt7663: add the possibility to load firmware v2Lorenzo Bianconi1-0/+2
2020-05-12mt76: mt7615: disable aspm by defaultLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7615: enable MSI by defaultLorenzo Bianconi1-0/+5
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi1-1/+6
2020-03-17mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi1-1/+2
2020-02-14mt76: mt7615: implement probing and firmware loading on MT7622Felix Fietkau1-3/+0
2020-02-14mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau1-96/+1
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi1-0/+3
2020-02-14mt7615: replace sta_state callback with sta_add/sta_removeFelix Fietkau1-3/+2
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-1/+1
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi1-0/+3
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-1/+1
2019-09-05mt76: mt7615: enable survey supportLorenzo Bianconi1-0/+1
2019-06-25mt76: mt7615: add static qualifier to mt7615_rx_poll_completeLorenzo Bianconi1-1/+2
2019-06-25mt76: mt7615: Make mt7615_irq_handler staticYueHaibing1-1/+1
2019-06-25mt76: mt7615: use napi polling for tx cleanupLorenzo Bianconi1-1/+1
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee1-0/+150