irqchip: ls-extirq: add IRQCHIP_SKIP_SET_WAKE to the irqchip flags
authorBiwen Li <biwen.li@nxp.com>
Tue, 26 Jan 2021 10:14:04 +0000 (18:14 +0800)
committerBiwen Li <biwen.li@nxp.com>
Thu, 28 Jan 2021 02:59:06 +0000 (10:59 +0800)
commit94f57e72bd6aeb8c21dfb4d20fec520d2d81f95f
tree0889bfb1f987153a2b648a75faca3f07b732b878
parentb75861ae9f43f73a8a87a66fa12f819e9590d638
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

Signed-off-by: Biwen Li <biwen.li@nxp.com>
drivers/irqchip/irq-ls-extirq.c