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>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user