summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-05-25wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support n...Ping-Ke Shih1-8/+4
2023-05-11wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851BZong-Zhe Yang1-2/+7
2023-05-05wifi: rtw89: use chip_info::small_fifo_size to choose debug_maskPing-Ke Shih1-2/+2
2023-04-14wifi: rtw89: pci: update PCI related settings to support 8851BPing-Ke Shih1-12/+21
2023-04-14wifi: rtw89: add function to wait for completion of TX skbsPo-Hao Huang1-0/+5
2023-04-03wifi: rtw89: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-04-03wifi: rtw89: fix potential race condition between napi_init and napi_enablePing-Ke Shih1-9/+10
2023-02-13wifi: rtw89: 8852be: enable CLKREQ of PCI capabilityChin-Yen Lee1-1/+1
2023-01-16wifi: rtw89: fix assignation of TX BD RAM tableZong-Zhe Yang1-1/+14
2022-12-01wifi: rtw89: add HE radiotap for monitor modePing-Ke Shih1-1/+1
2022-11-09wifi: rtw89: 8852b: change debug mask of message of no TX resourcePing-Ke Shih1-2/+14
2022-11-01wifi: rtw89: add WoWLAN function supportChin-Yen Lee1-1/+22
2022-09-28wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih1-1/+1
2022-09-28wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih1-0/+18
2022-09-28wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih1-5/+5
2022-09-28wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih1-0/+16
2022-09-19wifi: rtw89: pci: update LTR settingsPing-Ke Shih1-4/+4
2022-09-19wifi: rtw89: pci: concentrate control function of TX DMA channelChin-Yen Lee1-8/+23
2022-09-19wifi: rtw89: correct enable functions of HCI/PCI DMAChin-Yen Lee1-65/+38
2022-09-19wifi: rtw89: 8852c: L1 DMA reset has offloaded to FWZong-Zhe Yang1-0/+6
2022-09-02wifi: rtw89: pci: correct TX resource checking in low power modePing-Ke Shih1-0/+2
2022-09-02wifi: rtw89: pci: fix interrupt stuck after leaving low power modePing-Ke Shih1-1/+2
2022-09-02wifi: rtw89: pci: correct suspend/resume setting for variant chipsChin-Yen Lee1-8/+23
2022-09-02wifi: rtw89: pci: enable CLK_REQ, ASPM, L1 and L1ss for 8852cChin-Yen Lee1-24/+67
2022-09-02wifi: rtw89: pci: fix PCI PHY auto adaption by using software restoreChia-Yuan Li1-0/+71
2022-09-02rtw89: 8852c: disable dma during mac initPo-Hao Huang1-0/+2
2022-09-02wifi: rtw89: declare support for mac80211 chanctx ops by chipZong-Zhe Yang1-12/+8
2022-07-29wifi: rtw89: 8852a: adjust IMR for SER L1Zong-Zhe Yang1-1/+1
2022-06-21wifi: rtw89: pci: fix PCI doesn't reclaim TX BD properlyPing-Ke Shih1-3/+6
2022-06-21wifi: rtw89: add UNEXP debug mask to keep monitor messages unexpected to happ...Ping-Ke Shih1-3/+4
2022-05-30rtw89: pci: handle hardware watchdog timeout interrupt statusPing-Ke Shih1-3/+6
2022-05-17rtw89: pci: only mask out INT indicator register for disable interrupt v1Ping-Ke Shih1-3/+0
2022-04-24rtw89: pci: allow to process RPP prior to TX BDPing-Ke Shih1-11/+10
2022-04-24rtw89: ps: access TX/RX rings via another registers in low power modePing-Ke Shih1-2/+101
2022-04-24rtw89: ser: re-enable interrupt in threadfn if under_recoveryPing-Ke Shih1-1/+1
2022-04-24rtw89: pci: add a separate interrupt handler for low power modePing-Ke Shih1-0/+23
2022-04-24rtw89: pci: reclaim TX BD only if it really needPing-Ke Shih1-4/+10
2022-04-24rtw89: pci: add variant RPWM/CPWM to enter low power modePing-Ke Shih1-6/+8
2022-04-24rtw89: pci: add variant IMR/ISR and configure functionsPing-Ke Shih1-29/+139
2022-04-13rtw89: pci: correct return value handling of rtw89_write16_mdio_mask()Ping-Ke Shih1-2/+2
2022-04-06rtw89: pci: add L1 settingsPing-Ke Shih1-0/+18
2022-04-06rtw89: pci: add deglitch settingPing-Ke Shih1-11/+16
2022-04-06rtw89: pci: set address info registers depends on chipsPing-Ke Shih1-5/+8
2022-04-06rtw89: pci: add LTR setting for v1 chipPing-Ke Shih1-2/+56
2022-04-06rtw89: pci: refine pci pre_init functionChia-Yuan Li1-31/+127
2022-04-06rtw89: pci: add pci attributes to configure operating modePing-Ke Shih1-15/+118
2022-04-06rtw89: pci: add register definition to rtw89_pci_info to generalize pci codePing-Ke Shih1-30/+108
2022-04-06rtw89: support variant of fill_txdescPing-Ke Shih1-4/+4
2022-04-06rtw89: pci: support variant of fill_txaddr_infoPing-Ke Shih1-7/+57