summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-021-1/+1
* ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-021-8/+1
* ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang2021-06-121-3/+9
* ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang2021-06-121-1/+1
* ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-171-3/+4
* ath10k: add atomic protection for device recoveryWen Gong2020-12-121-1/+1
* ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warningKalle Valo2020-10-281-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-181-1/+1
|\
| * ath10k: pci: fix memcpy size of bmi responseZekun Shen2020-06-231-1/+1
* | ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens2020-07-201-41/+37
|/
* ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan2020-05-051-16/+54
* ath10k: Fix the race condition in firmware dump work queueMaharaja Kennadyrajan2020-04-061-0/+1
* ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue2020-01-261-1/+1
* ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue2020-01-261-2/+17
* ath10k: restore QCA9880-AR1A (v1) detectionChristian Lamparter2019-10-021-11/+25
* ath10k: use ath10k_pci_soc_ functions for all warm_reset instancesTomislav Požega2019-09-171-15/+11
* ath10k: pci: remove unnecessary castsKalle Valo2019-06-281-10/+6
* ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan2019-06-251-4/+5
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-271-1/+1
|\
| * ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-231-1/+1
* | ath10k: perform crash dump collection in workqueueBrian Norris2019-04-291-5/+19
|/
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai2019-02-111-1/+2
* ath10k: pci: use mutex for diagnostic window CE pollingBrian Norris2019-02-111-26/+15
* ath10k: disable interface pause wow config for integrated chipsetGovind Singh2019-02-111-1/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-02-081-1/+1
|\
| * ath10k: fix S5 power consumption issue for QCA9377Yu Wang2019-02-041-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+1
|/
* ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang2018-10-131-12/+11
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-061-0/+1
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-061-6/+6
* ath10k: support to access target space below 1M for qca6174 and qca9377Carl Huang2018-09-061-2/+17
* ath10k: optimize pci diag mem read & write operationsCarl Huang2018-09-061-18/+22
* ath10k: enable pktlog for WCN3990 targetGovind Singh2018-09-061-1/+1
* ath10k: introduce CE_ATTR_POLL attribute for polling pipeGovind Singh2018-09-061-1/+1
* ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam2018-08-241-1/+1
* ath10k: modify hif tx paddr to dma_addr_t typeGovind Singh2018-04-191-4/+4
* ath10k: add memory dump support QCA9984Anilkumar Kolli2018-03-291-0/+43
* ath10k: refactor ath10k_pci_dump_memory() in preparation for QCA9984 supportKalle Valo2018-03-291-19/+36
* ath10k: add FW API 6 firmware image for QCA9377Ryan Hsu2018-03-291-0/+1
* ath10k: update the IRAM bank number for QCA9377Ryan Hsu2018-02-271-1/+1
* ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm2018-02-071-0/+6
* ath10k: remove redundant -ve check against u32 integer sizeColin Ian King2018-01-161-3/+0
* ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King2018-01-161-1/+1
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: add memory dump support for QCA6174/QCA9377Alan Liu2017-12-271-0/+218
* ath10k: refactor firmware crashdump code to coredump.cKalle Valo2017-12-271-1/+2
* ath10k: Add support for 64 bit ce descriptorGovind Singh2017-12-271-3/+3
* ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh2017-12-271-2/+2
* ath: Convert timers to use timer_setup()Kees Cook2017-10-271-9/+8