summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/ahb.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07wifi: ath11k: add ipq5018 device supportSriram R1-0/+3
2022-12-07wifi: ath11k: remap ce register space for IPQ5018Sriram R1-6/+38
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-15/+171
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-19wifi: ath11k: Add WoW support for WCN6750Manikanta Pubbisetty1-1/+121
2022-09-10wifi: ath11k: Enable threaded NAPIManikanta Pubbisetty1-0/+1
2022-09-10wifi: ath11k: implement SRAM dump debugfs interfaceBaochen Qiang1-0/+2
2022-09-01wifi: ath11k: Add cold boot calibration support on WCN6750Manikanta Pubbisetty1-1/+2
2022-09-01wifi: ath11k: Register shutdown handler for WCN6750Manikanta Pubbisetty1-13/+45
2022-07-27wifi: ath11k: Fix register write failure on QCN9074Manikanta Pubbisetty1-1/+51
2022-05-22ath11k: Init hw_params before setting up AHB resourcesManikanta Pubbisetty1-2/+2
2022-05-04ath11k: Add support for targets without trustzoneManikanta Pubbisetty1-1/+177
2022-05-02ath11k: Add support for WCN6750 deviceManikanta Pubbisetty1-11/+131
2022-05-02ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty1-9/+2
2022-01-31ath11k: fix kernel panic during unload/load ath11k modulesVenkateswara Naralasetty1-0/+2
2022-01-31ath11k: Rename ath11k_ahb_ext_irq_configVenkateswara Naralasetty1-2/+2
2021-12-22ath11k: Fix napi related hangBen Greear1-3/+9
2021-11-26ath11k: Use host CE parameters for CE interrupts configurationAnilkumar Kolli1-8/+8
2021-02-17ath11k: Move qmi service_ins_id to hw_paramsAnilkumar Kolli1-1/+1
2020-12-09ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli1-1/+8
2020-11-07ath11k: cold boot calibration supportGovindaraj Saminathan1-0/+27
2020-09-22ath11k: Add checked value for ath11k_ahb_removeBo YU1-3/+7
2020-09-21ath11k: Remove rproc references from common core layerGovind Singh1-3/+36
2020-09-11ath11k: add ipq6018 supportAnilkumar Kolli1-0/+3
2020-09-11ath11k: move target ce configs to hw_paramsAnilkumar Kolli1-247/+8
2020-08-31ath11k: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-18ath11k: ce: remove CE_COUNT() macroKalle Valo1-6/+6
2020-08-18ath11k: ce: support different CE configurationsCarl Huang1-6/+6
2020-08-17ath11k: fill appropriate QMI service instance id for QCA6390Govind Singh1-0/+1
2020-08-17ath11k: add board file support for PCI devicesGovind Singh1-0/+2
2020-08-17ath11k: add support for m3 firmwareGovind Singh1-0/+1
2020-08-17ath11k: use remoteproc only with AHB devicesGovind Singh1-1/+5
2020-08-17ath11k: implement ath11k_core_pre_init()Kalle Valo1-0/+4
2020-08-17ath11k: add simple PCI client driver for QCA6390 chipsetGovind Singh1-1/+1
2020-08-17ath11k: move ring mask definitions to hw_paramsKalle Valo1-80/+8
2020-06-23ath11k: add hw_ops for pdev id to hw_mac mappingAnilkumar Kolli1-7/+8
2020-06-23ath11k: ahb: call ath11k_core_init() before irq configurationAnilkumar Kolli1-4/+4
2020-05-12ath11k: convert to devm_platform_get_and_ioremap_resourceWei Yongjun1-7/+1
2020-05-11ath11k: Add drv private for bus opaque structGovind Singh1-1/+1
2020-05-11ath11k: Add support for multibus supportGovind Singh1-10/+39
2020-04-14ath11k: set IRQ_DISABLE_UNLAZY flag for DP interruptsManikanta Pubbisetty1-1/+1
2020-03-18ath11k: Perform per-msdu rx processingSriram R1-5/+0
2020-03-18ath11k: dump SRNG stats during FW assertManikanta Pubbisetty1-0/+6
2019-11-29ath11k: qmi clean up ce and HTC service config updateAnilkumar Kolli1-5/+4
2019-11-25ath11k: driver for Qualcomm IEEE 802.11ax devicesKalle Valo1-0/+1004