MIPS: SNI: Fix spurious interrupts
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 16 Sep 2020 13:54:37 +0000 (15:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 16 Sep 2020 20:40:58 +0000 (22:40 +0200)
commitb959b97860d0fee8c8f6a3e641d3c2ad76eab6be
tree1e867f06290205be5ce6d70f19dbcd7c3d3847c2
parent564c836fd945a94b5dd46597d6b7adb464092650
MIPS: SNI: Fix spurious interrupts

On A20R machines the interrupt pending bits in cause register need to be
updated by requesting the chipset to do it. This needs to be done to
find the interrupt cause and after interrupt service. In
commit 0b888c7f3a03 ("MIPS: SNI: Convert to new irq_chip functions") the
function to do after service update got lost, which caused spurious
interrupts.

Fixes: 0b888c7f3a03 ("MIPS: SNI: Convert to new irq_chip functions")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sni/a20r.c