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)
commitce6c164bf0ea44fad7969e1f1027d4f6cfb30360
tree62536cd73c1e9efeb93110fc077f8ae5575172c3
parent6f8d7ea275eb2a27fd62211e93921a82f367f939
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
This page took 0.026842 seconds and 5 git commands to generate.