ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files
authorBen Dooks <ben-linux@fluff.org>
Wed, 6 Jan 2010 01:14:51 +0000 (10:14 +0900)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 Jan 2010 08:10:13 +0000 (17:10 +0900)
commit7162ba03729e0a47aaab44448ce2453f07a9664d
tree7f1d852cd36db6c39b2224411d986a4b9fec8390
parent4f830db9629e413e7c5523085ab009b0de5ae6d0
ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files

Move the VIC based timer interrupt handling out of plat-s3c64xx and
into plat-samsung to be re-used for other systems. This also reduces
the code size as we now have a common init routine and use the irq_desc
to store the interrupt number of the timer.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c64xx/Kconfig
arch/arm/plat-s3c64xx/irq.c
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/include/plat/irq-vic-timer.h [new file with mode: 0644]
arch/arm/plat-samsung/irq-vic-timer.c [new file with mode: 0644]