aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mhi.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()Jianglei Nie2022-09-101-7/+10
* ath11k: mhi: remove unnecessary goto from ath11k_mhi_start()Kalle Valo2022-04-061-7/+9
* ath11k: mhi: add error handling for suspend and resumeKalle Valo2022-04-061-4/+22
* ath11k: mhi: remove state machineKalle Valo2022-04-061-184/+10
* ath11k: Remove core PCI references from PCI common codeManikanta Pubbisetty2022-04-051-3/+3
* ath11k: Refactor MSI logic to support WCN6750Manikanta Pubbisetty2022-04-051-2/+1
* ath11k: Refactor PCI code to support WCN6750Manikanta Pubbisetty2022-04-051-12/+15
* ath11k: add support for device recovery for QCA6390/WCN6855Wen Gong2022-03-231-0/+33
* ath11k: configure RDDM size to mhi for recovery by firmwareWen Gong2022-02-211-0/+2
* ath11k: mhi: use mhi_sync_power_up()Kalle Valo2022-01-311-1/+1
* ath11k: add missing of_node_put() to avoid leakYang Yingliang2022-01-111-0/+1
* Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-171-4/+45
|\
| * ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli2021-12-161-2/+32
| * ath11k: add support for WCN6855 hw2.1Baochen Qiang2021-12-071-0/+1
| * ath11k: add support one MSI vectorCarl Huang2021-11-221-2/+12
* | bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-091-1/+5
|/
* ath11k: set register access length for MHI driverBhaumik Bhatt2021-08-051-0/+1
* ath11k: add support for WCN6855Baochen Qiang2021-06-121-0/+1
* ath11k: fix warning in ath11k_mhi_configAnilkumar Kolli2021-04-221-3/+12
* ath11k: Add qcn9074 mhi controller configAnilkumar Kolli2021-02-171-8/+108
* ath11k: mhi: hook suspend and resumeCarl Huang2020-12-121-0/+11
* ath11k: mhi: print a warning if firmware crashedKalle Valo2020-12-121-0/+9
* ath11k: use MHI provided APIs to allocate and free MHI controllerBhaumik Bhatt2020-12-121-3/+4
* bus: mhi: Remove auto-start optionLoic Poulain2020-11-181-4/+0
* ath11k: return -ENOMEM on allocation failureDan Carpenter2020-08-271-1/+1
* ath11k: reset MHI during power down and power upCarl Huang2020-08-181-1/+45
* ath11k: register MHI controller device for QCA6390Govind Singh2020-08-171-0/+423