summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01rtw88: pci: Power cycle device during shutdownKai-Heng Feng1-0/+2
2020-09-29rtw88: handle and recover when firmware crashTzu-En Huang1-0/+3
2020-08-27rtw88: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-17/+16
2020-07-15rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang1-0/+9
2020-05-18rtw88: extract: remove the unused after extractingZong-Zhe Yang1-15/+0
2020-05-18rtw88: extract: make 8723d an individual kernel moduleZong-Zhe Yang1-3/+0
2020-05-18rtw88: extract: make 8822b an individual kernel moduleZong-Zhe Yang1-3/+0
2020-05-18rtw88: extract: make 8822c an individual kernel moduleZong-Zhe Yang1-3/+0
2020-05-18rtw88: extract: export symbols about pci interfaceZong-Zhe Yang1-5/+9
2020-05-13rtw88: 8723d: Add shutdown callback to disable BT USB suspendPing-Ke Shih1-0/+17
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller1-12/+27
2020-05-06rtw88: fix an issue about leak system resourcesDejin Zheng1-0/+1
2020-04-23rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih1-12/+23
2020-04-21rtw88: 8723d: Add basic chip capabilitiesPing-Ke Shih1-0/+3
2020-04-14rtw88: avoid unused function warningsArnd Bergmann1-8/+3
2020-03-23rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang1-25/+67
2020-03-23rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang1-11/+21
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang1-23/+4
2020-03-23rtw88: don't hold all IRQs disabled for PS operationsBrian Norris1-21/+33
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches1-1/+1
2020-02-12rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang1-0/+7
2020-01-26rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang1-0/+5
2020-01-26rtw88: support wowlan feature for 8822cChin-Yen Lee1-0/+18
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang1-0/+17
2020-01-26rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee1-9/+10
2020-01-26rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee1-0/+1
2019-11-20rtw88: allows to enable/disable HCI link PS mechanismYan-Hsuan Chuang1-0/+38
2019-11-20rtw88: pci: enable CLKREQ function if host supports itYan-Hsuan Chuang1-0/+80
2019-11-20rtw88: pci: use for loop instead of while loop for DBI/MDIOYan-Hsuan Chuang1-12/+14
2019-11-20rtw88: pci: use macros to access PCI DBI/MDIO registersYan-Hsuan Chuang1-11/+10
2019-10-14rtw88: pci: config phy after chip info is setupYan-Hsuan Chuang1-2/+2
2019-10-02rtw88: add deep power save supportYan-Hsuan Chuang1-0/+71
2019-10-02rtw88: pci: reset H2C queue indexes in a single writeYan-Hsuan Chuang1-3/+3
2019-09-21rtw88: pci: release tx skbs DMAed when stopYan-Hsuan Chuang1-0/+12
2019-09-21rtw88: pci: extract skbs free routine for trx ringsYan-Hsuan Chuang1-10/+26
2019-09-03rtw88: pci: enable MSI interruptYu-Yen Ting1-5/+43
2019-09-03rtw88: pci: Move a mass of jobs in hw IRQ to soft IRQJian-Hong Pan1-6/+26
2019-08-06rtw88: allow c2h operation in irq contextYan-Hsuan Chuang1-4/+2
2019-08-06rtw88: pci: remove set but not used variable 'ip_sel'YueHaibing1-3/+0
2019-07-24rtw88: pci: Use DMA sync instead of remapping in RX ISRJian-Hong Pan1-3/+21
2019-07-24rtw88: pci: Rearrange the memory usage for skb in RX ISRJian-Hong Pan1-27/+22
2019-05-28rtw88: pci: check if queue mapping exceeds size of ac_to_hwqYan-Hsuan Chuang1-0/+2
2019-05-28rtw88: pci: use ieee80211_ac_numbers instead of 0-3Yan-Hsuan Chuang1-4/+4
2019-04-30rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang1-0/+1211