]> git.baikalelectronics.ru Git - kernel.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>
Fri, 23 Dec 2011 01:07:00 +0000 (10:07 +0900)
commitf2b3deae4b77cd226535320078be4331655936a0
treedde722082c2d5ea53e44c1a86bf0e454cb2339f6
parentb40bad632f654a09dedded30841754af76a35b4c
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