summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/ahb.c
Commit message (Expand)AuthorAgeFilesLines
* 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