]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: shmobile: r8a73a4 IRQC support V2
authorMagnus Damm <damm@opensource.se>
Tue, 26 Mar 2013 01:34:42 +0000 (10:34 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 2 Apr 2013 01:58:20 +0000 (10:58 +0900)
commit3d558ca57c4d35b32f36d5eda3961b978ef4f3fc
treed3bc7191079a81df7ed4ea0f1c4dd5be196d9e4a
parent06e3e246b3a9c7a0316d4050285efea2f5ec3a9c
ARM: shmobile: r8a73a4 IRQC support V2

Add IRQC interrupt controller support to r8a73a4 by
hooking up two IRQC instances to handle 58 external
IRQ signals. There IRQC controllers are tied to SPIs
of the GIC. On r8a73a4 exact IRQ pin routing is handled
by the PFC which is excluded from this patch.

Both platform devices and DT devices are added in this
patch. The platform device versions are used to provide
a static interrupt map configuration for board code
written in C.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a73a4.dtsi
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/setup-r8a73a4.c