ARM: mach-shmobile: sh73a0 external IRQ wake update
authorMagnus Damm <damm@opensource.se>
Fri, 14 Dec 2012 03:43:12 +0000 (12:43 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 25 Jan 2013 03:43:44 +0000 (12:43 +0900)
commit6333ae1432039003c4d9c76f0ecec41bb982898a
tree12f9c6d439a8846dd074b98cd1acde34e12e3b57
parentbf519bfb66019c06fc44413a90715f3f5b1d7e9f
ARM: mach-shmobile: sh73a0 external IRQ wake update

Use sh73a0_set_wake() for external IRQ signals on sh73a0.

The sh73a0 IRQ hardware for external IRQ pins consists of
the INTCA interrupt controller and the GIC together doing
their best to limp along. These external IRQ pins are
treated as a special case where interrupts need to be
managed in both interrupt controllers in parallel.

The ->irq_set_wake() callback for the external IRQ pins
can be dealt with in the same way as INTCA-only without
involving the GIC. So this patch updates the external
IRQ pin code for sh73a0 to no longer involve the GIC.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/intc-sh73a0.c