summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/mhi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09wifi: ath11k: support hibernationBaochen Qiang1-2/+10
2024-03-21wifi: ath11k: do not process consecutive RDDM eventBaochen Qiang1-0/+12
2024-03-11wifi: ath11k: adjust a comment to reflect realityKevin Lo1-3/+2
2024-02-28wifi: ath11k: constify MHI channel and controller configsJeff Johnson1-5/+5
2024-02-28wifi: ath11k: decrease MHI channel buffer length to 8KBBaochen Qiang1-1/+1
2024-02-23wifi: ath11k: remove MHI LOOPBACK channelsBaochen Qiang1-56/+0
2024-02-15wifi: ath11k: add support for QCA2066Baochen Qiang1-0/+1
2024-01-25wifi: ath11k: enable 36 bit mask for stream DMABaochen Qiang1-2/+2
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-1/+1
2023-10-25wifi: ath11k: add firmware-2.bin supportAnilkumar Kolli1-5/+13
2023-09-05wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crashArowa Suliman1-0/+1
2023-06-13wifi: ath11k: pci: cleanup debug loggingKalle Valo1-2/+2
2023-06-13wifi: ath11k: remove manual mask names from debug messagesKalle Valo1-1/+1
2023-04-03wifi: ath11k: reduce the MHI timeout to 20sKalle Valo1-1/+1
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/...Jakub 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