]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: S3C24XX: create dedicated irq init functions for s3c2440 and s3c2442
authorHeiko Stuebner <heiko@sntech.de>
Tue, 12 Feb 2013 17:59:20 +0000 (09:59 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 5 Mar 2013 11:20:33 +0000 (20:20 +0900)
commit4a77ede1ed1602569a5c0a7de9a4a0e31712d7b7
tree62536cd73c1e9efeb93110fc077f8ae5575172c3
parentde13b053dd0991dad2d492b7de27019338ba63e2
ARM: S3C24XX: create dedicated irq init functions for s3c2440 and s3c2442

s3c2440 and s3c2442 need separate init functions, as the s3c2440 contains
even more differing irqs that will be moved in the following patch.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/common.h
arch/arm/mach-s3c24xx/irq.c
arch/arm/mach-s3c24xx/mach-anubis.c
arch/arm/mach-s3c24xx/mach-at2440evb.c
arch/arm/mach-s3c24xx/mach-gta02.c
arch/arm/mach-s3c24xx/mach-mini2440.c
arch/arm/mach-s3c24xx/mach-nexcoder.c
arch/arm/mach-s3c24xx/mach-osiris.c
arch/arm/mach-s3c24xx/mach-rx1950.c
arch/arm/mach-s3c24xx/mach-rx3715.c
arch/arm/mach-s3c24xx/mach-smdk2440.c