]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: samsung: merge probe() function from all SoC specific extensions
authorThomas Abraham <thomas.abraham@linaro.org>
Wed, 2 Nov 2011 10:23:25 +0000 (19:23 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 3 Nov 2011 02:08:48 +0000 (11:08 +0900)
commit3ba5f35579275c4607bd90e3041f648a4e2ef202
tree63c60f39cb39a8550485fa04b4baa1680ef40b37
parentfdb89131e25b3232a58bd60abbac53d8df94edad
serial: samsung: merge probe() function from all SoC specific extensions

With reset port, set clock and get clock functions in SoC specific extentions
being removed, only the driver probe is left over in these extensions. The
probe function itself can be merged into one and moved into the samsung common
serial driver. With driver probe also moved, all the SoC specific extentions
are no longer required and they are deleted.

Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/include/plat/regs-serial.h
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/s3c2410.c [deleted file]
drivers/tty/serial/s3c2412.c [deleted file]
drivers/tty/serial/s3c2440.c [deleted file]
drivers/tty/serial/s3c6400.c [deleted file]
drivers/tty/serial/s5pv210.c [deleted file]
drivers/tty/serial/samsung.c
drivers/tty/serial/samsung.h