summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/ahb.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
* wifi: drivers: Explicitly include correct DT includesRob Herring2023-08-011-1/+1
* wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()Uwe Kleine-König2023-06-091-1/+1
* wifi: ath10k: Convert to platform remove callback returning voidUwe Kleine-König2023-06-091-4/+2
* wifi: ath10k: Drop checks that are always falseUwe Kleine-König2023-06-091-9/+0
* wifi: ath10k: Drop cleaning of driver data from probe error path and removeUwe Kleine-König2023-06-091-3/+0
* ath10k: Use of_device_get_match_data() helperMeng Tang2022-03-211-6/+3
* ath10k: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-8/+1
* ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-171-3/+2
* ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens2020-07-201-1/+1
* ath10k: fix few checkpatch warningsKalle Valo2020-02-111-2/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-231-1/+1
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai2019-02-111-1/+2
* ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-061-0/+1
* ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-061-4/+4
* ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam2018-08-241-2/+2
* ath10k: remove redundant pointers 'dev' and 'noa'Colin Ian King2018-07-301-5/+0
* ath10k: remove useless test before clk_disable_unprepareYueHaibing2018-05-251-6/+3
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: explicitly request exclusive reset controlPhilipp Zabel2017-08-031-5/+10
* ath10k: make CE layer bus agnosticGovind Singh2017-07-061-1/+2
* ath10k: fix NAPI enable/disable symmetry for AHB interfaceMohammed Shafi Shajakhan2017-04-051-1/+1
* ath10k: fix reading sram contents for QCA4019Ashok Raj Nagarajan2017-02-071-0/+23
* ath10k: fix error return code in ahbWei Yongjun2016-09-281-0/+2
* ath10k: do not check if reset is NULLMasahiro Yamada2016-09-271-15/+10
* ath10k: use devm_reset_control_get() instead of reset_control_get()Masahiro Yamada2016-09-271-46/+10
* ath10k: use devm_clk_get() instead of clk_get()Masahiro Yamada2016-09-271-28/+6
* ath10k: implement NAPI supportRajkumar Manoharan2016-09-091-3/+7
* ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan2016-09-021-1/+1
* ath10k: enable ipq4019 device probe in ahb moduleRaja Mani2016-06-021-6/+3
* ath10k: fix operating irq mode for ahb deviceRajkumar Manoharan2016-06-021-0/+2
* ath10k: expose hif ops for ahbRaja Mani2016-01-281-0/+271
* ath10k: add resource init and deinit in ahbRaja Mani2016-01-281-0/+122
* ath10k: include irq related functions in ahbRaja Mani2016-01-281-0/+44
* ath10k: add chip and bus halt logic in ahbRaja Mani2016-01-281-0/+113
* ath10k: add reset ctrl related functions in ahbRaja Mani2016-01-281-0/+138
* ath10k: add clock ctrl related functions in ahbRaja Mani2016-01-281-0/+123
* ath10k: add helper functions in ahb.c for reg rd/wrRaja Mani2016-01-281-0/+55
* ath10k: add basic skeleton to support ahbRaja Mani2016-01-281-0/+67