summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-12 06:53:58 +0000
committerJohn Crispin <john@openwrt.org>2014-09-12 06:53:58 +0000
commit0e86c116cbc6d78a205b7629e3d7492da5061a28 (patch)
tree864b013873648da6793d54c7130cc7083595717e /target/linux/atheros/patches-3.14/105-ar2315_pci.patch
parentd780abcbbc801a2c159ae320370c6649fdb0f92a (diff)
downloadmaster-31e0f0ae-0e86c116cbc6d78a205b7629e3d7492da5061a28.tar.gz
master-31e0f0ae-0e86c116cbc6d78a205b7629e3d7492da5061a28.tar.bz2
master-31e0f0ae-0e86c116cbc6d78a205b7629e3d7492da5061a28.zip
atheros: rework chained interrupts handling
Call generic_handle_irq() instead of do_IRQ() for chained interrupts, remove XXX_NONE interrupts and call spurious_interrupt() when an interrupt is unexpected. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 42510
Diffstat (limited to 'target/linux/atheros/patches-3.14/105-ar2315_pci.patch')
-rw-r--r--target/linux/atheros/patches-3.14/105-ar2315_pci.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
index 5aeb9f42fd..0f1c326bc0 100644
--- a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
+++ b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
@@ -382,7 +382,7 @@
else if (pending & CAUSEF_IP2)
do_IRQ(AR2315_IRQ_MISC_INTRS);
else if (pending & CAUSEF_IP7)
-@@ -566,3 +570,18 @@ ar2315_plat_setup(void)
+@@ -568,3 +572,18 @@ ar2315_plat_setup(void)
ar231x_serial_setup(AR2315_UART0, AR2315_MISC_IRQ_UART0,
ar2315_apb_frequency());
}