summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtw88: support wowlan feature for 8822cChin-Yen Lee2020-01-261-0/+18
* rtw88: add interface config for 8822cYan-Hsuan Chuang2020-01-261-0/+17
* rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee2020-01-261-9/+10
* rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee2020-01-261-0/+1
* rtw88: allows to enable/disable HCI link PS mechanismYan-Hsuan Chuang2019-11-201-0/+38
* rtw88: pci: enable CLKREQ function if host supports itYan-Hsuan Chuang2019-11-201-0/+80
* rtw88: pci: use for loop instead of while loop for DBI/MDIOYan-Hsuan Chuang2019-11-201-12/+14
* rtw88: pci: use macros to access PCI DBI/MDIO registersYan-Hsuan Chuang2019-11-201-11/+10
* rtw88: pci: config phy after chip info is setupYan-Hsuan Chuang2019-10-141-2/+2
* rtw88: add deep power save supportYan-Hsuan Chuang2019-10-021-0/+71
* rtw88: pci: reset H2C queue indexes in a single writeYan-Hsuan Chuang2019-10-021-3/+3
* rtw88: pci: release tx skbs DMAed when stopYan-Hsuan Chuang2019-09-211-0/+12
* rtw88: pci: extract skbs free routine for trx ringsYan-Hsuan Chuang2019-09-211-10/+26
* rtw88: pci: enable MSI interruptYu-Yen Ting2019-09-031-5/+43
* rtw88: pci: Move a mass of jobs in hw IRQ to soft IRQJian-Hong Pan2019-09-031-6/+26
* rtw88: allow c2h operation in irq contextYan-Hsuan Chuang2019-08-061-4/+2
* rtw88: pci: remove set but not used variable 'ip_sel'YueHaibing2019-08-061-3/+0
* rtw88: pci: Use DMA sync instead of remapping in RX ISRJian-Hong Pan2019-07-241-3/+21
* rtw88: pci: Rearrange the memory usage for skb in RX ISRJian-Hong Pan2019-07-241-27/+22
* rtw88: pci: check if queue mapping exceeds size of ac_to_hwqYan-Hsuan Chuang2019-05-281-0/+2
* rtw88: pci: use ieee80211_ac_numbers instead of 0-3Yan-Hsuan Chuang2019-05-281-4/+4
* rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang2019-04-301-0/+1211