All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] TTY/Serial fixes for 3.11-rc4
@ 2013-07-30 19:17 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-07-30 19:17 UTC (permalink / raw)
  To: Linus Torvalds, Jiri Slaby; +Cc: Andrew Morton, linux-kernel, linux-serial

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@linuxfoundation.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-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-30 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 19:17 [GIT PATCH] TTY/Serial fixes for 3.11-rc4 Greg KH
2013-07-30 19:17 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.