[PATCH 01/02] irqchip: renesas-irqc: Use lazy disable

2013-12-04 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 ---

[PATCH 01/02] irqchip: renesas-irqc: Use lazy disable

2013-12-04 Thread Magnus Damm
From: Magnus Damm d...@opensource.se 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