[SERIAL] kernel console should send CRLF not LFCR
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Mar 2006 20:00:09 +0000 (20:00 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Mar 2006 20:00:09 +0000 (20:00 +0000)
Glen Turner reported that writing LFCR rather than the more
traditional CRLF causes issues with some terminals.

Since this aflicts many serial drivers, extract the common code
to a library function (uart_console_write) and arrange for each
driver to supply a "putchar" function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found