summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1Star
* 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/+0Star
* 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/+0Star
* 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/+1Star
* ath10k: make some functions staticWei Yongjun2018-06-141-2/+2
* ath10k: snoc: Remove owner assignment from platform_driverFabio Estevam2018-05-121-1/+0Star
* ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh2018-04-241-0/+3
* ath10k: vote for hardware resources for WCN3990Govind Singh2018-04-191-1/+312
* ath10k: add support to get target info from hif opsRakesh Pillai2018-04-191-0/+10
* ath10k: add hif rx methods for wcn3990Govind Singh2018-04-191-18/+153
* ath10k: add hif tx methods for wcn3990Govind Singh2018-04-191-3/+120
* ath10k: add hif power-up/power-down methodsGovind Singh2018-04-191-0/+61
* ath10k: map HTC services to tx/rx pipes for wcn3990Govind Singh2018-04-191-0/+168
* ath10k: add hif start/stop methods for wcn3990 snoc layerGovind Singh2018-04-191-2/+187
* ath10k: add resource init and deinit for WCN3990Govind Singh2018-04-191-0/+271
* ath10k: platform driver for WCN3990 SNOC WLAN moduleGovind Singh2018-04-191-0/+153