aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-05-22ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-05-02ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-03-10ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin1-1/+1
2022-01-17ath10k: Use platform_get_irq() to get the interruptLad Prabhakar1-10/+5
2021-10-05ath10k: Don't always treat modem stop events as crashesStephen Boyd1-0/+77
2021-03-09ath10k: skip the wait for completion to recovery in shutdown pathYoughandhar Chintala1-9/+20
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong1-3/+3
2020-12-17ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai1-46/+46
2020-12-17ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai1-2/+3
2020-12-12ath10k: add atomic protection for device recoveryWen Gong1-1/+1
2020-09-08ath10k: Add support for chain1 regulator supply votingRakesh Pillai1-0/+1
2020-09-01ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson1-5/+14
2020-08-18ath10k: Register shutdown handlerRakesh Pillai1-0/+9
2020-05-05ath10k: Add support for targets without trustzoneRakesh Pillai1-1/+117
2020-05-05ath10k: Setup the msa resources before qmi initRakesh Pillai1-7/+57
2020-05-05ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan1-2/+2
2020-01-26ath10k: Use device_get_match_data() to simplify codeStephen Boyd1-7/+4
2020-01-26ath10k: Add newlines to printk messagesStephen Boyd1-3/+3
2020-01-26ath10k: Add optional qdss clkBjorn Andersson1-1/+1
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