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)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 13 Sep 2019 14:40:29 +0000 (16:40 +0200)
commit713561a10b6e9a7100a860651b700207223c09ef
treece855848bc9454d02f5e762c729c3d1d2e9cc4ab
parent00d48bcac08afc5a586c074894f96d9237fbe823
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.14/955-qca953x-fix-potential-missing-irq-dispatch.patch [new file with mode: 0644]