git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650b91f
)
ath10k: don't consume other's shared interrupts
author
Michal Kazior
<michal.kazior@tieto.com>
Mon, 25 Nov 2013 13:06:20 +0000
(14:06 +0100)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 27 Nov 2013 14:45:32 +0000
(16:45 +0200)
ath10k assumed all interrupts were directed to it.
This isn't the case for legacy shared interrupts.
ath10k consumed interrupts for other devices.
Check device irq status and return IRQ_NONE when
appropriate.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
No differences found