aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mhi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-10wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()Jianglei Nie1-7/+10
2022-04-06ath11k: mhi: remove unnecessary goto from ath11k_mhi_start()Kalle Valo1-7/+9
2022-04-06ath11k: mhi: add error handling for suspend and resumeKalle Valo1-4/+22
2022-04-06ath11k: mhi: remove state machineKalle Valo1-184/+10
2022-04-05ath11k: Remove core PCI references from PCI common codeManikanta Pubbisetty1-3/+3
2022-04-05ath11k: Refactor MSI logic to support WCN6750Manikanta Pubbisetty1-2/+1
2022-04-05ath11k: Refactor PCI code to support WCN6750Manikanta Pubbisetty1-12/+15
2022-03-23ath11k: add support for device recovery for QCA6390/WCN6855Wen Gong1-0/+33
2022-02-21ath11k: configure RDDM size to mhi for recovery by firmwareWen Gong1-0/+2
2022-01-31ath11k: mhi: use mhi_sync_power_up()Kalle Valo1-1/+1
2022-01-11ath11k: add missing of_node_put() to avoid leakYang Yingliang1-0/+1
2021-12-17Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-4/+45
2021-12-16ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli1-2/+32
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-1/+5
2021-12-07ath11k: add support for WCN6855 hw2.1Baochen Qiang1-0/+1
2021-11-22ath11k: add support one MSI vectorCarl Huang1-2/+12
2021-08-05ath11k: set register access length for MHI driverBhaumik Bhatt1-0/+1
2021-06-12ath11k: add support for WCN6855Baochen Qiang1-0/+1
2021-04-22ath11k: fix warning in ath11k_mhi_configAnilkumar Kolli1-3/+12
2021-02-17ath11k: Add qcn9074 mhi controller configAnilkumar Kolli1-8/+108
2020-12-12ath11k: mhi: hook suspend and resumeCarl Huang1-0/+11
2020-12-12ath11k: mhi: print a warning if firmware crashedKalle Valo1-0/+9
2020-12-12ath11k: use MHI provided APIs to allocate and free MHI controllerBhaumik Bhatt1-3/+4
2020-11-18bus: mhi: Remove auto-start optionLoic Poulain1-4/+0
2020-08-27ath11k: return -ENOMEM on allocation failureDan Carpenter1-1/+1
2020-08-18ath11k: reset MHI during power down and power upCarl Huang1-1/+45
2020-08-17ath11k: register MHI controller device for QCA6390Govind Singh1-0/+423