All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] TTY patches for 2.6.31-git
@ 2009-09-19 21:33 Greg KH
  2009-09-19 21:36 ` [PATCH 01/79] tty: gigaset: really fix chars_in_buffer Greg Kroah-Hartman
                   ` (79 more replies)
  0 siblings, 80 replies; 86+ messages in thread
From: Greg KH @ 2009-09-19 21:33 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here is the big tty tree merge for your 2.6.31-git tree.

It contains a lot of tty core changes, and a bunch of usb-serial
regression fixes, which depend on some tty changes, which is why they
are all in this tree.

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

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

The full patches will be sent to the linux-kernel mailing list, if anyone
wants to see them.

thanks,

greg k-h

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

 arch/mn10300/kernel/asm-offsets.c       |    6 +-
 drivers/char/cyclades.c                 | 2311 ++++++++-----------------------
 drivers/char/esp.c                      |    7 +-
 drivers/char/isicom.c                   |   57 +-
 drivers/char/mxser.c                    |   62 +-
 drivers/char/n_tty.c                    |   79 +-
 drivers/char/riscom8.c                  |  164 ++--
 drivers/char/tty_io.c                   |   22 +-
 drivers/char/tty_ioctl.c                |    4 +-
 drivers/char/tty_ldisc.c                |   82 +-
 drivers/char/tty_port.c                 |   31 +-
 drivers/char/vt.c                       |   14 +-
 drivers/char/vt_ioctl.c                 |  482 ++++++-
 drivers/isdn/gigaset/interface.c        |   19 +-
 drivers/net/slip.c                      |   96 +-
 drivers/serial/21285.c                  |    8 +-
 drivers/serial/8250.c                   |   28 +-
 drivers/serial/8250.h                   |    1 +
 drivers/serial/amba-pl010.c             |    6 +-
 drivers/serial/amba-pl011.c             |    6 +-
 drivers/serial/atmel_serial.c           |   14 +-
 drivers/serial/bfin_5xx.c               |   24 +-
 drivers/serial/bfin_sport_uart.c        |    6 +-
 drivers/serial/clps711x.c               |    4 +-
 drivers/serial/cpm_uart/cpm_uart_core.c |    2 +-
 drivers/serial/dz.c                     |    6 +-
 drivers/serial/icom.c                   |   20 +-
 drivers/serial/imx.c                    |   16 +-
 drivers/serial/ioc3_serial.c            |   54 +-
 drivers/serial/ioc4_serial.c            |   68 +-
 drivers/serial/ip22zilog.c              |   14 +-
 drivers/serial/jsm/jsm_neo.c            |    2 +-
 drivers/serial/jsm/jsm_tty.c            |   20 +-
 drivers/serial/m32r_sio.c               |    6 +-
 drivers/serial/max3100.c                |   16 +-
 drivers/serial/mcf.c                    |    4 +-
 drivers/serial/mpc52xx_uart.c           |    4 +-
 drivers/serial/mpsc.c                   |    4 +-
 drivers/serial/msm_serial.c             |    6 +-
 drivers/serial/mux.c                    |    4 +-
 drivers/serial/netx-serial.c            |    6 +-
 drivers/serial/nwpserial.c              |    4 +-
 drivers/serial/pmac_zilog.c             |   20 +-
 drivers/serial/pnx8xxx_uart.c           |    8 +-
 drivers/serial/pxa.c                    |    6 +-
 drivers/serial/sa1100.c                 |    8 +-
 drivers/serial/samsung.c                |    8 +-
 drivers/serial/sb1250-duart.c           |    6 +-
 drivers/serial/sc26xx.c                 |   10 +-
 drivers/serial/serial_core.c            |  876 ++++++------
 drivers/serial/serial_cs.c              |    1 +
 drivers/serial/serial_ks8695.c          |    6 +-
 drivers/serial/serial_lh7a40x.c         |    6 +-
 drivers/serial/serial_txx9.c            |    4 +-
 drivers/serial/sh-sci.c                 |   10 +-
 drivers/serial/sn_console.c             |   22 +-
 drivers/serial/sunhv.c                  |    8 +-
 drivers/serial/sunsab.c                 |   10 +-
 drivers/serial/sunsu.c                  |    6 +-
 drivers/serial/sunzilog.c               |   14 +-
 drivers/serial/timbuart.c               |   10 +-
 drivers/serial/uartlite.c               |   19 +-
 drivers/serial/ucc_uart.c               |    4 +-
 drivers/serial/vr41xx_siu.c             |    6 +-
 drivers/serial/zs.c                     |    6 +-
 drivers/usb/class/cdc-acm.c             |    5 +-
 drivers/usb/serial/ark3116.c            |   51 +-
 drivers/usb/serial/belkin_sa.c          |    4 +-
 drivers/usb/serial/ch341.c              |    5 +-
 drivers/usb/serial/console.c            |   32 +-
 drivers/usb/serial/cp210x.c             |   12 +-
 drivers/usb/serial/cyberjack.c          |    4 +-
 drivers/usb/serial/cypress_m8.c         |   18 +-
 drivers/usb/serial/digi_acceleport.c    |    6 +-
 drivers/usb/serial/empeg.c              |   18 +-
 drivers/usb/serial/ftdi_sio.c           |    6 +-
 drivers/usb/serial/garmin_gps.c         |    3 +-
 drivers/usb/serial/generic.c            |    3 +-
 drivers/usb/serial/io_edgeport.c        |    6 +-
 drivers/usb/serial/io_ti.c              |    3 +-
 drivers/usb/serial/ipaq.c               |    9 +-
 drivers/usb/serial/ipw.c                |    3 +-
 drivers/usb/serial/ir-usb.c             |    6 +-
 drivers/usb/serial/iuu_phoenix.c        |   34 +-
 drivers/usb/serial/keyspan.c            |    3 +-
 drivers/usb/serial/keyspan.h            |    3 +-
 drivers/usb/serial/keyspan_pda.c        |    2 +-
 drivers/usb/serial/kl5kusb105.c         |   10 +-
 drivers/usb/serial/kobil_sct.c          |   28 +-
 drivers/usb/serial/mct_u232.c           |   15 +-
 drivers/usb/serial/mos7720.c            |  123 ++-
 drivers/usb/serial/mos7840.c            |  118 +--
 drivers/usb/serial/navman.c             |    3 +-
 drivers/usb/serial/omninet.c            |    6 +-
 drivers/usb/serial/opticon.c            |    3 +-
 drivers/usb/serial/option.c             |    6 +-
 drivers/usb/serial/oti6858.c            |   27 +-
 drivers/usb/serial/pl2303.c             |    5 +-
 drivers/usb/serial/sierra.c             |    3 +-
 drivers/usb/serial/spcp8x5.c            |   26 +-
 drivers/usb/serial/symbolserial.c       |    3 +-
 drivers/usb/serial/ti_usb_3410_5052.c   |    6 +-
 drivers/usb/serial/usb-serial.c         |  385 +++---
 drivers/usb/serial/usb_debug.c          |    5 +-
 drivers/usb/serial/visor.c              |    6 +-
 drivers/usb/serial/whiteheat.c          |   11 +-
 include/linux/cyclades.h                |   11 +-
 include/linux/hayesesp.h                |    1 -
 include/linux/kfifo.h                   |    4 +-
 include/linux/serial.h                  |    2 +
 include/linux/serial_8250.h             |    1 +
 include/linux/serial_core.h             |   93 +-
 include/linux/tty.h                     |   19 +-
 include/linux/usb/serial.h              |   10 +-
 include/linux/vt.h                      |   32 +-
 include/linux/vt_kern.h                 |   16 +-
 kernel/kfifo.c                          |    2 +-
 kernel/power/console.c                  |   63 +-
 118 files changed, 2572 insertions(+), 3570 deletions(-)

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

