ARM: SAMSUNG: Move IRQ UART handling for newer devices to plat-samsung
authorBen Dooks <ben-linux@fluff.org>
Wed, 6 Jan 2010 02:18:44 +0000 (11:18 +0900)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 Jan 2010 08:10:14 +0000 (17:10 +0900)
commit51022cf6591ae2945960d034788bdeffa28cde13
tree30f85bb15cdd66384018c31cb42c4ba986a68da4
parent7162ba03729e0a47aaab44448ce2453f07a9664d
ARM: SAMSUNG: Move IRQ UART handling for newer devices to plat-samsung

Move the handling for the UART interrupts out of the s3c64xx specific
code and into plat-samsung so that it can be used by all implementations
that need it.

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-uart.h [new file with mode: 0644]
arch/arm/plat-samsung/irq-uart.c [new file with mode: 0644]