commit | 821fc9e261f3af235752f46e59084467cfd440c4 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Wed Aug 19 20:06:02 2020 +0200 |
committer | Marc Zyngier <maz@kernel.org> | Tue Aug 25 10:59:29 2020 +0100 |
tree | eab534b1062608e36a7b54ccc7be693625f235b8 | |
parent | e579076ac0a3bebb440fab101aef3c42c9f4c709 [diff] |
irqchip/ingenic: Leave parent IRQ unmasked on suspend 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