aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/ahb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21ath10k: Use of_device_get_match_data() helperMeng Tang1-6/+3
2021-06-15ath10k: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-8/+1
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong1-3/+2
2020-07-20ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens1-1/+1
2020-02-11ath10k: fix few checkpatch warningsKalle Valo1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo1-1/+1
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai1-1/+2
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl1-0/+1
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl1-4/+4
2018-08-24ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam1-2/+2
2018-07-30ath10k: remove redundant pointers 'dev' and 'noa'Colin Ian King1-5/+0
2018-05-25ath10k: remove useless test before clk_disable_unprepareYueHaibing1-6/+3
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-08-03ath10k: explicitly request exclusive reset controlPhilipp Zabel1-5/+10
2017-07-06ath10k: make CE layer bus agnosticGovind Singh1-1/+2
2017-04-05ath10k: fix NAPI enable/disable symmetry for AHB interfaceMohammed Shafi Shajakhan1-1/+1
2017-02-07ath10k: fix reading sram contents for QCA4019Ashok Raj Nagarajan1-0/+23
2016-09-28ath10k: fix error return code in ahbWei Yongjun1-0/+2
2016-09-27ath10k: do not check if reset is NULLMasahiro Yamada1-15/+10
2016-09-27ath10k: use devm_reset_control_get() instead of reset_control_get()Masahiro Yamada1-46/+10
2016-09-27ath10k: use devm_clk_get() instead of clk_get()Masahiro Yamada1-28/+6
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan1-3/+7
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-1/+1
2016-06-02ath10k: enable ipq4019 device probe in ahb moduleRaja Mani1-6/+3
2016-06-02ath10k: fix operating irq mode for ahb deviceRajkumar Manoharan1-0/+2
2016-01-28ath10k: expose hif ops for ahbRaja Mani1-0/+271
2016-01-28ath10k: add resource init and deinit in ahbRaja Mani1-0/+122
2016-01-28ath10k: include irq related functions in ahbRaja Mani1-0/+44
2016-01-28ath10k: add chip and bus halt logic in ahbRaja Mani1-0/+113
2016-01-28ath10k: add reset ctrl related functions in ahbRaja Mani1-0/+138
2016-01-28ath10k: add clock ctrl related functions in ahbRaja Mani1-0/+123
2016-01-28ath10k: add helper functions in ahb.c for reg rd/wrRaja Mani1-0/+55
2016-01-28ath10k: add basic skeleton to support ahbRaja Mani1-0/+67