summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-12ath11k: pci: fix L1ss clock unstable problemCarl Huang1-0/+70
2020-12-12ath11k: pci: fix hot reset stability issuesCarl Huang1-5/+47
2020-12-09ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli1-0/+8
2020-12-08ath11k: pci: add MODULE_FIRMWARE macrosDevin Bayer1-0/+5
2020-12-07ath11k: add 64bit check before reading msi high addrAnilkumar Kolli1-2/+9
2020-11-07ath11k: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-10-01ath11k: enable shadow register configuration and accessCarl Huang1-0/+3
2020-10-01ath11k: read and write registers below unwindowed addressCarl Huang1-0/+35
2020-10-01ath11k: pci: fix rmmod crashCarl Huang1-1/+8
2020-10-01ath11k: pci: check TCSR_SOC_HW_VERSIONKalle Valo1-12/+34
2020-09-11ath11k: move target ce configs to hw_paramsAnilkumar Kolli1-187/+6
2020-08-31ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignmentColin Ian King1-3/+6
2020-08-18ath11k: reset MHI during power down and power upCarl Huang1-2/+77
2020-08-18ath11k: enable DP interrupt setup for QCA6390Carl Huang1-0/+175
2020-08-18ath11k: disable CE interrupt before hif startCarl Huang1-0/+1
2020-08-18ath11k: ce: remove CE_COUNT() macroKalle Valo1-6/+6
2020-08-18ath11k: ce: support different CE configurationsCarl Huang1-6/+6
2020-08-17ath11k: setup ce tasklet for control pathGovind Singh1-8/+108
2020-08-17ath11k: configure copy engine msi address in CE srngGovind Singh1-0/+25
2020-08-17ath11k: pci: add read32() and write32() hif operationsGovind Singh1-0/+55
2020-08-17ath11k: fill appropriate QMI service instance id for QCA6390Govind Singh1-0/+1
2020-08-17ath11k: add board file support for PCI devicesGovind Singh1-0/+2
2020-08-17ath11k: add support for m3 firmwareGovind Singh1-0/+1
2020-08-17ath11k: use remoteproc only with AHB devicesGovind Singh1-1/+6
2020-08-17ath11k: pci: add HAL, CE and core initialisationGovind Singh1-1/+389
2020-08-17ath11k: register MHI controller device for QCA6390Govind Singh1-0/+77
2020-08-17ath11k: implement ath11k_core_pre_init()Kalle Valo1-0/+7
2020-08-17ath11k: pci: add MSI config initialisationGovind Singh1-0/+69
2020-08-17ath11k: pci: setup resourcesGovind Singh1-1/+105
2020-08-17ath11k: add simple PCI client driver for QCA6390 chipsetGovind Singh1-0/+88