]> git.karo-electronics.de Git - karo-tx-linux.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>
Tue, 8 Nov 2011 07:53:24 +0000 (16:53 +0900)
commit007fba006936c6ac1a240ab6410ac8eee1cc918c
treef996ad29077cb02f20a65268f4b140092c07c1ba
parent01b99620ddb71e813b5ceb85ee8eeddbca855d5d
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