]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
gpio: rcar: Enable mask on suspend
authorMagnus Damm <damm@opensource.se>
Wed, 20 Nov 2013 00:23:17 +0000 (09:23 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 25 Nov 2013 08:03:39 +0000 (09:03 +0100)
commit403961120667bed7161777d33483596edd0b05f2
tree0decc103449dbface93b4f39a380e11636194e5f
parentfba968a1e6b84be01e548f4b28b78e0542f3adaa
gpio: rcar: Enable mask on suspend

Now when lazy interrupt disable has been enabled in the driver
then extend the code to set IRQCHIP_MASK_ON_SUSPEND which tells
the core that only IRQs marked as wakeups need to stay enabled
during Suspend-to-RAM.

Tested on the Lager board with GPIO-keys and Suspend-to-RAM.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-rcar.c