Re: [PATCH] gpio: bcm-kona: Add irq_set_wake method

2014-04-22 Thread Linus Walleij
On Fri, Apr 11, 2014 at 2:00 AM, Tim Kryger wrote: > If a consumer of a GPIO-based IRQ identifies itself as wanting to > have the capability to wake up the system through that interrupt, > update the flags to keep that interrupt enabled in suspend. > > Signed-off-by: Tim Kryger (...) > +#ifdef C

[PATCH] gpio: bcm-kona: Add irq_set_wake method

2014-04-10 Thread Tim Kryger
If a consumer of a GPIO-based IRQ identifies itself as wanting to have the capability to wake up the system through that interrupt, update the flags to keep that interrupt enabled in suspend. Signed-off-by: Tim Kryger --- drivers/gpio/gpio-bcm-kona.c | 19 +++ 1 file changed, 1