Re: [PATCH 02/05 v2] gpio: rcar: Enable mask on suspend

2013-11-20 Thread Linus Walleij
On Wed, Nov 20, 2013 at 1:23 AM, Magnus Damm wrote: > From: Magnus Damm > > 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. >

[PATCH 02/05 v2] gpio: rcar: Enable mask on suspend

2013-11-19 Thread Magnus Damm
From: Magnus Damm 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. Sig