mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-13 08:53:54 +00:00
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>