index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtw88
/
pci.c
Age
Commit message (
Expand
)
Author
2020-04-21
rtw88: 8723d: Add basic chip capabilities
Ping-Ke Shih
2020-03-23
rtw88: kick off TX packets once for higher efficiency
Yan-Hsuan Chuang
2020-03-23
rtw88: pci: define a mask for TX/RX BD indexes
Yan-Hsuan Chuang
2020-03-23
rtw88: extract alloc rsvd_page and h2c skb routines
Yan-Hsuan Chuang
2020-03-23
rtw88: don't hold all IRQs disabled for PS operations
Brian Norris
2020-02-12
rtw88: 8822[bc]: Make tables const, reduce data object size
Joe Perches
2020-02-12
rtw88: pci: 8822c should set clock delay to zero
Yan-Hsuan Chuang
2020-01-26
rtw88: fix potential NULL skb access in TX ISR
Yan-Hsuan Chuang
2020-01-26
rtw88: support wowlan feature for 8822c
Chin-Yen Lee
2020-01-26
rtw88: add interface config for 8822c
Yan-Hsuan Chuang
2020-01-26
rtw88: pci: reset dma when reset pci trx ring
Chin-Yen Lee
2020-01-26
rtw88: pci: reset ring index when release skbs in tx ring
Chin-Yen Lee
2019-11-20
rtw88: allows to enable/disable HCI link PS mechanism
Yan-Hsuan Chuang
2019-11-20
rtw88: pci: enable CLKREQ function if host supports it
Yan-Hsuan Chuang
2019-11-20
rtw88: pci: use for loop instead of while loop for DBI/MDIO
Yan-Hsuan Chuang
2019-11-20
rtw88: pci: use macros to access PCI DBI/MDIO registers
Yan-Hsuan Chuang
2019-10-14
rtw88: pci: config phy after chip info is setup
Yan-Hsuan Chuang
2019-10-02
rtw88: add deep power save support
Yan-Hsuan Chuang
2019-10-02
rtw88: pci: reset H2C queue indexes in a single write
Yan-Hsuan Chuang
2019-09-21
rtw88: pci: release tx skbs DMAed when stop
Yan-Hsuan Chuang
2019-09-21
rtw88: pci: extract skbs free routine for trx rings
Yan-Hsuan Chuang
2019-09-03
rtw88: pci: enable MSI interrupt
Yu-Yen Ting
2019-09-03
rtw88: pci: Move a mass of jobs in hw IRQ to soft IRQ
Jian-Hong Pan
2019-08-06
rtw88: allow c2h operation in irq context
Yan-Hsuan Chuang
2019-08-06
rtw88: pci: remove set but not used variable 'ip_sel'
YueHaibing
2019-07-24
rtw88: pci: Use DMA sync instead of remapping in RX ISR
Jian-Hong Pan
2019-07-24
rtw88: pci: Rearrange the memory usage for skb in RX ISR
Jian-Hong Pan
2019-05-28
rtw88: pci: check if queue mapping exceeds size of ac_to_hwq
Yan-Hsuan Chuang
2019-05-28
rtw88: pci: use ieee80211_ac_numbers instead of 0-3
Yan-Hsuan Chuang
2019-04-30
rtw88: new Realtek 802.11ac driver
Yan-Hsuan Chuang