summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\
| * wifi: rtw88: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* | wifi: rtw88: suppress messages of failed to flush queuePing-Ke Shih2024-04-221-1/+2
|/
* wifi: rtw88: 8822ce: refine power parameters for RFE type 5Ping-Ke Shih2024-01-101-0/+4
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-1/+1
* wifi: rtw88: Skip high queue in hci_flushPo-Hao Huang2023-06-211-2/+3
* wifi: rtw88: Remove redundant pci_clear_masterCai Huoqing2023-03-311-1/+0
* wifi: rtw88: remove unused rtw_pci_get_tx_desc functionTom Rix2023-03-311-7/+0
* wifi: rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}Martin Blumenstingl2023-02-131-33/+2
* wifi: rtw88: pci: Change queue datatype to enum rtw_tx_queue_typeMartin Blumenstingl2023-02-131-7/+10
* wifi: rtw88: pci: Use enum type for rtw_hw_queue_mapping() and ac_to_hwqMartin Blumenstingl2023-02-131-3/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-091-10/+10
* rtw88: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-021-1/+1
* rtw88: pci: 8821c: Disable 21ce completion timeoutPo-Hao Huang2022-04-231-0/+12
* rtw88: 8821ce: Disable PCIe ASPM L1 for 8821CE using chip IDJimmy Hon2022-04-121-1/+1
* rtw88: Add update beacon flow for AP modePo-Hao Huang2022-04-121-0/+3
* rtw88: don't consider deep PS mode when transmitting packetChin-Yen Lee2021-12-221-2/+6
* rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CEKai-Heng Feng2021-12-201-51/+19
* rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih2021-11-261-0/+9
* rtw88: add quirk to disable pci caps on HP Pavilion 14-ce0xxxUgo RĂ©mery2021-08-291-0/+9
* rtw88: Remove unnecessary check codeLen Baker2021-08-211-5/+0
* rtw88: 8822ce: set CLKREQ# signal to low during suspendChin-Yen Lee2021-08-211-0/+33
* rtw88: add quirks to disable pci capabilitiesPing-Ke Shih2021-06-221-0/+32
* rtw88: refine napi deinit flowPo-Hao Huang2021-04-211-5/+14
* rtw88: Fix potential unrecoverable tx queue stopYu-Yen Ting2021-04-211-2/+8
* rtw88: add flush hci supportZong-Zhe Yang2021-04-111-0/+69
* rtw88: add napi supportPo-Hao Huang2021-02-121-23/+131
* rtw88: pci: Power cycle device during shutdownKai-Heng Feng2020-10-011-0/+2
* rtw88: handle and recover when firmware crashTzu-En Huang2020-09-291-0/+3
* rtw88: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-271-17/+16
* rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang2020-07-151-0/+9
* rtw88: extract: remove the unused after extractingZong-Zhe Yang2020-05-181-15/+0
* rtw88: extract: make 8723d an individual kernel moduleZong-Zhe Yang2020-05-181-3/+0
* rtw88: extract: make 8822b an individual kernel moduleZong-Zhe Yang2020-05-181-3/+0
* rtw88: extract: make 8822c an individual kernel moduleZong-Zhe Yang2020-05-181-3/+0
* rtw88: extract: export symbols about pci interfaceZong-Zhe Yang2020-05-181-5/+9
* rtw88: 8723d: Add shutdown callback to disable BT USB suspendPing-Ke Shih2020-05-131-0/+17
* Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-071-12/+27
|\
| * rtw88: fix an issue about leak system resourcesDejin Zheng2020-05-061-0/+1
| * rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih2020-04-231-12/+23
| * rtw88: 8723d: Add basic chip capabilitiesPing-Ke Shih2020-04-211-0/+3
* | rtw88: avoid unused function warningsArnd Bergmann2020-04-141-8/+3
|/
* rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang2020-03-231-25/+67
* rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang2020-03-231-11/+21
* rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang2020-03-231-23/+4
* rtw88: don't hold all IRQs disabled for PS operationsBrian Norris2020-03-231-21/+33
* rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches2020-02-121-1/+1
* rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang2020-02-121-0/+7
* rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang2020-01-261-0/+5