diff options
author | Raja Mani <rmani@qti.qualcomm.com> | 2016-01-27 15:24:31 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-01-28 10:47:26 +0200 |
commit | 1c44fcb9234c80bbf9e4043deab8492e1c0dcf99 (patch) | |
tree | aff7a4eb45c8bfebe35a52a5cf1248559ff68b8f /drivers/net/wireless/ath/ath10k/ahb.h | |
parent | 133df0f849bc7b5448c62272986af626f2bda6bd (diff) |
ath10k: include irq related functions in ahb
Add irq related functions to register,handle,release,disable interrupt.
qca4019 supports msi interrupt, but it has the problem. Until the issue
gets sorted out, only legacy interrupt model is enabled and used.
Signed-off-by: Raja Mani <rmani@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/ahb.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/ahb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/ahb.h b/drivers/net/wireless/ath/ath10k/ahb.h index 4761eeb475d6..97c40e47dc02 100644 --- a/drivers/net/wireless/ath/ath10k/ahb.h +++ b/drivers/net/wireless/ath/ath10k/ahb.h @@ -26,6 +26,8 @@ struct ath10k_ahb { void __iomem *gcc_mem; void __iomem *tcsr_mem; + int irq; + struct clk *cmd_clk; struct clk *ref_clk; struct clk *rtc_clk; |