Re: [PATCH] irqchip: ingenic: Leave parent IRQ unmasked on suspend

2020-08-20 Thread Paul Cercueil
Hi Marc, Le jeu. 20 août 2020 à 9:08, Marc Zyngier a écrit : On 2020-08-19 19:06, Paul Cercueil wrote: All the wakeup sources we possibly want will go through the interrupt controller, so the parent IRQ must not be masked during suspend, or there won't be any way to wake up the system. Signed

Re: [PATCH] irqchip: ingenic: Leave parent IRQ unmasked on suspend

2020-08-20 Thread Marc Zyngier
On 2020-08-19 19:06, Paul Cercueil wrote: All the wakeup sources we possibly want will go through the interrupt controller, so the parent IRQ must not be masked during suspend, or there won't be any way to wake up the system. Signed-off-by: Paul Cercueil Do you have a Fixes: tag? Does it need

[PATCH] irqchip: ingenic: Leave parent IRQ unmasked on suspend

2020-08-19 Thread Paul Cercueil
All the wakeup sources we possibly want will go through the interrupt controller, so the parent IRQ must not be masked during suspend, or there won't be any way to wake up the system. Signed-off-by: Paul Cercueil --- drivers/irqchip/irq-ingenic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio