]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: S5PV310: Add IRQ support
authorChanghwan Youn <chaos.youn@samsung.com>
Fri, 16 Jul 2010 03:12:07 +0000 (12:12 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:32:41 +0000 (18:32 +0900)
commit84bbc16c1f6210b2dfc39344b132d5801c357a70
treee60e91c0e6c08913909e50006c1eb289818e829d
parentc8bef14051b261f86278fad84ccc23c891242d25
ARM: S5PV310: Add IRQ support

This patch adds IRQ support for S5PV310.
ARM GIC is installed in S5PV310 instead of VIC which is in every other CPUs
in S5P series. Several irq combiners are used to resolve the lack of irq
lines in current implementation.

Signed-off-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Hyuk Lee <hyuk1.lee@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/include/mach/irqs.h [new file with mode: 0644]
arch/arm/mach-s5pv310/include/mach/regs-irq.h [new file with mode: 0644]
arch/arm/mach-s5pv310/irq-combiner.c [new file with mode: 0644]
arch/arm/plat-s5p/irq.c