]> 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>
Tue, 8 Nov 2011 07:53:25 +0000 (16:53 +0900)
commit30fba06ac9eb23908b7f7bf1aed5f00fd912f610
tree882bbc10f96f56c2bb46b1a77c659aeeaecdaac4
parent007fba006936c6ac1a240ab6410ac8eee1cc918c
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