The following changes since commit 3bf5d350586d98eb28ab7f86ffbd66518ffd95d8: serial: tegra: correct help message in Kconfig from 'ttyHS' to 'ttyTHS' (2013-07-24 15:23:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.11-rc4 for you to fetch changes up to d5a12ea7a9e58d9e5c19d25cb668aadb396423ec: serial: arc_uart: Fix module alias (2013-07-26 16:34:00 -0700) ---------------------------------------------------------------- TTY/Serial driver fixes for 3.11-rc4 Here are 4 tiny tty and serial driver fixes for 3.11-rc4. Nothing big, a refcount leak, a module alias fix, and two fixes to the mxs-auart serial driver. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Axel Lin (1): serial: arc_uart: Fix module alias Gianluca Anzolin (1): tty_port: Fix refcounting leak in tty_port_tty_hangup() Uwe Kleine-König (2): serial/mxs-auart: fix race condition in interrupt handler serial/mxs-auart: increase time to wait for transmitter to become idle drivers/tty/serial/arc_uart.c | 2 +- drivers/tty/serial/mxs-auart.c | 38 ++++++++++++++++++++++---------------- drivers/tty/tty_port.c | 5 ++--- 3 files changed, 25 insertions(+), 20 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html