[ARM] S3C24XX: Split serial driver into core and per-cpu drivers
authorBen Dooks <ben-linux@fluff.org>
Thu, 3 Jul 2008 11:32:51 +0000 (12:32 +0100)
committerBen Dooks <ben-linux@fluff.org>
Thu, 3 Jul 2008 15:51:31 +0000 (16:51 +0100)
commitb497549a035c2a81b71c7a27f2b00c8a16c09423
treebfbbe3485674d1a87db563a4e298fbf13846b9f5
parent6fc601e37bbb4045ee0afefc76b64284ea800c89
[ARM] S3C24XX: Split serial driver into core and per-cpu drivers

The S3C2410 serial driver in drivers/serial/s3c2410.c has been
growing bigger with the addition of more variants of this hardware
with the growing Samsung SoCs range. As such, it would be
easier to split this code up into a core and per-cpu drivers to
make driver addition easier, and the core smaller.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/configs/s3c2410_defconfig
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/s3c2400.c [new file with mode: 0644]
drivers/serial/s3c2410.c
drivers/serial/s3c2412.c [new file with mode: 0644]
drivers/serial/s3c2440.c [new file with mode: 0644]
drivers/serial/samsung.c [new file with mode: 0644]
drivers/serial/samsung.h [new file with mode: 0644]