]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: cpm_uart: implement the cpm_uart_early_write() function for console poll
authorDongdong Deng <dongdong.deng@windriver.com>
Thu, 17 Jun 2010 03:13:40 +0000 (11:13 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:29:48 +0000 (10:29 -0700)
commit9ddef484b4a2af79ace9952b541cf6d826aef280
tree01ecf9ecf270abb12f8b5a1cb7ff4932553f8984
parente13b5fd5832d25a08cf9d22ccc7a82f2cef769eb
serial: cpm_uart: implement the cpm_uart_early_write() function for console poll

commit 8cd774ad30c22b9d89823f1f05d845f4cdaba9e8 upstream.

The cpm_uart_early_write() function which was used for console poll
isn't implemented in the cpm uart driver.

Implementing this function both fixes the build when CONFIG_CONSOLE_POLL
is set and allows kgdboc to work via the cpm uart.

Signed-off-by: Dongdong Deng <dongdong.deng@windriver.com>
Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/cpm_uart/cpm_uart_core.c