]> 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)
commitf6d7d4476f22389944fcb768533a10e66955bf93
treec0ea3c6ef69c90156016d8e9ec51cfa3c46226f9
parent451f77c66e69002b3e0665c971346c17388bf7b1
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