summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-05-031-0/+3
|\
| * wifi: ath10k: support board-specific firmware overridesDmitry Baryshkov2024-04-051-0/+3
* | wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao2024-04-241-2/+2
|/
* wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson2023-10-021-4/+14
* wifi: ath10k: Convert to platform remove callback returning voidUwe Kleine-König2023-06-091-5/+3
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-03-131-0/+1
|\
| * wifi: ath10k: snoc: enable threaded napi on WCN3990Abhishek Kumar2023-02-221-0/+1
* | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-1/+1
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski2022-05-221-3/+2
* ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-021-1/+1
* ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin2022-03-101-1/+1
* ath10k: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-171-10/+5
* ath10k: Don't always treat modem stop events as crashesStephen Boyd2021-10-051-0/+77
* ath10k: skip the wait for completion to recovery in shutdown pathYoughandhar Chintala2021-03-091-9/+20
* ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-171-3/+3
* ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai2020-12-171-46/+46
* ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai2020-12-171-2/+3
* ath10k: add atomic protection for device recoveryWen Gong2020-12-121-1/+1
* ath10k: Add support for chain1 regulator supply votingRakesh Pillai2020-09-081-0/+1
* ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson2020-09-011-5/+14
* ath10k: Register shutdown handlerRakesh Pillai2020-08-181-0/+9
* ath10k: Add support for targets without trustzoneRakesh Pillai2020-05-051-1/+117
* ath10k: Setup the msa resources before qmi initRakesh Pillai2020-05-051-7/+57
* ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan2020-05-051-2/+2
* ath10k: Use device_get_match_data() to simplify codeStephen Boyd2020-01-261-7/+4
* ath10k: Add newlines to printk messagesStephen Boyd2020-01-261-3/+3
* ath10k: Add optional qdss clkBjorn Andersson2020-01-261-1/+1
* ath10k: Fix qmi init error handlingJeffrey Hugo2019-11-251-1/+4
* ath10k: fix null dereference on pointer crash_dataColin Ian King2019-10-111-1/+1
* ath10k: Enable MSA region dump support for WCN3990Govind Singh2019-09-211-0/+66
* ath10k: Add xo calibration support for wifi rf clockGovind Singh2019-09-211-0/+11
* ath10k: Use ARRAY_SIZEVasyl Gomonovych2019-09-171-2/+1
* ath10k: Use standard bulk clock API in snocBjorn Andersson2019-09-171-107/+18
* ath10k: Use standard regulator bulk API in snocBjorn Andersson2019-09-171-161/+23
* ath10k: snoc: skip regulator operationsBjorn Andersson2019-09-171-21/+6
* ath10k: Fix HOST capability QMI incompatibilityBjorn Andersson2019-09-171-0/+11
* ath10k: Add WMI diag fw logging support for WCN3990Govind Singh2019-06-251-0/+15
* ath10k: Modify CE4 src buffer entries to 2048 for WCN3990Govind Singh2019-05-071-1/+1
* ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-231-1/+1
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai2019-02-111-4/+16
* ath10k: enable bus layer suspend/resume for WCN3990Govind Singh2019-02-111-0/+45
* ath10k: snoc: remove set but not used variable 'ar_snoc'YueHaibing2019-02-071-2/+0
* ath10k: fix hw-restart crash inject mode for WCN3990Rakesh Pillai2019-02-071-1/+10
* ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai2019-02-041-1/+1
* ath10k: remove work in progress logs from snoc driverGovind Singh2018-12-201-1/+0
* ath10k: fix struct init whitespace in SNOC driverBrian Norris2018-11-061-6/+6
* ath10k: ath10k_snoc_{read,write}32() should be staticBrian Norris2018-11-061-2/+2
* ath10k: snoc: fix unbalanced clock error handlingBrian Norris2018-11-061-1/+1