irqchip/ingenic: Leave parent IRQ unmasked on suspend
authorPaul Cercueil <paul@crapouillou.net>
Wed, 19 Aug 2020 18:06:02 +0000 (20:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Sep 2020 17:14:10 +0000 (19:14 +0200)
commita3c2bcb3e9e3ca601691a903807ff2141b17063d
tree877e4665943bf0ac0d3d9dfa1ed8eecf0c3a661e
parent2659c526f928c968a1af80e54c3a37e0270427b0
irqchip/ingenic: Leave parent IRQ unmasked on suspend

[ Upstream commit 821fc9e261f3af235752f46e59084467cfd440c4 ]

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 <paul@crapouillou.net>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200819180602.136969-1-paul@crapouillou.net
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/irq-ingenic.c