aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/qmi.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/...Johannes Berg1-1/+1
2026-02-26wifi: ath12k: fix indentation in ath12k_qmi_aux_uc_load()Baochen Qiang1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2026-01-15wifi: ath12k: support downloading auxiliary ucode image for QCC2072Baochen Qiang1-1/+178
2026-01-15wifi: ath12k: support LPASS_SHARED target memory typeBaochen Qiang1-0/+1
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-4/+7
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-30wifi: ath12k: fix reusing m3 memoryBaochen Qiang1-4/+7
2025-09-22wifi: ath12k: enforce CPU endian format for all QMI dataAlexander Wilhelm1-8/+16
2025-07-14wifi: ath12k: Enable memory profile selection for QCN9274Aaradhana Sahu1-1/+1
2025-07-14wifi: ath12k: Add a table of parameters entries impacting memory consumptionAaradhana Sahu1-1/+1
2025-04-15wifi: ath12k: support MLO as well if single_chip_mlo_support flag is setBaochen Qiang1-1/+5
2025-04-11wifi: ath12k: reset MLO global memory during recoveryAditya Kumar Singh1-0/+22
2025-03-25wifi: ath12k: add support for fixed QMI firmware memoryRaj Kumar Bhagat1-16/+166
2025-03-25wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332Balamurugan S1-11/+17
2025-02-11wifi: ath12k: Enable MLO for single split-phy PCI deviceAaradhana Sahu1-2/+1
2025-02-11wifi: ath12k: Remove dependency on single_chip_mlo_support for mlo_capable flagAaradhana Sahu1-7/+2
2025-02-03wifi: ath12k: Add support for reading variant from ACPI to download board dat...Lingbo Kong1-0/+4
2025-02-03wifi: ath12k: Adjust the timing to access ACPI tableLingbo Kong1-1/+6
2024-12-19wifi: ath12k: Fix spelling mistake "requestted" -> "requested"Colin Ian King1-1/+1
2024-12-16wifi: ath12k: assign unique hardware link IDs during QMI host capAditya Kumar Singh1-1/+34
2024-12-16wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocationsAditya Kumar Singh1-1/+9
2024-12-16wifi: ath12k: add support to allocate MLO global memory regionKarthikeyan Periyasamy1-10/+117
2024-12-16wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()Karthikeyan Periyasamy1-38/+44
2024-12-16wifi: ath12k: send partner device details in QMI MLO capabilityKarthikeyan Periyasamy1-16/+72
2024-12-05wifi: ath12k: introduce mlo_capable flag for device groupKarthikeyan Periyasamy1-2/+4
2024-12-05wifi: ath12k: send QMI host capability after device group is readyKarthikeyan Periyasamy1-5/+93
2024-12-05wifi: ath12k: refactor core start based on hardware groupKarthikeyan Periyasamy1-2/+2
2024-12-05wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_suppAditya Kumar Singh1-8/+5
2024-12-05wifi: ath12k: move ATH12K_FLAG_REGISTERED handling to ath12k_mac_register()Karthikeyan Periyasamy1-3/+1
2024-11-30wifi: ath12k: introduce QMI firmware ready flagKarthikeyan Periyasamy1-3/+9
2024-11-30wifi: ath12k: Refactor core startupKarthikeyan Periyasamy1-0/+4
2024-11-06wifi: ath12k: mark QMI driver event helpers as noinlineJeff Johnson1-9/+25
2024-05-28wifi: ath12k: Fix devmem address prefix when loggingJeff Johnson1-1/+1
2024-05-13wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()Jeff Johnson1-1/+1
2024-05-03wifi: ath12k: Introduce device indexKarthikeyan Periyasamy1-2/+2
2024-04-30wifi: ath12k: check M3 buffer size as well whey trying to reuse itBaochen Qiang1-15/+21
2024-04-24wifi: ath12k: set mlo_capable_flags based on QMI PHY capabilityRaj Kumar Bhagat1-3/+13
2024-04-24wifi: ath12k: read single_chip_mlo_support parameter from QMI PHY capabilityRaj Kumar Bhagat1-2/+22
2024-04-23wifi: ath12k: do not dump SRNG statistics during resumeBaochen Qiang1-1/+2
2024-04-23wifi: ath12k: fix kernel crash during resumeBaochen Qiang1-5/+24
2024-04-22wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()Karthikeyan Kathirvel1-0/+3
2024-04-08wifi: ath12k: fix link capable flagsKarthikeyan Periyasamy1-0/+2
2024-04-08wifi: ath12k: extend the link capable flagKarthikeyan Periyasamy1-1/+1
2024-02-02wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274Raj Kumar Bhagat1-0/+3
2024-02-02wifi: ath12k: add firmware-2.bin supportRaj Kumar Bhagat1-15/+34
2024-01-19wifi: ath12k: add support for collecting firmware logBaochen Qiang1-0/+93
2024-01-17wifi: ath12k: add QMI PHY capability learn supportKarthikeyan Periyasamy1-2/+122
2024-01-17wifi: ath12k: refactor QMI MLO host capability helper functionKarthikeyan Periyasamy1-10/+24