[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130730191717.GA26474@kroah.com>
Date: Tue, 30 Jul 2013 12:17:17 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Jiri Slaby <jslaby@...e.cz>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PATCH] TTY/Serial fixes for 3.11-rc4
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@...uxfoundation.org>
----------------------------------------------------------------
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists