diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-12 06:53:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-12 06:53:58 +0000 |
commit | d2575bd49398e3b30bcb6d3b31be27801d4a558c (patch) | |
tree | 3572a50057cf70817d8914128ff1391fd2a28f40 /target/linux/atheros/patches-3.14/105-ar2315_pci.patch | |
parent | e24f0390670b0249b995ff315f6bdadca83ebe70 (diff) | |
download | upstream-d2575bd49398e3b30bcb6d3b31be27801d4a558c.tar.gz upstream-d2575bd49398e3b30bcb6d3b31be27801d4a558c.tar.bz2 upstream-d2575bd49398e3b30bcb6d3b31be27801d4a558c.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42510 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 2 |
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()); } |