exynos: serial: Refactor init code for debug UART
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:53 +0000 (18:15 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:11 +0000 (21:06 -0600)
commit89ca9351cf85ed0843a1a82d626560e0dadb3fe5
tree7818172827e779b426728c13ed1252f897092012
parentf48eaf01b2f7212987166aae970b895c7e215466
exynos: serial: Refactor init code for debug UART

The debug UART code needs to perform the same init as the normal UART
driver. In preparation for this, move the init code into two functions, one
for the basic init and one for setting the baud rate. This will make adding
debug UART support easier.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_s5p.c