summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/qmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson2022-09-161-1/+1
* wifi: ath11k: Add cold boot calibration support on WCN6750Manikanta Pubbisetty2022-09-011-2/+20
* wifi: ath11k: Fix incorrect QMI message ID mappingsManikanta Pubbisetty2022-09-011-3/+35
* ath11k: Fix warnings reported by checkpatchManikanta Pubbisetty2022-06-061-3/+3
* ath11k: Reuse the available memory after firmware reloadAnilkumar Kolli2022-05-101-3/+21
* ath11k: Add QMI changes for WCN6750Manikanta Pubbisetty2022-05-021-28/+48
* ath11k: Fetch device information via QMI for WCN6750Manikanta Pubbisetty2022-05-021-0/+144
* ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty2022-05-021-11/+12
* ath11k: add read variant from SMBIOS for download board dataWen Gong2022-03-251-0/+4
* ath11k: enable PLATFORM_CAP_PCIE_GLOBAL_RESET QMI host capabilityBaochen Qiang2022-03-231-0/+4
* ath11k: change fw build id format in driver init logHari Chandrakanthan2022-03-211-1/+10
* ath11k: Handle failure in qmi firmware readySeevalamuthu Mariappan2022-02-211-1/+5
* ath11k: fix invalid m3 buffer addressCarl Huang2022-02-211-0/+1
* ath11k: add ath11k_qmi_free_resource() for recoveryWen Gong2022-02-211-0/+5
* ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()Dan Carpenter2022-01-171-1/+1
* ath11k: add missing of_node_put() to avoid leakYang Yingliang2022-01-111-0/+1
* ath11k: add support of firmware logging for WCN6855Cheng Wang2021-12-221-0/+94
* ath11k: add regdb.bin download for regdb offloadWen Gong2021-12-211-9/+21
* ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli2021-12-161-10/+57
* ath11k: Change qcn9074 fw to operate in mode-2Seevalamuthu Mariappan2021-12-141-1/+1
* Revert "ath11k: add read variant from SMBIOS for download board data"Kalle Valo2021-11-241-4/+0
* ath11k: add read variant from SMBIOS for download board dataWen Gong2021-11-221-0/+4
* ath11k: Add missing qmi_txn_cancel()Anilkumar Kolli2021-11-171-7/+14
* ath11k: Remove redundant assignment to variable fw_sizeColin Ian King2021-10-111-1/+0
* ath11k: Fix memory leak in ath11k_qmi_driver_event_workBaochen Qiang2021-09-281-1/+3
* ath11k: qmi: avoid error messages when dma allocation failsAaron Ma2021-09-281-1/+1
* ath11k: add caldata download support from EEPROMAnilkumar Kolli2021-09-281-25/+114
* ath11k: add caldata file for multiple radiosAnilkumar Kolli2021-09-281-2/+11
* ath11k: clean up BDF download functionsAnilkumar Kolli2021-09-281-147/+101
* ath11k: use hw_params to access board_size and cal_offsetAnilkumar Kolli2021-09-281-2/+2
* ath11k: qmi: Fix spelling mistake "requeqst" -> "request"Colin Ian King2021-04-221-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-03-151-45/+73
|\
| * ath11k: qmi: cosmetic changes to error messagesKalle Valo2021-02-241-44/+47
| * ath11k: qmi: add more debug messagesKalle Valo2021-02-241-0/+25
| * ath11k: Update memory segment count for qcn9074Anilkumar Kolli2021-02-171-1/+1
* | ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven2021-02-241-2/+2
|/
* ath11k: qmi: add debug message for allocated memory segment addresses and sizesKalle Valo2021-02-111-0/+5
* ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang2020-12-181-2/+22
* ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli2020-12-091-13/+28
* ath11k: Fix an error handling pathChristophe JAILLET2020-12-021-2/+4
* ath11k: cold boot calibration supportGovindaraj Saminathan2020-11-071-7/+60
* ath11k: search DT for qcom,ath11k-calibration-variantSven Eckelmann2020-11-071-0/+5
* ath11k: enable shadow register configuration and accessCarl Huang2020-10-011-1/+12
* ath11k: support loading ELF board filesBen Greear2020-10-011-1/+11
* ath11k: return error if firmware request failsAlex Dewar2020-08-271-11/+9
* ath11k: Fix possible memleak in ath11k_qmi_init_serviceWang Yufen2020-08-181-0/+1
* ath11k: enable internal sleep clockCarl Huang2020-08-171-0/+17
* ath11k: fix KASAN warning of ath11k_qmi_wlanfw_wlan_cfg_sendCarl Huang2020-08-171-1/+1
* ath11k: fix memory OOB access in qmi_decodeCarl Huang2020-08-171-4/+4
* ath11k: allocate smaller chunks of memory for firmwareCarl Huang2020-08-171-12/+30