summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-16wifi: rtw89: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-18wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmwar...Ping-Ke Shih1-1/+2
2024-04-03wifi: rtw89: 8852c: disable PCI PHY EQ to improve compatibilityPing-Ke Shih1-0/+72
2024-04-03wifi: rtw89: 8852c: add quirk to set PCI BER for certain platformsPing-Ke Shih1-0/+19
2024-03-05wifi: rtw89: update DMA function with different generationChin-Yen Lee1-12/+17
2024-02-27wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chipsChin-Yen Lee1-10/+40
2024-02-06wifi: rtw89: fw: read firmware secure information from efusePing-Ke Shih1-0/+2
2024-02-01wifi: rtw89: pci: validate RX tag for RXQ and RPQPing-Ke Shih1-6/+54
2024-02-01wifi: rtw89: pci: interrupt v2 refine IMR for SERZong-Zhe Yang1-3/+2
2024-01-10wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BEChin-Yen Lee1-2/+67
2023-12-07wifi: rtw89: 8922a: dump MAC registers when SER occursChia-Yuan Li1-6/+16
2023-11-14wifi: rtw89: pci: update interrupt mitigation register for 8922AEPing-Ke Shih1-2/+9
2023-11-14wifi: rtw89: pci: correct interrupt mitigation register for 8852CEPing-Ke Shih1-1/+2
2023-11-14wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AEPing-Ke Shih1-0/+86
2023-11-14wifi: rtw89: pci: generalize interrupt status bits of interrupt handlersPing-Ke Shih1-11/+16
2023-11-14wifi: rtw89: pci: add pre_deinit to be called after probe completePing-Ke Shih1-0/+2
2023-11-14wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip genZong-Zhe Yang1-8/+13
2023-11-14wifi: rtw89: pci: reset BDRAM according to chip genZong-Zhe Yang1-26/+7
2023-11-08wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chipsPing-Ke Shih1-1/+1
2023-11-08wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and cl...Ping-Ke Shih1-3/+7
2023-11-08wifi: rtw89: pci: add PCI generation information to pci_info for each chipPing-Ke Shih1-0/+4
2023-10-30wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7Ping-Ke Shih1-12/+4
2023-10-30wifi: rtw89: pci: add new RX ring design to determine full RX ring efficientlyPing-Ke Shih1-6/+42
2023-10-30wifi: rtw89: pci: define PCI ring address for WiFi 7 chipsPing-Ke Shih1-16/+50
2023-09-18wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submitPing-Ke Shih1-2/+1
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-05-25wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support n...Ping-Ke Shih1-8/+4
2023-05-11wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851BZong-Zhe Yang1-2/+7
2023-05-05wifi: rtw89: use chip_info::small_fifo_size to choose debug_maskPing-Ke Shih1-2/+2
2023-04-14wifi: rtw89: pci: update PCI related settings to support 8851BPing-Ke Shih1-12/+21
2023-04-14wifi: rtw89: add function to wait for completion of TX skbsPo-Hao Huang1-0/+5
2023-04-03wifi: rtw89: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-04-03wifi: rtw89: fix potential race condition between napi_init and napi_enablePing-Ke Shih1-9/+10
2023-02-13wifi: rtw89: 8852be: enable CLKREQ of PCI capabilityChin-Yen Lee1-1/+1
2023-01-16wifi: rtw89: fix assignation of TX BD RAM tableZong-Zhe Yang1-1/+14
2022-12-01wifi: rtw89: add HE radiotap for monitor modePing-Ke Shih1-1/+1
2022-11-09wifi: rtw89: 8852b: change debug mask of message of no TX resourcePing-Ke Shih1-2/+14
2022-11-01wifi: rtw89: add WoWLAN function supportChin-Yen Lee1-1/+22
2022-09-28wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih1-1/+1
2022-09-28wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih1-0/+18
2022-09-28wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih1-5/+5
2022-09-28wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih1-0/+16
2022-09-19wifi: rtw89: pci: update LTR settingsPing-Ke Shih1-4/+4
2022-09-19wifi: rtw89: pci: concentrate control function of TX DMA channelChin-Yen Lee1-8/+23
2022-09-19wifi: rtw89: correct enable functions of HCI/PCI DMAChin-Yen Lee1-65/+38
2022-09-19wifi: rtw89: 8852c: L1 DMA reset has offloaded to FWZong-Zhe Yang1-0/+6
2022-09-02wifi: rtw89: pci: correct TX resource checking in low power modePing-Ke Shih1-0/+2
2022-09-02wifi: rtw89: pci: fix interrupt stuck after leaving low power modePing-Ke Shih1-1/+2
2022-09-02wifi: rtw89: pci: correct suspend/resume setting for variant chipsChin-Yen Lee1-8/+23