summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-18/+18
|\
| * wifi: ath10k: Refer to INTX instead of LEGACYDamien Le Moal2024-04-251-18/+18
* | Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-05-031-5/+5
|\ \
| * | wifi: ath10k: drop chip-specific board data file nameDmitry Baryshkov2024-04-251-5/+5
| |/
* / wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao2024-04-241-1/+1
|/
* wifi: ath10k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2024-01-181-5/+5
* wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson2023-11-301-0/+1
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-1/+1
* Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-301-4/+5
|\
| * wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-211-4/+5
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-08-251-1/+1
|\ \
| * | wifi: ath10k: Fix a few spelling errorsJeff Johnson2023-08-231-1/+1
| |/
* / Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-1/+1
|/
* wifi: ath10k: Remove redundant pci_clear_masterCai Huoqing2023-04-121-5/+1
* wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng2022-11-171-8/+12
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-301-1/+1
|\
| * wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson2022-09-161-1/+1
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
|/
* 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