]> git.baikalelectronics.ru Git - kernel.git/commit
serial: samsung: merge all SoC specific port reset functions
authorThomas Abraham <thomas.abraham@linaro.org>
Mon, 24 Oct 2011 09:48:21 +0000 (11:48 +0200)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 23 Dec 2011 01:06:59 +0000 (10:06 +0900)
commitb40bad632f654a09dedded30841754af76a35b4c
treec0ea3c6ef69c90156016d8e9ec51cfa3c46226f9
parentfb8c58b414591c69c2d34e5ed642c641c62d4c1b
serial: samsung: merge all SoC specific port reset functions

The port reset function in each of the platform specific extension performs
the same operations and hence all the reset port functions can be merged into
one and moved into the common samsung uart driver. The SoC specific port reset
functions are removed from SoC extensions.

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>
drivers/tty/serial/s3c2410.c
drivers/tty/serial/s3c2412.c
drivers/tty/serial/s3c2440.c
drivers/tty/serial/s3c6400.c
drivers/tty/serial/s5pv210.c
drivers/tty/serial/samsung.c