Huacai Chen
c9c73a0541
irqchip/loongson-liointc: Fix misuse of gc->mask_cache
...
In gc->mask_cache bits, 1 means enabled and 0 means disabled, but in the
loongson-liointc driver mask_cache is misused by reverting its meaning.
This patch fix the bug and update the comments as well.
Fixes: dbb1522679
("irqchip: Add driver for Loongson I/O Local Interrupt Controller")
Signed-off-by: Huacai Chen <chenhc@lemote.com >
Signed-off-by: Marc Zyngier <maz@kernel.org >
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com >
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/1596099090-23516-4-git-send-email-chenhc@lemote.com
2020-07-30 12:57:51 +01:00
Tiezhu Yang
fa03587cad
irqchip/loongson-liointc: Fix potential dead lock
...
In the function liointc_set_type(), we need to call the function
irq_gc_unlock_irqrestore() before returning.
Fixes: dbb1522679
("irqchip: Add driver for Loongson I/O Local Interrupt Controller")
Reported-by: Jianmin Lv <lvjianmin@loongson.cn >
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn >
Signed-off-by: Marc Zyngier <maz@kernel.org >
Link: https://lore.kernel.org/r/1594087972-21715-8-git-send-email-yangtiezhu@loongson.cn
2020-07-17 13:41:42 +01:00
Jiaxun Yang
be09ef09e2
irqchip: loongson-liointc: Workaround LPC IRQ Errata
...
The 1.0 version of that controller has a bug that status bit
of LPC IRQ sometimes doesn't get set correctly.
So we can always blame LPC IRQ when spurious interrupt happens
at the parent interrupt line which LPC IRQ supposed to route
to.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com >
Co-developed-by: Huacai Chen <chenhc@lemote.com >
Signed-off-by: Huacai Chen <chenhc@lemote.com >
Reviewed-by: Marc Zyngier <maz@kernel.org >
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de >
2020-03-25 10:56:00 +01:00
Jiaxun Yang
dbb1522679
irqchip: Add driver for Loongson I/O Local Interrupt Controller
...
This controller appeared on Loongson family of chips as the primary
package interrupt source.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com >
Co-developed-by: Huacai Chen <chenhc@lemote.com >
Signed-off-by: Huacai Chen <chenhc@lemote.com >
Reviewed-by: Marc Zyngier <maz@kernel.org >
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de >
2020-03-25 10:53:47 +01:00