summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/qmi.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-25ath11k: add read variant from SMBIOS for download board dataWen Gong1-0/+4
2022-03-23ath11k: enable PLATFORM_CAP_PCIE_GLOBAL_RESET QMI host capabilityBaochen Qiang1-0/+4
2022-03-21ath11k: change fw build id format in driver init logHari Chandrakanthan1-1/+10
2022-02-21ath11k: Handle failure in qmi firmware readySeevalamuthu Mariappan1-1/+5
2022-02-21ath11k: fix invalid m3 buffer addressCarl Huang1-0/+1
2022-02-21ath11k: add ath11k_qmi_free_resource() for recoveryWen Gong1-0/+5
2022-01-17ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()Dan Carpenter1-1/+1
2022-01-11ath11k: add missing of_node_put() to avoid leakYang Yingliang1-0/+1
2021-12-22ath11k: add support of firmware logging for WCN6855Cheng Wang1-0/+94
2021-12-21ath11k: add regdb.bin download for regdb offloadWen Gong1-9/+21
2021-12-16ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli1-10/+57
2021-12-14ath11k: Change qcn9074 fw to operate in mode-2Seevalamuthu Mariappan1-1/+1
2021-11-24Revert "ath11k: add read variant from SMBIOS for download board data"Kalle Valo1-4/+0
2021-11-22ath11k: add read variant from SMBIOS for download board dataWen Gong1-0/+4
2021-11-17ath11k: Add missing qmi_txn_cancel()Anilkumar Kolli1-7/+14
2021-10-11ath11k: Remove redundant assignment to variable fw_sizeColin Ian King1-1/+0
2021-09-28ath11k: Fix memory leak in ath11k_qmi_driver_event_workBaochen Qiang1-1/+3
2021-09-28ath11k: qmi: avoid error messages when dma allocation failsAaron Ma1-1/+1
2021-09-28ath11k: add caldata download support from EEPROMAnilkumar Kolli1-25/+114
2021-09-28ath11k: add caldata file for multiple radiosAnilkumar Kolli1-2/+11
2021-09-28ath11k: clean up BDF download functionsAnilkumar Kolli1-147/+101
2021-09-28ath11k: use hw_params to access board_size and cal_offsetAnilkumar Kolli1-2/+2
2021-04-22ath11k: qmi: Fix spelling mistake "requeqst" -> "request"Colin Ian King1-1/+1
2021-03-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-45/+73
2021-02-24ath11k: qmi: cosmetic changes to error messagesKalle Valo1-44/+47
2021-02-24ath11k: qmi: add more debug messagesKalle Valo1-0/+25
2021-02-24ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven1-2/+2
2021-02-17ath11k: Update memory segment count for qcn9074Anilkumar Kolli1-1/+1
2021-02-11ath11k: qmi: add debug message for allocated memory segment addresses and sizesKalle Valo1-0/+5
2020-12-18ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang1-2/+22
2020-12-09ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli1-13/+28
2020-12-02ath11k: Fix an error handling pathChristophe JAILLET1-2/+4
2020-11-07ath11k: cold boot calibration supportGovindaraj Saminathan1-7/+60
2020-11-07ath11k: search DT for qcom,ath11k-calibration-variantSven Eckelmann1-0/+5
2020-10-01ath11k: enable shadow register configuration and accessCarl Huang1-1/+12
2020-10-01ath11k: support loading ELF board filesBen Greear1-1/+11
2020-08-27ath11k: return error if firmware request failsAlex Dewar1-11/+9
2020-08-18ath11k: Fix possible memleak in ath11k_qmi_init_serviceWang Yufen1-0/+1
2020-08-17ath11k: enable internal sleep clockCarl Huang1-0/+17
2020-08-17ath11k: fix KASAN warning of ath11k_qmi_wlanfw_wlan_cfg_sendCarl Huang1-1/+1
2020-08-17ath11k: fix memory OOB access in qmi_decodeCarl Huang1-4/+4
2020-08-17ath11k: allocate smaller chunks of memory for firmwareCarl Huang1-12/+30
2020-08-17ath11k: fill appropriate QMI service instance id for QCA6390Govind Singh1-1/+1
2020-08-17ath11k: add board file support for PCI devicesGovind Singh1-5/+139
2020-08-17ath11k: add support for m3 firmwareGovind Singh1-7/+75
2020-06-23ath11k: remove define ATH11K_QMI_DEFAULT_CAL_FILE_NAMEKalle Valo1-3/+2
2020-06-23ath11k: qmi: cleanup info messagesKalle Valo1-2/+2
2020-06-23ath11k: remove useless info messagesKalle Valo1-1/+0
2020-06-23ath11k: don't use defines for hw specific firmware directoriesKalle Valo1-1/+1
2020-06-23ath11k: create a common function to request all firmware filesKalle Valo1-8/+4