linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] TTY/serial driver fixes for 3.0
@ 2011-06-28 15:38 Greg KH
  2011-06-28 16:03 ` [PATCH 01/12] 8250_pci: add -ENODEV code for Intel EG20T PCH Greg Kroah-Hartman
  0 siblings, 1 reply; 16+ messages in thread
From: Greg KH @ 2011-06-28 15:38 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-serial

Here are some small tty/serial fixes for the 3.0

The amba serial driver fixes are the biggest, fixing problems that were
causing lockups for users.  Other than that, just a smattering of small
fixes that have been reported as problems by people.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ tty-linus

All of these patches have been in the -mm and -next trees for a while.

Patches will be sent to the linux-serial mailing list, if anyone wants
to see them.

thanks,

greg k-h

------------

 arch/arm/mach-exynos4/init.c                     |    1 +
 arch/arm/mach-ux500/board-mop500-pins.c          |   16 ++-
 arch/arm/mach-ux500/board-mop500.c               |   54 ++++++++++
 arch/arm/plat-samsung/include/plat/regs-serial.h |    2 +
 drivers/tty/n_gsm.c                              |   26 ++++-
 drivers/tty/n_tty.c                              |    1 +
 drivers/tty/serial/8250.c                        |    1 +
 drivers/tty/serial/8250_pci.c                    |   59 ++++++++++
 drivers/tty/serial/amba-pl011.c                  |  123 +++++++++++++++++++++-
 drivers/tty/serial/bcm63xx_uart.c                |   18 +++-
 drivers/tty/serial/jsm/jsm_driver.c              |    2 +-
 drivers/tty/serial/s5pv210.c                     |    4 +-
 drivers/tty/tty_ldisc.c                          |    4 +-
 include/linux/amba/serial.h                      |    3 +
 14 files changed, 295 insertions(+), 19 deletions(-)

---------------

Alan Cox (1):
      8250_pci: Fix missing const from merges

Boojin Kim (1):
      ARM: SAMSUNG: serial: Fix on handling of one clock source for UART

Jiri Slaby (2):
      TTY: ldisc, do not close until there are readers
      TTY: ntty, add one more sanity check

Lennart Sorensen (1):
      serial: ioremap warning fix for jsm driver.

Maxime Bizon (1):
      serial: bcm63xx_uart: fix irq storm after rx fifo overrun.

Russ Gorby (2):
      tty: n_gsm: Fixed logic to decode break signal from modem status
      tty: n_gsm: improper skb_pull() use was leaking framed data

Shreshtha Kumar Sahu (2):
      amba pl011: workaround for uart registers lockup
      amba pl011: platform data for reg lockup and glitch v2

Tomoya MORINAGA (1):
      8250_pci: add -ENODEV code for Intel EG20T PCH

leitao@linux.vnet.ibm.com (1):
      8250: Fix capabilities when changing the port type


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

end of thread, other threads:[~2011-06-29 14:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 15:38 [GIT PATCH] TTY/serial driver fixes for 3.0 Greg KH
2011-06-28 16:03 ` [PATCH 01/12] 8250_pci: add -ENODEV code for Intel EG20T PCH Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 02/12] serial: ioremap warning fix for jsm driver Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 03/12] ARM: SAMSUNG: serial: Fix on handling of one clock source for UART Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 04/12] 8250_pci: Fix missing const from merges Greg Kroah-Hartman
2011-06-29  1:36     ` Guenter Roeck
2011-06-29  4:20       ` Greg KH
2011-06-29 14:41         ` Guenter Roeck
2011-06-28 16:03   ` [PATCH 05/12] 8250: Fix capabilities when changing the port type Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 06/12] TTY: ldisc, do not close until there are readers Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 07/12] TTY: ntty, add one more sanity check Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 08/12] tty: n_gsm: Fixed logic to decode break signal from modem status Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 09/12] tty: n_gsm: improper skb_pull() use was leaking framed data Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 10/12] amba pl011: workaround for uart registers lockup Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 11/12] amba pl011: platform data for reg lockup and glitch v2 Greg Kroah-Hartman
2011-06-28 16:03   ` [PATCH 12/12] serial: bcm63xx_uart: fix irq storm after rx fifo overrun Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).