summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/pci.c
AgeCommit message (Expand)Author
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2021-07-02ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-12ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang
2021-06-12ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong
2020-12-12ath10k: add atomic protection for device recoveryWen Gong
2020-10-28ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warningKalle Valo
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2020-07-20ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens
2020-06-23ath10k: pci: fix memcpy size of bmi responseZekun Shen
2020-05-05ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan
2020-04-06ath10k: Fix the race condition in firmware dump work queueMaharaja Kennadyrajan
2020-01-26ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue
2020-01-26ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue
2019-10-02ath10k: restore QCA9880-AR1A (v1) detectionChristian Lamparter
2019-09-17ath10k: use ath10k_pci_soc_ functions for all warm_reset instancesTomislav Požega
2019-06-28ath10k: pci: remove unnecessary castsKalle Valo
2019-06-25ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-04-29ath10k: perform crash dump collection in workqueueBrian Norris
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai
2019-02-11ath10k: pci: use mutex for diagnostic window CE pollingBrian Norris
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh
2019-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-02-04ath10k: fix S5 power consumption issue for QCA9377Yu Wang
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-13ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl
2018-09-06ath10k: support to access target space below 1M for qca6174 and qca9377Carl Huang
2018-09-06ath10k: optimize pci diag mem read & write operationsCarl Huang
2018-09-06ath10k: enable pktlog for WCN3990 targetGovind Singh
2018-09-06ath10k: introduce CE_ATTR_POLL attribute for polling pipeGovind Singh
2018-08-24ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam
2018-04-19ath10k: modify hif tx paddr to dma_addr_t typeGovind Singh
2018-03-29ath10k: add memory dump support QCA9984Anilkumar Kolli
2018-03-29ath10k: refactor ath10k_pci_dump_memory() in preparation for QCA9984 supportKalle Valo
2018-03-29ath10k: add FW API 6 firmware image for QCA9377Ryan Hsu
2018-02-27ath10k: update the IRAM bank number for QCA9377Ryan Hsu
2018-02-07ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm
2018-01-16ath10k: remove redundant -ve check against u32 integer sizeColin Ian King
2018-01-16ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King
2017-12-27ath10k: update copyright yearKalle Valo
2017-12-27ath10k: add memory dump support for QCA6174/QCA9377Alan Liu
2017-12-27ath10k: refactor firmware crashdump code to coredump.cKalle Valo
2017-12-27ath10k: Add support for 64 bit ce descriptorGovind Singh
2017-12-27ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh
2017-10-27ath: Convert timers to use timer_setup()Kees Cook