]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS4: Update IRQ part
authorKukjin Kim <kgene.kim@samsung.com>
Mon, 14 Feb 2011 07:10:55 +0000 (16:10 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 22 Feb 2011 04:51:15 +0000 (13:51 +0900)
commit867c7ea646cb889a61a0e4aac225e0b76578ef4a
treee26a5c26cda9291b4d4881be128db254cbf66fe5
parent736c5ef1d7232d30d1ca83a53fe186b1caf685f0
ARM: EXYNOS4: Update IRQ part

This patch updates IRQ part of EXYNOS4 according to the change of
ARCH name, EXYNOS4.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/include/mach/irqs.h [new file with mode: 0644]
arch/arm/mach-exynos4/include/mach/regs-irq.h [new file with mode: 0644]
arch/arm/mach-exynos4/irq-combiner.c [new file with mode: 0644]
arch/arm/mach-exynos4/irq-eint.c [new file with mode: 0644]
arch/arm/mach-s5pv310/include/mach/irqs.h [deleted file]
arch/arm/mach-s5pv310/include/mach/regs-irq.h [deleted file]
arch/arm/mach-s5pv310/irq-combiner.c [deleted file]
arch/arm/mach-s5pv310/irq-eint.c [deleted file]