summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/intc-r8a7740.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: mach-shmobile: r8a7740: add INTC supportKuninori Morimoto2011-11-111-13/+599
| | | | | | | | | | | | | | | | R8A7740 GIC can not get external IRQx interrupt directly without GIC - INTC demux support. Current AG5 is using GIC - INTCS demux with special irq relocation. but GIC - INTCA demux is still not supported and it needs irq number re-mapping. OTOH, normal INTC support as before is very enough for R8A7740, because it is not SMP CPU. This patch adds INTCA/INTCS support instead of GIC. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* ARM: mach-shmobile: R-Mobile A1 support.Kuninori Morimoto2011-11-111-0/+45
This adds preliminary support for the R8A7740 (R-Mobile A1) CPU Timer, serial, gic, clock are supported at this point. This patch is based on v0.1 manual Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>