]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: r8a7790 IRQC support
authorMagnus Damm <damm@opensource.se>
Wed, 27 Mar 2013 15:49:54 +0000 (00:49 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 1 Apr 2013 06:00:18 +0000 (15:00 +0900)
commit6b357ef54c2058bcf6ed082855bcdda34e209f78
treed84702433c8ad5df1f76a43aec466c83ec8fad1f
parent84ae208e2de718c4388b72e466b9edb3b7d5a04d
ARM: shmobile: r8a7790 IRQC support

Add IRQC interrupt controller support to r8a7790 by
hooking up a single IRQC instances to handle 4 external
IRQ signals. The IRQC controller is tied to SPIs of
the GIC. On r8a7790 the external IRQ pins 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/r8a7790.dtsi
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/setup-r8a7790.c