RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port
From: Stephen Hurd <hidden>
Date: 2013-01-16 21:50:31
Also in:
lkml
The patch was against 3.7, not 2.7, 2.7 was a typo. I'll just pass it off to a Linux developer if I meet one. Sorry for wasting your time. -- Stephen Hurd -----Original Message----- From: gregkh@linuxfoundation.org [mailto:gregkh@linuxfoundation.org] Sent: Tuesday, January 15, 2013 10:59 PM To: Stephen Hurd Cc: linux-serial@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port On Wed, Dec 12, 2012 at 05:28:35AM +0000, Stephen Hurd wrote:
From: Stephen Hurd <redacted> 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 <redacted> --- Patch against linux-2.7 from ftp.kernel.org downloaded Dec-11-2012.
2.7? I need this against the linux-next release, can you please redo it, and not send it as an attachment, but put it all inline in the email properly like Documentation/email_clients.txt says? thanks, greg k-h