]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: shmobile: remove use of gic_arch_extn.irq_set_wake
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 11 Mar 2015 15:45:35 +0000 (15:45 +0000)
committerJason Cooper <jason@lakedaemon.net>
Sun, 15 Mar 2015 01:28:09 +0000 (01:28 +0000)
commitd04594c2f5ce2331d3db3430649634ca61f51937
tree9ddb6997e2f3e1f3a568d310c9648c77dd4188a7
parent49869be2d9d0e9195706da7050c81bc909f41f4f
ARM: shmobile: remove use of gic_arch_extn.irq_set_wake

shmobile only uses gic_arch_extn.irq_set_wake to prevent the GIC
from returning -ENXIO when receiving a wake-up configuration request.

It is a lot simpler to tell the irq layer that we don't need any
configuration by using the IRQCHIP_SKIP_SET_WAKE, thanks to the
new gic_set_irqchip_flags function.

Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1426088737-15817-3-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-shmobile/intc-sh73a0.c
arch/arm/mach-shmobile/setup-r8a7779.c