irqchip: renesas-irqc: Use lazy disable
authorMagnus Damm <damm@opensource.se>
Wed, 4 Dec 2013 12:05:46 +0000 (21:05 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 12 Dec 2013 12:01:23 +0000 (21:01 +0900)
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 <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

No differences found