summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-17ath11k: add hal support for QCN9074Karthikeyan Periyasamy1-10/+10
2021-02-17ath11k: add static window support for register accessKarthikeyan Periyasamy1-9/+63
2021-02-17ath11k: Move qmi service_ins_id to hw_paramsAnilkumar Kolli1-1/+1
2021-02-17ath11k: Refactor ath11k_msi_configAnilkumar Kolli1-17/+22
2021-02-11ath11k: pci: remove experimental warningKalle Valo1-2/+0
2021-01-11Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+1
2020-12-18ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()Kalle Valo1-1/+1
2020-12-18ath11k: pci: disable ASPM L0sLs before downloading firmwareCarl Huang1-0/+36
2020-12-17ath11k: Fix ath11k_pci_fix_l1ss()Dan Carpenter1-4/+4
2020-12-12ath11k: implement suspend for QCA6390 PCI devicesCarl Huang1-0/+31
2020-12-12ath11k: hif: add ce irq enable and disable functionsCarl Huang1-1/+18
2020-12-12ath11k: pci: read select_window register to ensure write is finishedCarl Huang1-0/+1
2020-12-12ath11k: hif: implement suspend and resume functionsCarl Huang1-0/+20
2020-12-12ath11k: pci: disable VDD4BLOWCarl Huang1-0/+10