summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw89/pci.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw89: pci: fix RX tag race condition resulting in wrong RX lengthPing-Ke Shih2024-06-171-5/+8
* wifi: rtw89: pci: support 36-bit PCI DMA addressPing-Ke Shih2024-06-171-14/+71
* wifi: rtw89: 885xbx: apply common settings to 8851B, 8852B and 8852BTPing-Ke Shih2024-06-171-21/+17
* Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-101-12/+17
|\
| * wifi: rtw89: 8852c: correct logic and restore PCI PHY EQ after device resumePing-Ke Shih2024-05-271-11/+12
| * wifi: rtw89: Un-embed dummy deviceBreno Leitao2024-05-091-1/+5
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\ \ | |/ |/|
| * wifi: rtw89: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-05-161-1/+1
* | wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmwar...Ping-Ke Shih2024-04-181-1/+2
* | wifi: rtw89: 8852c: disable PCI PHY EQ to improve compatibilityPing-Ke Shih2024-04-031-0/+72
* | wifi: rtw89: 8852c: add quirk to set PCI BER for certain platformsPing-Ke Shih2024-04-031-0/+19
|/
* wifi: rtw89: update DMA function with different generationChin-Yen Lee2024-03-051-12/+17
* wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chipsChin-Yen Lee2024-02-271-10/+40
* wifi: rtw89: fw: read firmware secure information from efusePing-Ke Shih2024-02-061-0/+2
* wifi: rtw89: pci: validate RX tag for RXQ and RPQPing-Ke Shih2024-02-011-6/+54
* wifi: rtw89: pci: interrupt v2 refine IMR for SERZong-Zhe Yang2024-02-011-3/+2
* wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BEChin-Yen Lee2024-01-101-2/+67
* wifi: rtw89: 8922a: dump MAC registers when SER occursChia-Yuan Li2023-12-071-6/+16
* wifi: rtw89: pci: update interrupt mitigation register for 8922AEPing-Ke Shih2023-11-141-2/+9
* wifi: rtw89: pci: correct interrupt mitigation register for 8852CEPing-Ke Shih2023-11-141-1/+2
* wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AEPing-Ke Shih2023-11-141-0/+86
* wifi: rtw89: pci: generalize interrupt status bits of interrupt handlersPing-Ke Shih2023-11-141-11/+16
* wifi: rtw89: pci: add pre_deinit to be called after probe completePing-Ke Shih2023-11-141-0/+2
* wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip genZong-Zhe Yang2023-11-141-8/+13
* wifi: rtw89: pci: reset BDRAM according to chip genZong-Zhe Yang2023-11-141-26/+7
* wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chipsPing-Ke Shih2023-11-081-1/+1
* wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and cl...Ping-Ke Shih2023-11-081-3/+7
* wifi: rtw89: pci: add PCI generation information to pci_info for each chipPing-Ke Shih2023-11-081-0/+4
* wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7Ping-Ke Shih2023-10-301-12/+4
* wifi: rtw89: pci: add new RX ring design to determine full RX ring efficientlyPing-Ke Shih2023-10-301-6/+42
* wifi: rtw89: pci: define PCI ring address for WiFi 7 chipsPing-Ke Shih2023-10-301-16/+50
* wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submitPing-Ke Shih2023-09-181-2/+1
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-1/+1
* wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support n...Ping-Ke Shih2023-05-251-8/+4
* wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851BZong-Zhe Yang2023-05-111-2/+7
* wifi: rtw89: use chip_info::small_fifo_size to choose debug_maskPing-Ke Shih2023-05-051-2/+2
* wifi: rtw89: pci: update PCI related settings to support 8851BPing-Ke Shih2023-04-141-12/+21
* wifi: rtw89: add function to wait for completion of TX skbsPo-Hao Huang2023-04-141-0/+5
* wifi: rtw89: Remove redundant pci_clear_masterCai Huoqing2023-04-031-1/+0
* wifi: rtw89: fix potential race condition between napi_init and napi_enablePing-Ke Shih2023-04-031-9/+10
* wifi: rtw89: 8852be: enable CLKREQ of PCI capabilityChin-Yen Lee2023-02-131-1/+1
* wifi: rtw89: fix assignation of TX BD RAM tableZong-Zhe Yang2023-01-161-1/+14
* wifi: rtw89: add HE radiotap for monitor modePing-Ke Shih2022-12-011-1/+1
* wifi: rtw89: 8852b: change debug mask of message of no TX resourcePing-Ke Shih2022-11-091-2/+14
* wifi: rtw89: add WoWLAN function supportChin-Yen Lee2022-11-011-1/+22
* wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih2022-09-281-1/+1
* wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih2022-09-281-0/+18
* wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih2022-09-281-5/+5
* wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih2022-09-281-0/+16
* wifi: rtw89: pci: update LTR settingsPing-Ke Shih2022-09-191-4/+4