summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath11k: pci: remove experimental warningKalle Valo2021-02-111-2/+0
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-01-111-1/+1
|\
| * ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()Kalle Valo2020-12-181-1/+1
* | ath11k: pci: disable ASPM L0sLs before downloading firmwareCarl Huang2020-12-181-0/+36
* | ath11k: Fix ath11k_pci_fix_l1ss()Dan Carpenter2020-12-171-4/+4
|/
* ath11k: implement suspend for QCA6390 PCI devicesCarl Huang2020-12-121-0/+31
* ath11k: hif: add ce irq enable and disable functionsCarl Huang2020-12-121-1/+18
* ath11k: pci: read select_window register to ensure write is finishedCarl Huang2020-12-121-0/+1
* ath11k: hif: implement suspend and resume functionsCarl Huang2020-12-121-0/+20
* ath11k: pci: disable VDD4BLOWCarl Huang2020-12-121-0/+10
* ath11k: pci: fix L1ss clock unstable problemCarl Huang2020-12-121-0/+70
* ath11k: pci: fix hot reset stability issuesCarl Huang2020-12-121-5/+47
* ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli2020-12-091-0/+8
* ath11k: pci: add MODULE_FIRMWARE macrosDevin Bayer2020-12-081-0/+5
* ath11k: add 64bit check before reading msi high addrAnilkumar Kolli2020-12-071-2/+9
* ath11k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+3
* ath11k: enable shadow register configuration and accessCarl Huang2020-10-011-0/+3
* ath11k: read and write registers below unwindowed addressCarl Huang2020-10-011-0/+35
* ath11k: pci: fix rmmod crashCarl Huang2020-10-011-1/+8
* ath11k: pci: check TCSR_SOC_HW_VERSIONKalle Valo2020-10-011-12/+34
* ath11k: move target ce configs to hw_paramsAnilkumar Kolli2020-09-111-187/+6
* ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignmentColin Ian King2020-08-311-3/+6
* ath11k: reset MHI during power down and power upCarl Huang2020-08-181-2/+77
* ath11k: enable DP interrupt setup for QCA6390Carl Huang2020-08-181-0/+175
* ath11k: disable CE interrupt before hif startCarl Huang2020-08-181-0/+1
* ath11k: ce: remove CE_COUNT() macroKalle Valo2020-08-181-6/+6
* ath11k: ce: support different CE configurationsCarl Huang2020-08-181-6/+6
* ath11k: setup ce tasklet for control pathGovind Singh2020-08-171-8/+108
* ath11k: configure copy engine msi address in CE srngGovind Singh2020-08-171-0/+25
* ath11k: pci: add read32() and write32() hif operationsGovind Singh2020-08-171-0/+55
* ath11k: fill appropriate QMI service instance id for QCA6390Govind Singh2020-08-171-0/+1
* ath11k: add board file support for PCI devicesGovind Singh2020-08-171-0/+2
* ath11k: add support for m3 firmwareGovind Singh2020-08-171-0/+1
* ath11k: use remoteproc only with AHB devicesGovind Singh2020-08-171-1/+6
* ath11k: pci: add HAL, CE and core initialisationGovind Singh2020-08-171-1/+389
* ath11k: register MHI controller device for QCA6390Govind Singh2020-08-171-0/+77
* ath11k: implement ath11k_core_pre_init()Kalle Valo2020-08-171-0/+7
* ath11k: pci: add MSI config initialisationGovind Singh2020-08-171-0/+69
* ath11k: pci: setup resourcesGovind Singh2020-08-171-1/+105
* ath11k: add simple PCI client driver for QCA6390 chipsetGovind Singh2020-08-171-0/+88