ar71xx: fix potential IRQ misses during dispatch for qca953x
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 11 Sep 2019 10:51:12 +0000 (12:51 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 13 Sep 2019 14:04:00 +0000 (16:04 +0200)
commit90f6af5108c1d81a5c7e78083d82f1035c091bd9
tree3243d85e8e3d973e72417f7adf342a1490d6ca2e
parente545808e8991ed16ce398709395bba56af6b666d
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>
target/linux/ar71xx/patches-4.9/955-qca953x-fix-potential-missing-irq-dispatch.patch [new file with mode: 0644]