summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-12/+12
2023-09-21wifi: ath11k: fix boot failure with one MSI vectorBaochen Qiang1-12/+12
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-21wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-08-02wifi: ath11k: Add coldboot calibration support for QCN9074Anilkumar Kolli1-0/+2
2023-06-13wifi: ath11k: don't use %pKKalle Valo1-1/+1
2023-06-13wifi: ath11k: pci: cleanup debug loggingKalle Valo1-5/+5
2023-06-13wifi: ath11k: remove manual mask names from debug messagesKalle Valo1-6/+6
2023-06-01wifi: ath11k: factory test mode supportGovindaraj Saminathan1-1/+2
2023-04-17wifi: ath11k: pci: Add more MODULE_FIRMWARE() entriesTakashi Iwai1-4/+5
2023-04-12wifi: ath11k: Remove redundant pci_clear_masterCai Huoqing1-4/+1
2023-02-22wifi: ath11k: allow system suspend to survive ath11kLen Brown1-1/+1
2022-12-07wifi: ath11k: remap ce register space for IPQ5018Sriram R1-0/+2
2022-09-10wifi: ath11k: implement SRAM dump debugfs interfaceBaochen Qiang1-0/+1
2022-07-27wifi: ath11k: Fix register write failure on QCN9074Manikanta Pubbisetty1-16/+54
2022-05-30ath11k: fix IRQ affinity warning on shutdownJohan Hovold1-0/+2
2022-05-02ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty1-11/+3
2022-04-06ath11k: mhi: add error handling for suspend and resumeKalle Valo1-6/+2
2022-04-05ath11k: Remove core PCI references from PCI common codeManikanta Pubbisetty1-11/+135
2022-04-05ath11k: Refactor MSI logic to support WCN6750Manikanta Pubbisetty1-10/+19
2022-04-05ath11k: Choose MSI config based on HW revisionManikanta Pubbisetty1-25/+6
2022-04-05ath11k: Refactor PCI code to support WCN6750Manikanta Pubbisetty1-776/+40
2022-04-05ath11k: PCI changes to support WCN6750Manikanta Pubbisetty1-61/+49
2022-03-23ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()Wen Gong1-4/+8
2022-01-31ath11k: pci: fix crash on suspend if board file is not foundKalle Valo1-0/+10
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-12-22ath11k: Fix napi related hangBen Greear1-3/+9
2021-12-16ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli1-1/+10
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-1/+1
2021-12-07ath11k: add support for WCN6855 hw2.1Baochen Qiang1-2/+14
2021-11-22ath11k: Set IRQ affinity to CPU0 in case of one MSI vectorBaochen Qiang1-2/+23
2021-11-22ath11k: do not restore ASPM in case of single MSI vectorCarl Huang1-1/+7
2021-11-22ath11k: add support one MSI vectorCarl Huang1-13/+39
2021-11-22ath11k: refactor multiple MSI vector implementationCarl Huang1-8/+40
2021-11-22ath11k: use ATH11K_PCI_IRQ_DP_OFFSET for DP IRQCarl Huang1-4/+4
2021-11-22ath11k: add CE and ext IRQ flag to indicate irq_handlerCarl Huang1-0/+16
2021-11-22ath11k: get msi_data again after request_irq is calledCarl Huang1-0/+30
2021-11-19ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan1-4/+8
2021-11-17ath11k: add string type to search board data in board-2.bin for WCN6855Wen Gong1-0/+10
2021-10-11ath11k: Handle MSI enablement during rmmod and SSRBaochen Qiang1-5/+36
2021-09-28ath11k: Fix inaccessible debug registersBaochen Qiang1-1/+3
2021-07-02ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-8/+2
2021-06-19ath11k: Enable QCN9074 deviceAnilkumar Kolli1-1/+1
2021-06-12ath11k: don't call ath11k_pci_set_l1ss for WCN6855Baochen Qiang1-1/+2
2021-06-12ath11k: add support for WCN6855Baochen Qiang1-10/+34
2021-02-17ath11k: add qcn9074 pci device supportAnilkumar Kolli1-1/+17
2021-02-17ath11k: add extended interrupt support for QCN9074Karthikeyan Periyasamy1-2/+11
2021-02-17ath11k: add CE interrupt support for QCN9074Karthikeyan Periyasamy1-6/+25
2021-02-17ath11k: add data path support for QCN9074Karthikeyan Periyasamy1-0/+1