WSL2-Linux-Kernel/arch/mips/sni
Thomas Bogendoerfer b959b97860 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 0b888c7f3a ("MIPS: SNI: Convert to new irq_chip functions") the
function to do after service update got lost, which caused spurious
interrupts.

Fixes: 0b888c7f3a ("MIPS: SNI: Convert to new irq_chip functions")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2020-09-16 22:40:58 +02:00
..
Makefile
Platform MIPS: Only include the platform file needed 2020-05-13 00:17:18 +02:00
a20r.c MIPS: SNI: Fix spurious interrupts 2020-09-16 22:40:58 +02:00
eisa.c
irq.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
pcimt.c
pcit.c MIPS: pass non-NULL dev_id on shared request_irq() 2020-03-16 16:04:49 +01:00
reset.c
rm200.c MIPS: pass non-NULL dev_id on shared request_irq() 2020-03-16 16:04:49 +01:00
setup.c
time.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00