]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit242d5081a6636fb095963ad74a75961aa86269b8
tree1e867f06290205be5ce6d70f19dbcd7c3d3847c2
parent9cecb594bc4c51acb23474a2acdfe82cf0aaca18
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 d41e6d016057 ("MIPS: SNI: Convert to new irq_chip functions") the
function to do after service update got lost, which caused spurious
interrupts.

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