aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15wifi: mt76: mt7921e: fix random fw download failDeren Wu1-0/+1
2022-09-15wifi: mt76: mt7921e: fix rmmod crash in driver reload testDeren Wu1-0/+2
2022-09-15wifi: mt76: mt7921: delete stray if statementDan Carpenter1-3/+0
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi1-2/+2
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang1-4/+9
2022-09-15wifi: mt76: connac: introduce mt76_connac_reg_map structureLorenzo Bianconi1-40/+36
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng1-18/+7
2022-07-11mt76: mt7921: make mt7921_pci_driver staticLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-1/+1
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi1-2/+1
2022-07-11mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi1-1/+1
2022-05-13mt76: mt7921: fix kernel crash at mt7921_pci_removeSean Wang1-1/+1
2022-05-13mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET1-3/+5
2022-03-16mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi1-0/+1
2022-02-03mt76: mt7921e: fix possible probe failure after rebootSean Wang1-0/+124
2022-02-03mt76: mt7921e: process txfree and txstatus without allocating skbsLorenzo Bianconi1-0/+1
2021-12-19mt76: mt7921: fix possible resume failureSean Wang1-2/+7
2021-12-19mt76: mt7921: reduce log severity levels for informative messagesTzung-Bi Shih1-1/+1
2021-12-19mt76: mt7921: move mt76_connac_mcu_set_hif_suspend to bus-related filesSean Wang1-13/+5
2021-12-18mt76: mt7921: add support for PCIe ID 0x0608/0x0616Deren Wu1-0/+2
2021-10-20mt76: mt7921: refactor init.c to be bus independentSean Wang1-1/+32
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang1-0/+3
2021-10-20mt76: mt7921: refactor mac.c to be bus independentSean Wang1-3/+9
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-0/+3
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-10-20mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOADRyder Lee1-2/+1
2021-10-20mt76: mt7921: Add mt7922 supportDeren Wu1-0/+3
2021-10-20mt76: mt7921: enable aspm by defaultSean Wang1-1/+6
2021-06-19mt76: mt7921: introduce dedicated control for deep_sleepLorenzo Bianconi1-5/+9
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-0/+1
2021-06-19mt76: mt7921: fix invalid register access in wake_workSean Wang1-8/+17
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-0/+1
2021-04-21mt76: mt7921: fix possible invalid register accessSean Wang1-1/+3
2021-04-21mt76: mt7921: enable deep sleep when the device suspendsSean Wang1-0/+12
2021-04-21mt76: mt7921: enable sw interruptsLorenzo Bianconi1-0/+13
2021-04-12mt76: mt7921: fix kernel crash when the firmware fails to downloadSean Wang1-1/+3
2021-04-12mt76: mt7921: fix the base of PCIe interruptSean Wang1-2/+2
2021-04-12mt76: mt7921: fix suspend/resume sequenceSean Wang1-7/+7
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee1-1/+1
2021-01-29mt76: mt7921: enable MSI interruptsLorenzo Bianconi1-1/+1
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang1-0/+12
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW supportLorenzo Bianconi1-3/+3
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi1-0/+1
2021-01-29mt76: mt7921: introduce PM supportSean Wang1-0/+95
2021-01-29mt76: mt7921: introduce mt7921e supportSean Wang1-0/+184