ar71xx: fix potential IRQ misses during dispatch for qca953x
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 11 Sep 2019 10:47:27 +0000 (12:47 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 20:31:45 +0000 (16:31 -0400)
commit22ef00c01e7e79b3664f79cb740ea296369b360b
treef468439940826232387d6252bdc378582557054b
parent6bd69e93fcad0ba32a8c8c20fcc02a3b29805eed
ar71xx: fix potential IRQ misses during dispatch for qca953x

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>
(cherry picked from commit 9e8c36557cc0582986862f5a36e17adf6db2b90e)
target/linux/ar71xx/patches-4.14/955-qca953x-fix-potential-missing-irq-dispatch.patch [new file with mode: 0644]