The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ 
tags/tty-3.10-rc2

for you to fetch changes up to e037f95ffb5355ffe295e1d106d02fefd284d882:

  tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: 
build warning after merge of the tty.current tree) (2013-05-22 10:26:02 -0700)

----------------------------------------------------------------
tty/serial fixes for 3.10-rc2

Here are some tty / serial driver fixes for 3.10-rc2.

Nothing huge, although the rocket driver fix looks large, it's just
moving the code around to fix the reported build issues in it.  Other
than that, this has the fix for the of-reported lockdep warning from the
vt layer, as well as some other needed bugfixes.

All of these have been in linux-next for a while.

Signed-off-by: Greg Kroah-Hartman <[email protected]>

----------------------------------------------------------------
Ezequiel Garcia (1):
      serial: 8250_dw: Add valid clk pointer check

Heikki Krogerus (1):
      serial: 8250_dw: add ACPI ID for Intel BayTrail

Jiri Slaby (1):
      TTY: rocket, fix more no-PCI warnings

Lars-Peter Clausen (1):
      tty: nwpserial: Pass correct pointer to free_irq()

Lee Jones (1):
      serial: pl011: protect attribute read from NULL platform data struct

Matwey V. Kornilov (2):
      tty: mxser: fix usage of opmode_ioaddr
      tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: 
build warning after merge of the tty.current tree)

Peter Hurley (1):
      tty/vt: Fix vc_deallocate() lock order

Wang YanQing (1):
      TTY: Fix tty miss restart after we turn off flow-control

Wei Yongjun (4):
      serial: samsung: add missing platform_driver_unregister() when module exit
      tty: serial: mpc5xxx: fix error handing in mpc52xx_uart_init()
      serial: mcf: missing uart_unregister_driver() on error in mcf_init()
      TTY: ehv_bytechan: add missing platform_driver_unregister() when module 
exit

 drivers/tty/ehv_bytechan.c        |   1 +
 drivers/tty/mxser.c               |  11 +-
 drivers/tty/n_tty.c               |   8 ++
 drivers/tty/rocket.c              | 288 +++++++++++++++++++-------------------
 drivers/tty/serial/8250/8250_dw.c |   7 +-
 drivers/tty/serial/amba-pl011.c   |   2 +-
 drivers/tty/serial/mcf.c          |   4 +-
 drivers/tty/serial/mpc52xx_uart.c |  11 +-
 drivers/tty/serial/nwpserial.c    |   2 +-
 drivers/tty/serial/samsung.c      |   1 +
 drivers/tty/vt/vt.c               |  14 +-
 drivers/tty/vt/vt_ioctl.c         |  67 ++++++---
 include/linux/vt_kern.h           |   2 +-
 13 files changed, 234 insertions(+), 184 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to