commit | 89ca9351cf85ed0843a1a82d626560e0dadb3fe5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:15:53 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:11 2015 -0600 |
tree | 7818172827e779b426728c13ed1252f897092012 | |
parent | f48eaf01b2f7212987166aae970b895c7e215466 [diff] |
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>