Alan Cox (33):
      slip: Clean up create and destroy
      kfifo: Use "const" definitions
      tty: Fix a typo noted in passing
      mos7840: remove old dead modem logic
      tty: Add a full port_close function
      riscom8: split open and close methods up
      mxser: Split close ready for a standard tty_port_close method
      isicom: Split the close hardware bits out
      tty: riscom8 kref and tty_port_close
      cyclades: use the full port_close function
      tty: make the kref destructor occur asynchronously
      cdc_acm: Fix to use modern speed interfaces
      tty: USB hangup is racy
      tty: remove dtr/rts use from the driver open methods
      tty: USB can now use the shutdown method for kref based freeing of ports
      vt: add an event interface
      vt: remove power stuff from kernel/power
      vt: move kernel stuff out of vt.h
      vt: add an activate and lock
      tty: USB does not need the filp argument in the drivers
      isicom: split the open method for the isicom device
      serial: kill off uart_info
      serial: Fold closing_* fields into the tty_port ones
      serial: use tty_port pointers in the core code
      serial: move count into the tty_port version
      serial: move the flags into the tty_port field
      serial: kill off uif_t
      serial: replace the state mutex with the tty port mutex
      serial: move delta_msr_wait into the tty_port
      serial: move port users helper
      serial: kill USF_CLOSING_* definitions
      serial: introduce tty krefs
      tty: USB serial termios bits

