]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 28 Mar 2013 01:02:05 +0000 (10:02 +0900)
commitee0d8f9291087bdb0c1cff8ab7dcdabec29ee08e
tree187d4a2cd933473ea6858d6355457eb1c2d3a8bb
parent2f6d7f7f92d506ad27446e7105dbf10e3181b3fa
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