aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/ahb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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