Alan Stern (10):
      TTY: fix typos
      usb-serial: change referencing of port and serial structures
      usb-serial: put subroutines in logical order
      usb-serial: change logic of serial lookups
      usb-serial: acquire references when a new tty is installed
      usb-serial: fix termios initialization logic
      usb-serial: rename subroutines
      usb-serial: add missing tests and debug lines
      usb-serial: straighten out serial_open
      USB serial: update the console driver

Anton Vorontsov (1):
      8250: Now honours baud rate lower bounds

Arnd Bergmann (1):
      tty: handle VT specific compat ioctls in vt driver

Deepak Saxena (1):
      Set proper console speed on resume if console suspend is disabled

Jaswinder Singh Rajput (1):
      tty: includecheck fix: drivers/char, vt.c

Jiri Slaby (19):
      cyclades: add tty refcounting
      cyclades: remove block_til_ready
      cyclades: avoid addresses recomputation
      cyclades: switch to tty_port_hangup
      cyclades: close cleanup
      cyclades: overall cleanup
      cyclades: sleep instead busy-wait
      cyclades: use dtr_rts helpers
      cyclades: merge cy_startup tails
      cyclades: ioctls cleanup
      cyclades: tiocm cleanup
      cyclades: introduce cyy_readb/writeb
      cyclades: remove more duplicated code
      tty: Power: fix suspend vt regression
      tty: riscom8, fix shutdown declaration
      tty: riscom8, fix tty refcnt
      tty: USB: serial/mct_u232, fix tty refcnt
      tty: Char: mxser, add support for CP112UL
      tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl

Joe Peterson (2):
      n_tty: honor opost flag for echoes
      n_tty: move echoctl check and clean up logic

Kees Schoenmakers (2):
      MOS7720 has no tiocmget method
      tty: usb_serial_mos7720: Fix get_lsr_info

Linus Torvalds (2):
      tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs
      tty-ldisc: get rid of tty_ldisc_try_get() helper function

Marcin Slusarz (1):
      tty: vt: use printk_once

Mike Frysinger (1):
      serial: bfin_5xx: fix building as module when early printk is enabled

Peter Korsgaard (1):
      uartlite: support shared interrupt lines

Roel Kluin (1):
      tty: icom: bit and/or confusion?

Tilman Schmidt (1):
      tty: gigaset: really fix chars_in_buffer

Vikram Pandita (1):
      serial: 8250: add IRQ trigger support

Wolfram Sang (1):
      tty: serial/pcmcia: add ID for Advantech card


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

