On Tue, 2014-04-22 at 15:21 +0800, Rui Xiang wrote:
> From: Stephen Hurd <sh...@broadcom.com>
> 
> commit ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886 upstream.
> 
> 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 <sh...@broadcom.com>
> Signed-off-by: Michael Chan <mc...@broadcom.com>
> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> [xr: Backported to 3.4:
>  - Adjust filenames
>  - Adjust context
>  - RT_BRCM_TRUMANAGE is 25 not 24]
[...]

So you've folded in this fix:

commit 85f024401bf80746ae08b7fd5809a9b16accf0b1
Author: Michael Chan <mc...@broadcom.com>
Date:   Tue Jan 29 17:54:44 2013 -0800

    serial_core: Fix type definition for PORT_BRCM_TRUMANAGE.
    
    It was mistakenly defined to be 24 instead of the next higher number 25.

which perhaps should be listed in the commit message.

Ben.

-- 
Ben Hutchings
Beware of programmers who carry screwdrivers. - Leonard Brandwein

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to