Re: [PATCH 01/05 v2] gpio: rcar: Use lazy disable

2013-11-20 Thread Linus Walleij
On Wed, Nov 20, 2013 at 1:23 AM, Magnus Damm wrote: > From: Magnus Damm > > Set the ->irq_enable() and ->irq_disable() methods to NULL > to enable lazy disable of interrupts. This by itself provides > some level of optimization, but is mainly enabled as ground > work for future Suspend-to-RAM wa

[PATCH 01/05 v2] gpio: rcar: Use lazy disable

2013-11-19 Thread Magnus Damm
From: Magnus Damm Set the ->irq_enable() and ->irq_disable() methods to NULL to enable lazy disable of interrupts. This by itself provides some level of optimization, but is mainly enabled as ground work for future Suspend-to-RAM wake up support. Signed-off-by: Magnus Damm --- drivers/gpio/gp