aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25ath10k: Fix qmi init error handlingJeffrey Hugo1-1/+4
2019-10-11ath10k: fix null dereference on pointer crash_dataColin Ian King1-1/+1
2019-09-21ath10k: Enable MSA region dump support for WCN3990Govind Singh1-0/+66
2019-09-21ath10k: Add xo calibration support for wifi rf clockGovind Singh1-0/+11
2019-09-17ath10k: Use ARRAY_SIZEVasyl Gomonovych1-2/+1
2019-09-17ath10k: Use standard bulk clock API in snocBjorn Andersson1-107/+18
2019-09-17ath10k: Use standard regulator bulk API in snocBjorn Andersson1-161/+23
2019-09-17ath10k: snoc: skip regulator operationsBjorn Andersson1-21/+6
2019-09-17ath10k: Fix HOST capability QMI incompatibilityBjorn Andersson1-0/+11
2019-06-25ath10k: Add WMI diag fw logging support for WCN3990Govind Singh1-0/+15
2019-05-07ath10k: Modify CE4 src buffer entries to 2048 for WCN3990Govind Singh1-1/+1
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo1-1/+1
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai1-4/+16
2019-02-11ath10k: enable bus layer suspend/resume for WCN3990Govind Singh1-0/+45
2019-02-07ath10k: snoc: remove set but not used variable 'ar_snoc'YueHaibing1-2/+0
2019-02-07ath10k: fix hw-restart crash inject mode for WCN3990Rakesh Pillai1-1/+10
2019-02-04ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai1-1/+1
2018-12-20ath10k: remove work in progress logs from snoc driverGovind Singh1-1/+0
2018-11-06ath10k: fix struct init whitespace in SNOC driverBrian Norris1-6/+6
2018-11-06ath10k: ath10k_snoc_{read,write}32() should be staticBrian Norris1-2/+2
2018-11-06ath10k: snoc: fix unbalanced clock error handlingBrian Norris1-1/+1
2018-11-06ath10k: snoc: relax voltage requirementsBrian Norris1-4/+4
2018-11-06ath10k: snoc: fix unabalanced regulator error handlingBrian Norris1-54/+75
2018-11-06ath10k: snoc: remove 'wcn3990' from generic resource handlingBrian Norris1-17/+17
2018-11-05ath10k: add support for WCN3990 firmware crash recoverySurabhi Vishnoi1-3/+36
2018-10-13ath10k: add QMI message handshake for wcn3990 clientGovind Singh1-10/+257
2018-10-01ath10k: disable napi before resource cleanup to avoid "use after free"Govind Singh1-1/+1
2018-10-01ath10k: move napi_enable to hif_start for consistent pairingGovind Singh1-1/+1
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl1-0/+1
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl1-1/+3
2018-09-06ath10k: enable pktlog for WCN3990 targetGovind Singh1-2/+11
2018-06-14ath10k: handle resource init failure caseGovind Singh1-2/+2
2018-06-14ath10k: snoc: sort include filesBrian Norris1-7/+8
2018-06-14ath10k: snoc: drop unused WCN3990_CE_ATTR_FLAGSBrian Norris1-1/+1
2018-06-14ath10k: snoc: use correct bus-specific pointer in RX retryBrian Norris1-1/+1
2018-06-14ath10k: snoc: use module_platform_driver() macroBrian Norris1-19/+1
2018-06-14ath10k: make some functions staticWei Yongjun1-2/+2
2018-05-12ath10k: snoc: Remove owner assignment from platform_driverFabio Estevam1-1/+0
2018-04-24ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh1-0/+3
2018-04-19ath10k: vote for hardware resources for WCN3990Govind Singh1-1/+312
2018-04-19ath10k: add support to get target info from hif opsRakesh Pillai1-0/+10
2018-04-19ath10k: add hif rx methods for wcn3990Govind Singh1-18/+153
2018-04-19ath10k: add hif tx methods for wcn3990Govind Singh1-3/+120
2018-04-19ath10k: add hif power-up/power-down methodsGovind Singh1-0/+61
2018-04-19ath10k: map HTC services to tx/rx pipes for wcn3990Govind Singh1-0/+168
2018-04-19ath10k: add hif start/stop methods for wcn3990 snoc layerGovind Singh1-2/+187
2018-04-19ath10k: add resource init and deinit for WCN3990Govind Singh1-0/+271
2018-04-19ath10k: platform driver for WCN3990 SNOC WLAN moduleGovind Singh1-0/+153