ARM: S5PC100: IRQ and timer
authorByungho Min <bhminjames@gmail.com>
Tue, 23 Jun 2009 12:40:03 +0000 (21:40 +0900)
committerBen Dooks <ben-linux@fluff.org>
Sun, 16 Aug 2009 22:25:00 +0000 (23:25 +0100)
commitc9b870e7e796eea515a261a314917317ebb1cb4a
tree09e360ea4c3f85153307009ee890e73992079f61
parent0164cbf4390fbcd7125fc8d476a451a3efa14c5d
ARM: S5PC100: IRQ and timer

S5PC100 has 3 VICs(Vectored Interrupt Controller). The VICs come from S3C64xx
series, so the driver source code can be shared with S3C families. The S5PC100
has 3 VICs while S3C64xx has only 2.

Signed-off-by: Byungho Min <bhmin@samsung.com>
[ben-linux@fluff.org: subject fixup]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s5pc100/include/mach/irqs.h [new file with mode: 0644]
arch/arm/mach-s5pc100/include/mach/pwm-clock.h [new file with mode: 0644]
arch/arm/mach-s5pc100/include/mach/regs-irq.h [new file with mode: 0644]
arch/arm/mach-s5pc100/include/mach/tick.h [new file with mode: 0644]
arch/arm/plat-s5pc1xx/include/plat/irqs.h [new file with mode: 0644]
arch/arm/plat-s5pc1xx/irq.c [new file with mode: 0644]