ar71xx: Fix potentially missed IRQ handling during dispatch
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 11 Sep 2019 10:22:42 +0000 (12:22 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 13 Sep 2019 14:40:29 +0000 (16:40 +0200)
commit00d48bcac08afc5a586c074894f96d9237fbe823
tree6ab7a0b48a9ae16234d544ac31c42f1c33c8b01d
parent78c3a18a1e7c57fbc529f0feab60167d53edec31
ar71xx: Fix potentially missed IRQ handling during dispatch

If both interrupts are set in the current implementation
only the 1st will be handled and the 2nd will be skipped
due to the "if else" condition.

Fix this by using the same approach as done for QCA955x
just below it.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
target/linux/generic/pending-4.14/343-MIPS-ath79-Fix-potentially-missed-IRQ-handling-durin.patch [new file with mode: 0644]
target/linux/generic/pending-4.19/343-MIPS-ath79-Fix-potentially-missed-IRQ-handling-durin.patch [new file with mode: 0644]