irqchip/ls-extirq: add IRQCHIP_SKIP_SET_WAKE to the irqchip flags
authorBiwen Li <biwen.li@nxp.com>
Fri, 29 Jan 2021 09:50:34 +0000 (17:50 +0800)
committerMarc Zyngier <maz@kernel.org>
Fri, 29 Jan 2021 11:06:38 +0000 (11:06 +0000)
commitc60767421e102dfd1f4d99ad0cc7f8ba24461eb8
tree643896cc05c6b427d1147126530a4469eb39948f
parent9eaad15e5a409f59660f9fdf867f7d3e6e3db15a
irqchip/ls-extirq: add IRQCHIP_SKIP_SET_WAKE to the irqchip flags

The ls-extirq driver doesn't implement the irq_set_wake()
callback, while being wake-up capable. This results in
ugly behaviours across suspend/resume cycles.

Advertise this by adding IRQCHIP_SKIP_SET_WAKE to
the irqchip flags

Fixes: b16a1caf4686 ("irqchip/ls-extirq: Add LS1043A, LS1088A external interrupt support")
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210129095034.33821-1-biwen.li@oss.nxp.com
drivers/irqchip/irq-ls-extirq.c