end of thread, other threads:[~2010-01-26 12:03 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-19 21:33 [GIT PATCH] TTY patches for 2.6.31-git Greg KH
2009-09-19 21:36 ` [PATCH 01/79] tty: gigaset: really fix chars_in_buffer Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 02/79] serial: bfin_5xx: fix building as module when early printk is enabled Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 03/79] tty: serial/pcmcia: add ID for Advantech card Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 04/79] tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 05/79] tty-ldisc: get rid of tty_ldisc_try_get() helper function Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 06/79] tty: includecheck fix: drivers/char, vt.c Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 07/79] tty: icom: bit and/or confusion? Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 08/79] cyclades: add tty refcounting Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 09/79] cyclades: remove block_til_ready Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 10/79] cyclades: avoid addresses recomputation Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 11/79] cyclades: switch to tty_port_hangup Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 12/79] cyclades: close cleanup Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 13/79] cyclades: overall cleanup Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 14/79] cyclades: sleep instead busy-wait Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 15/79] cyclades: use dtr_rts helpers Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 16/79] cyclades: merge cy_startup tails Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 17/79] cyclades: ioctls cleanup Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 18/79] cyclades: tiocm cleanup Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 19/79] cyclades: introduce cyy_readb/writeb Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 20/79] cyclades: remove more duplicated code Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 21/79] slip: Clean up create and destroy Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 22/79] kfifo: Use "const" definitions Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 23/79] MOS7720 has no tiocmget method Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 24/79] tty: usb_serial_mos7720: Fix get_lsr_info Greg Kroah-Hartman
2010-01-26 11:08   ` Kees Schoenmakers
2010-01-26 11:09   ` Kees Schoenmakers
2009-09-19 21:36 ` [PATCH 25/79] tty: Fix a typo noted in passing Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 26/79] mos7840: remove old dead modem logic Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 27/79] serial: 8250: add IRQ trigger support Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 28/79] 8250: Now honours baud rate lower bounds Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 29/79] tty: Add a full port_close function Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 30/79] riscom8: split open and close methods up Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 31/79] mxser: Split close ready for a standard tty_port_close method Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 32/79] isicom: Split the close hardware bits out Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 33/79] tty: riscom8 kref and tty_port_close Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 34/79] cyclades: use the full port_close function Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 35/79] tty: make the kref destructor occur asynchronously Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 36/79] cdc_acm: Fix to use modern speed interfaces Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 37/79] tty: USB hangup is racy Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 38/79] tty: remove dtr/rts use from the driver open methods Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 39/79] tty: USB can now use the shutdown method for kref based freeing of ports Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 40/79] vt: add an event interface Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 41/79] vt: remove power stuff from kernel/power Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 42/79] vt: move kernel stuff out of vt.h Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 43/79] vt: add an activate and lock Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 44/79] tty: USB does not need the filp argument in the drivers Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 45/79] isicom: split the open method for the isicom device Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 46/79] serial: kill off uart_info Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 47/79] serial: Fold closing_* fields into the tty_port ones Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 48/79] serial: use tty_port pointers in the core code Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 49/79] serial: move count into the tty_port version Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 50/79] serial: move the flags into the tty_port field Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 51/79] serial: kill off uif_t Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 52/79] serial: replace the state mutex with the tty port mutex Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 53/79] serial: move delta_msr_wait into the tty_port Greg Kroah-Hartman
2009-09-19 21:36 ` [PATCH 54/79] serial: move port users helper Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 55/79] serial: kill USF_CLOSING_* definitions Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 56/79] serial: introduce tty krefs Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 57/79] Set proper console speed on resume if console suspend is disabled Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 58/79] tty: USB serial termios bits Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 59/79] n_tty: honor opost flag for echoes Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 60/79] n_tty: move echoctl check and clean up logic Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 61/79] tty: handle VT specific compat ioctls in vt driver Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 62/79] tty: vt: use printk_once Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 63/79] tty: Power: fix suspend vt regression Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 64/79] TTY: fix typos Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 65/79] tty: riscom8, fix shutdown declaration Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 66/79] tty: riscom8, fix tty refcnt Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 67/79] tty: USB: serial/mct_u232, " Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 68/79] uartlite: support shared interrupt lines Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 69/79] tty: Char: mxser, add support for CP112UL Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 70/79] tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 71/79] usb-serial: change referencing of port and serial structures Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 72/79] usb-serial: put subroutines in logical order Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 73/79] usb-serial: change logic of serial lookups Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 74/79] usb-serial: acquire references when a new tty is installed Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 75/79] usb-serial: fix termios initialization logic Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 76/79] usb-serial: rename subroutines Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 77/79] usb-serial: add missing tests and debug lines Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 78/79] usb-serial: straighten out serial_open Greg Kroah-Hartman
2009-09-19 21:37 ` [PATCH 79/79] USB serial: update the console driver Greg Kroah-Hartman
2009-09-30 10:09 ` [origin tree boot crash] Re: [GIT PATCH] TTY patches for 2.6.31-git Ingo Molnar
2009-09-30 10:17   ` Alan Cox
2009-10-01  8:21     ` Ingo Molnar
2009-10-01 10:36       ` Alan Cox

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.