[ARM] S3C24A0: Serial port definitions and driver support.
authorSandeep Patil <sandeep.patil@azingo.com>
Tue, 21 Oct 2008 13:06:30 +0000 (14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 21:46:36 +0000 (21:46 +0000)
commit1d4bab082474d539f900e896880aa2135e0f5393
tree277e991e7994a5b28a894f66c7582e59b6d9c1aa
parentf0c9eb4ec2d3c9f4ddd74b75da6dfc137e0f6b0d
[ARM] S3C24A0: Serial port definitions and driver support.

Add serial support for S3C24A0, based on current S3C2410
UART driver. It adds necessary new defines in regs-serial.h
for S3C24A0 and the code to support this device in
drivers/serial/s3c24a0.c

Signed-off-by: Sandeep Patil <sandeep.patil@azingo.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/include/plat/regs-serial.h
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/s3c24a0.c [new file with mode: 0644]
drivers/serial/samsung.c