gpio: vf610: mask the gpio irq in system suspend and support wakeup
authorHaibo Chen <haibo.chen@nxp.com>
Tue, 17 Oct 2023 10:42:36 +0000 (18:42 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 18 Oct 2023 08:49:04 +0000 (10:49 +0200)
commit430232619791e7de95191f2cd8ebaa4c380d17d0
tree1e812b0d25070317645219492448080850eae550
parent58720809f52779dc0f08e53e54b014209d13eebb
gpio: vf610: mask the gpio irq in system suspend and support wakeup

Add flag IRQCHIP_MASK_ON_SUSPEND to make sure gpio irq is masked on
suspend, if lack this flag, current irq arctitecture will not mask
the irq, and these unmasked gpio irq will wrongly wakeup the system
even they are not config as wakeup source.

Also add flag IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND to make sure the gpio
irq which is configed as wakeup source can work as expect.

Fixes: 7f2691a19627 ("gpio: vf610: add gpiolib/IRQ chip driver for Vybrid")
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-vf610.c