summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ath10k: snoc: relax voltage requirementsBrian Norris2018-11-061-4/+4
* ath10k: snoc: fix unabalanced regulator error handlingBrian Norris2018-11-061-54/+75
* ath10k: snoc: remove 'wcn3990' from generic resource handlingBrian Norris2018-11-061-17/+17
* ath10k: add support for WCN3990 firmware crash recoverySurabhi Vishnoi2018-11-051-3/+36
* ath10k: add QMI message handshake for wcn3990 clientGovind Singh2018-10-131-10/+257
* ath10k: disable napi before resource cleanup to avoid "use after free"Govind Singh2018-10-011-1/+1
* ath10k: move napi_enable to hif_start for consistent pairingGovind Singh2018-10-011-1/+1
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-061-0/+1
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-061-1/+3
* ath10k: enable pktlog for WCN3990 targetGovind Singh2018-09-061-2/+11
* ath10k: handle resource init failure caseGovind Singh2018-06-141-2/+2
* ath10k: snoc: sort include filesBrian Norris2018-06-141-7/+8
* ath10k: snoc: drop unused WCN3990_CE_ATTR_FLAGSBrian Norris2018-06-141-1/+1
* ath10k: snoc: use correct bus-specific pointer in RX retryBrian Norris2018-06-141-1/+1
* ath10k: snoc: use module_platform_driver() macroBrian Norris2018-06-141-19/+1
* ath10k: make some functions staticWei Yongjun2018-06-141-2/+2
* ath10k: snoc: Remove owner assignment from platform_driverFabio Estevam2018-05-121-1/+0
* ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh2018-04-241-0/+3