]> 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>
Wed, 2 Nov 2011 11:51:15 +0000 (20:51 +0900)
commit5b7062344bb22cdb063574c048a7ff561102827b
tree430308e5408cd06b76131cd7f7fc0cc8484028d0
parent08b228f0a6d8e28867b7369682ec4ef4a9731a4e
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