Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-29 Thread Greg KH
On Tue, Jan 29, 2013 at 05:06:24PM +0200, Alexander Shishkin wrote: > Michael Chan writes: > > > From: Stephen Hurd > > > > Add support for the UART device present in Broadcom TruManage capable > > NetXtreme chips (ie: 5761m 5762, and 5725). > > > > This implementation has a hidden transmit

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-29 Thread Alexander Shishkin
Michael Chan writes: > From: Stephen Hurd > > 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

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-29 Thread Alexander Shishkin
Michael Chan mc...@broadcom.com writes: From: Stephen Hurd sh...@broadcom.com 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

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-29 Thread Greg KH
On Tue, Jan 29, 2013 at 05:06:24PM +0200, Alexander Shishkin wrote: Michael Chan mc...@broadcom.com writes: From: Stephen Hurd sh...@broadcom.com Add support for the UART device present in Broadcom TruManage capable NetXtreme chips (ie: 5761m 5762, and 5725). This implementation has

[PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-17 Thread Michael Chan
From: Stephen Hurd 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

[PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-17 Thread Michael Chan
From: Stephen Hurd sh...@broadcom.com 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

RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-16 Thread Stephen Hurd
To: Stephen Hurd Cc: linux-ser...@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 +, Stephen Hurd wrote: > From: Stephen Hurd > > Add support for the UA

RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-16 Thread Stephen Hurd
To: Stephen Hurd Cc: linux-ser...@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 +, Stephen Hurd wrote: From: Stephen Hurd sh...@broadcom.com Add support

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-15 Thread gre...@linuxfoundation.org
On Wed, Dec 12, 2012 at 05:28:35AM +, Stephen Hurd wrote: > From: Stephen Hurd > > 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

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-15 Thread gre...@linuxfoundation.org
On Wed, Dec 12, 2012 at 05:28:35AM +, Stephen Hurd wrote: From: Stephen Hurd sh...@broadcom.com 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

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread gre...@linuxfoundation.org
On Wed, Dec 12, 2012 at 01:11:47AM +, Stephen Hurd wrote: > It appears that the modification to include/uapi/linux/serial_core.h is > excluded by the dontdiff filters. I've attached an updated patch including > it. Care to resend the whole thing, I need it with the signed-off-by: line.

RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread Stephen Hurd
From: Stephen Hurd 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

RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread Stephen Hurd
It appears that the modification to include/uapi/linux/serial_core.h is excluded by the dontdiff filters. I've attached an updated patch including it. Stephen Hurd Senior Staff Engineer - Software Development Broadcom Corporation 949-926-8039 sh...@broadcom.com brcm-trumanage-uart.patch

[PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread Stephen Hurd
From: Stephen Hurd 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

[PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread Stephen Hurd
From: Stephen Hurd sh...@broadcom.com 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

RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread Stephen Hurd
It appears that the modification to include/uapi/linux/serial_core.h is excluded by the dontdiff filters. I've attached an updated patch including it. Stephen Hurd Senior Staff Engineer - Software Development Broadcom Corporation 949-926-8039 sh...@broadcom.com brcm-trumanage-uart.patch

RE: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread Stephen Hurd
From: Stephen Hurd sh...@broadcom.com 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

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread gre...@linuxfoundation.org
On Wed, Dec 12, 2012 at 01:11:47AM +, Stephen Hurd wrote: It appears that the modification to include/uapi/linux/serial_core.h is excluded by the dontdiff filters. I've attached an updated patch including it. Care to resend the whole thing, I need it with the signed-off-by: line. Also,