aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-09wifi: mt76: mt792x: fix scheduler interference in drv own processGravatar Michael Lo 1-0/+3
2024-06-20wifi: mt76: un-embedd netdev from mt76_devGravatar Breno Leitao 1-1/+1
2024-05-02wifi: mt76: mt7921e: add LED control supportGravatar Hao Zhang 1-1/+7
2024-05-02wifi: mt76: mt7921: introduce mt7920 PCIe supportGravatar Deren Wu 1-2/+9
2024-02-22wifi: mt76: mt7921: fix suspend issue on MediaTek COB platformGravatar Michael Lo 1-0/+7
2024-02-22wifi: mt76: mt7921: fix a potential association failure upon resumingGravatar Leon Yen 1-0/+2
2024-02-22wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspendGravatar Ming Yen Hsieh 1-0/+3
2024-02-22wifi: mt76: mt7921e: fix use-after-free in free_irq()Gravatar Deren Wu 1-0/+1
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversGravatar Breno Leitao 1-0/+1
2023-12-11wifi: mt76: mt7921: fix CLC command timeout when suspend/resumeGravatar Ming Yen Hsieh 1-0/+3
2023-12-11wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queueGravatar Sean Wang 1-1/+1
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueGravatar Lorenzo Bianconi 1-1/+1
2023-09-30wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)Gravatar Ingo Rohloff 1-0/+2
2023-07-26wifi: mt76: mt7921: move mt7921_dma_init in pci.cGravatar Lorenzo Bianconi 1-0/+66
2023-07-26wifi: mt76: mt7921: move runtime-pm pci code in mt792x-libGravatar Lorenzo Bianconi 1-4/+4
2023-07-26wifi: mt76: mt7921: move shared runtime-pm code on mt792x-libGravatar Lorenzo Bianconi 1-3/+3
2023-07-26wifi: mt76: mt7921: move hif_ops macro in mt792x.hGravatar Lorenzo Bianconi 1-1/+1
2023-07-26wifi: mt76: mt792x: move more dma shared code in mt792x_dmaGravatar Lorenzo Bianconi 1-81/+7
2023-07-26wifi: mt76: mt792x: introduce mt792x_irq_mapGravatar Lorenzo Bianconi 1-18/+35
2023-07-26wifi: mt76: mt7921: move init shared code in mt792x-lib moduleGravatar Lorenzo Bianconi 1-2/+2
2023-07-26wifi: mt76: mt7921: move dma shared code in mt792x-lib moduleGravatar Lorenzo Bianconi 1-3/+3
2023-07-26wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleGravatar Lorenzo Bianconi 1-3/+3
2023-07-26wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_opsGravatar Lorenzo Bianconi 1-1/+1
2023-07-26wifi: mt76: mt7921: rename mt7921_dev in mt792x_devGravatar Lorenzo Bianconi 1-13/+13
2023-07-25mt76: connac: move more mt7921/mt7915 mac shared code in connac libGravatar Lorenzo Bianconi 1-1/+1
2023-07-06wifi: mt76: mt7921e: fix init command fail with enabled deviceGravatar Quan Zhou 1-0/+8
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 1-42/+22
2023-04-17wifi: mt76: mt7921e: stop chip reset worker in unregister hookGravatar Quan Zhou 1-1/+2
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hGravatar Lorenzo Bianconi 1-1/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksGravatar Lorenzo Bianconi 1-1/+0
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineGravatar Lorenzo Bianconi 1-7/+6
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structGravatar Lorenzo Bianconi 1-4/+4
2023-04-17wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unsetGravatar Mario Limonciello 1-0/+6
2023-04-17wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routineGravatar Lorenzo Bianconi 1-17/+2
2023-04-17wifi: mt76: mt7921: fix PCI DMA hang after rebootGravatar Deren Wu 1-11/+1
2023-03-31wifi: mt76: mt7921: fix fw used for offload check for mt7922Gravatar Lorenzo Bianconi 1-1/+1
2022-12-01wifi: mt76: mt7921e: add pci .shutdown() supportGravatar Leon Yen 1-0/+16
2022-12-01wifi: mt76: mt7921: introduce chanctx supportGravatar Sean Wang 1-0/+7
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportGravatar Sean Wang 1-7/+26
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Gravatar Ben Greear 1-1/+2
2022-09-15wifi: mt76: mt7921e: fix random fw download failGravatar Deren Wu 1-0/+1
2022-09-15wifi: mt76: mt7921e: fix rmmod crash in driver reload testGravatar Deren Wu 1-0/+2
2022-09-15wifi: mt76: mt7921: delete stray if statementGravatar Dan Carpenter 1-3/+0
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cGravatar Lorenzo Bianconi 1-2/+2
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeGravatar Sean Wang 1-4/+9
2022-09-15wifi: mt76: connac: introduce mt76_connac_reg_map structureGravatar Lorenzo Bianconi 1-40/+36
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Gravatar Kai-Heng Feng 1-18/+7
2022-07-11mt76: mt7921: make mt7921_pci_driver staticGravatar Lorenzo Bianconi 1-1/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeGravatar Lorenzo Bianconi 1-1/+1
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleGravatar Lorenzo Bianconi 1-2/+1