From: Stephen Hurd Date: Thu, 17 Jan 2013 22:14:53 +0000 (-0800) Subject: 8250/16?50: Add support for Broadcom TruManage redirected serial port X-Git-Tag: v3.8-rc5~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886;p=pandora-kernel.git 8250/16?50: Add support for Broadcom TruManage redirected serial port Add support for the UART device present in Broadcom TruManage capable NetXtreme chips (ie: 5761m 5762, and 5725). This implementation has a hidden transmit FIFO, so running in single-byte interrupt mode results in too many interrupts. The UART_CAP_HFIFO capability was added to track this. It continues to reload the THR as long as the THRE and TSRE bits are set in the LSR up to a specified limit (1024 is used here). Signed-off-by: Stephen Hurd Signed-off-by: Michael Chan Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed