public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] TTY patches for 2.6.36
@ 2010-08-05 21:35 Greg KH
  2010-08-05 22:22 ` [PATCH 01/67] n_gsm.c: removed duplicated #includes Greg Kroah-Hartman
                   ` (65 more replies)
  0 siblings, 66 replies; 81+ messages in thread
From: Greg KH @ 2010-08-05 21:35 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here's the tty patches for the .36 merge window.

This contains the big BKL removal of the tty layer, which has been
worked on now for a long time by Alan and Arnd.  Other than that,
there's a few new serial drivers, and minor changes around the tty area.

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

These patches have been in the linux-next tree and -mm for a while now.

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

thanks,

greg k-h

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

 Documentation/kernel-parameters.txt     |    3 +
 arch/alpha/include/asm/ioctls.h         |    4 +-
 arch/alpha/include/asm/termbits.h       |    1 +
 arch/arm/include/asm/ioctls.h           |    2 +
 arch/arm/include/asm/termbits.h         |    1 +
 arch/avr32/include/asm/ioctls.h         |    4 +-
 arch/avr32/include/asm/termbits.h       |    1 +
 arch/cris/include/asm/ioctls.h          |    4 +-
 arch/cris/include/asm/termbits.h        |    1 +
 arch/frv/include/asm/ioctls.h           |    2 +
 arch/frv/include/asm/termbits.h         |    1 +
 arch/h8300/include/asm/ioctls.h         |    2 +
 arch/h8300/include/asm/termbits.h       |    1 +
 arch/ia64/include/asm/ioctls.h          |    4 +-
 arch/ia64/include/asm/termbits.h        |    1 +
 arch/m32r/include/asm/ioctls.h          |    4 +-
 arch/m32r/include/asm/termbits.h        |    1 +
 arch/m68k/include/asm/ioctls.h          |    2 +
 arch/m68k/include/asm/termbits.h        |    1 +
 arch/mips/include/asm/ioctls.h          |    5 +-
 arch/mips/include/asm/termbits.h        |    1 +
 arch/mn10300/include/asm/ioctls.h       |    4 +-
 arch/mn10300/include/asm/termbits.h     |    1 +
 arch/parisc/include/asm/ioctls.h        |    4 +-
 arch/parisc/include/asm/termbits.h      |    1 +
 arch/powerpc/include/asm/ioctls.h       |    2 +
 arch/powerpc/include/asm/termbits.h     |    1 +
 arch/s390/include/asm/ioctls.h          |    2 +
 arch/sh/include/asm/ioctls.h            |    2 +
 arch/sparc/include/asm/ioctls.h         |    2 +
 arch/sparc/include/asm/termbits.h       |    1 +
 arch/xtensa/include/asm/ioctls.h        |    2 +
 arch/xtensa/include/asm/termbits.h      |    1 +
 drivers/char/Makefile                   |    1 +
 drivers/char/amiserial.c                |   25 +-
 drivers/char/briq_panel.c               |    6 +-
 drivers/char/cyclades.c                 |   22 +-
 drivers/char/epca.c                     |    4 +-
 drivers/char/ip2/ip2main.c              |    4 +
 drivers/char/isicom.c                   |   13 +-
 drivers/char/istallion.c                |   68 +-
 drivers/char/keyboard.c                 |   10 +-
 drivers/char/mxser.c                    |    2 +-
 drivers/char/n_gsm.c                    |    1 -
 drivers/char/n_hdlc.c                   |   16 +-
 drivers/char/n_r3964.c                  |   10 +-
 drivers/char/n_tty.c                    |   17 +-
 drivers/char/nozomi.c                   |    4 +-
 drivers/char/pty.c                      |   47 +-
 drivers/char/riscom8.c                  |   14 +-
 drivers/char/rocket.c                   |   28 +-
 drivers/char/selection.c                |   13 +-
 drivers/char/serial167.c                |    8 +-
 drivers/char/specialix.c                |   13 +-
 drivers/char/stallion.c                 |   20 +-
 drivers/char/sx.c                       |   12 +-
 drivers/char/synclink.c                 |   21 +-
 drivers/char/synclink_gt.c              |   92 +-
 drivers/char/synclinkmp.c               |   43 +-
 drivers/char/tty_io.c                   |  150 ++--
 drivers/char/tty_ioctl.c                |   18 +-
 drivers/char/tty_ldisc.c                |   43 +-
 drivers/char/tty_mutex.c                |   47 +
 drivers/char/tty_port.c                 |    4 +-
 drivers/char/vc_screen.c                |    4 +-
 drivers/char/vt.c                       |   37 +-
 drivers/char/vt_ioctl.c                 |   17 +-
 drivers/gpu/drm/i915/intel_fb.c         |    4 +-
 drivers/gpu/drm/nouveau/nouveau_fbcon.c |    1 +
 drivers/gpu/drm/radeon/radeon_fb.c      |    2 +-
 drivers/serial/21285.c                  |   10 +-
 drivers/serial/68328serial.c            |   26 +-
 drivers/serial/68360serial.c            |    4 +-
 drivers/serial/8250.c                   |   11 +-
 drivers/serial/8250_early.c             |   57 +-
 drivers/serial/8250_pci.c               |   13 +
 drivers/serial/Kconfig                  |   44 +
 drivers/serial/Makefile                 |    4 +
 drivers/serial/altera_uart.c            |    2 +-
 drivers/serial/atmel_serial.c           |   11 +-
 drivers/serial/bfin_5xx.c               |    7 +-
 drivers/serial/crisv10.c                |   12 +-
 drivers/serial/imx.c                    |   10 +-
 drivers/serial/ioc3_serial.c            |    9 +-
 drivers/serial/ioc4_serial.c            |    9 +-
 drivers/serial/max3100.c                |    7 +-
 drivers/serial/max3107-aava.c           |  344 +++++++
 drivers/serial/max3107.c                | 1197 ++++++++++++++++++++++++
 drivers/serial/max3107.h                |  441 +++++++++
 drivers/serial/mcf.c                    |   31 +-
 drivers/serial/mfd.c                    | 1498 +++++++++++++++++++++++++++++++
 drivers/serial/mrst_max3110.c           |  844 +++++++++++++++++
 drivers/serial/mrst_max3110.h           |   59 ++
 drivers/serial/serial_core.c            |  288 +++----
 drivers/serial/timbuart.c               |    6 +-
 drivers/usb/class/cdc-acm.c             |   12 +-
 drivers/usb/serial/digi_acceleport.c    |   14 +-
 drivers/video/console/fbcon.c           |    4 +-
 drivers/video/console/vgacon.c          |    2 -
 fs/compat_ioctl.c                       |    1 +
 include/asm-generic/ioctls.h            |    8 +-
 include/asm-generic/termbits.h          |    1 +
 include/linux/console_struct.h          |    4 +-
 include/linux/fb.h                      |    4 +
 include/linux/istallion.h               |    2 +-
 include/linux/serial.h                  |    6 +-
 include/linux/serial_core.h             |    8 +-
 include/linux/serial_mfd.h              |   47 +
 include/linux/serial_reg.h              |   16 +
 include/linux/tty.h                     |   68 ++
 include/linux/vt_kern.h                 |   64 ++-
 lib/Kconfig.debug                       |   10 +
 112 files changed, 5481 insertions(+), 644 deletions(-)
 create mode 100644 drivers/char/tty_mutex.c
 create mode 100644 drivers/serial/max3107-aava.c
 create mode 100644 drivers/serial/max3107.c
 create mode 100644 drivers/serial/max3107.h
 create mode 100644 drivers/serial/mfd.c
 create mode 100644 drivers/serial/mrst_max3110.c
 create mode 100644 drivers/serial/mrst_max3110.h
 create mode 100644 include/linux/serial_mfd.h

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

Alan Cox (23):
      stallion: prune lock_kernel calls
      istallion: use bit ops for the board flags
      riscom8: kill use of lock_kernel
      isicom: kill off the BKL
      rocket: kill BKL
      synclink: kill the big kernel lock
      cyclades: Kill off BKL usage
      epca: Kill the big kernel lock
      specialix: Kill the BKL
      tty: Fix the digi acceleport driver NULL checks
      synclink: reworking locking a bit
      tty: serial - fix various misuses/mishandlings of port->tty
      tty: serial - fix tty back references in termios
      tty: serial - fix tty referencing in set_ldisc
      vc: Locking clean up
      tty: Make vt's have a tty_port
      tty: Move the vt_tty field from the vc_data into the standard tty_port
      serial: Change the wait for carrier locking
      serial: add port helpers
      serial: trim locking on the helpers
      serial: Use block_til_ready helper
      serial: max3107: Abstract out the platform specific bits
      serial: max3107: Fix gpiolib support

Andrea Gelmini (1):
      n_gsm.c: removed duplicated #includes

Andrew Morton (1):
      serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes

Andy Shevchenko (1):
      vt: clean up the code - use kernel library

Arjan van de Ven (2):
      serial: replace open coded mutex with a real mutex in mrst_max3110.c
      serial: fix wakup races in the mrst_max3110 driver

Arnd Bergmann (13):
      serial: fix termios settings in open
      tty: replace BKL with a new tty_lock
      tty: never hold BTM while getting tty_mutex
      tty: fix console_sem lock order
      cdc-acm: remove dead code
      tty: introduce wait_event_interruptible_tty
      tty: reorder ldisc locking
      tty: untangle locking of wait_until_sent
      tty: remove tty_lock_nested
      tty: implement BTM as mutex instead of BKL
      tty: release BTM while sleeping in block_til_ready
      8250: fix set_ldisc operation
      tty: avoid recursive BTM in pty_close

Christoph Egger (2):
      serial: There's no config CONSOLE
      serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)

Claudio Scordino (1):
      serial: general fixes in the serial_rs485 structure

Feng Tang (5):
      mrst_max3110: add UART driver for Max3110 on Moorestown
      hsu: driver for Medfield High Speed UART device
      hsu: add a periodic timer to check dma rx channel
      hsu: some code cleanup
      hsu: call PCI pm hooks in suspend/resume function

Greg Kroah-Hartman (1):
      tty: remove remaining Hayes ESP ioctls

Jeff Dike (1):
      tty: Remove Hayes ESP ioctls

Jesse Barnes (1):
      vt/console: try harder to print output when panicing

Jiri Slaby (2):
      Char: nozomi, fix tty->count counting
      Char: nozomi, set tty->driver_data appropriately

John Villalovos (1):
      serial: fix missing bit coverage of ASYNC_FLAGS

Kevin Winchester (1):
      vt: Fix warning: statement with no effect due to vt_kern.h

Kulikov Vasiliy (3):
      tty_io: remove casts from void*
      serial: crisv10: formatting of pointers in printk()
      mxser: remove unnesesary NULL check

Lytochkin Boris (1):
      serial: add support for OX16PCI958 card

Richard Röjfors (1):
      timbuart: use __devinit and __devexit macros for probe and remove

Samium Gromoff (1):
      serial: MMIO32 support for 8250_early.c

Yegor Yefremov (1):
      serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition

Yury Georgievskiy (1):
      serial: mcf: don't take spinlocks in already protected functions

hyc@symas.com (1):
      tty: Add EXTPROC support for LINEMODE

jianwei.yang (2):
      max3110 sanity check a register
      serial: max3107: introduce a max3107 driver


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

end of thread, other threads:[~2010-08-10  7:31 UTC | newest]

Thread overview: 81+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 21:35 [GIT PATCH] TTY patches for 2.6.36 Greg KH
2010-08-05 22:22 ` [PATCH 01/67] n_gsm.c: removed duplicated #includes Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 02/67] serial: There's no config CONSOLE Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 03/67] vt: clean up the code - use kernel library Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 04/67] serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 05/67] mrst_max3110: add UART driver for Max3110 on Moorestown Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 06/67] max3110 sanity check a register Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 07/67] serial: replace open coded mutex with a real mutex in mrst_max3110.c Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 08/67] serial: fix wakup races in the mrst_max3110 driver Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 09/67] tty: Remove Hayes ESP ioctls Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 10/67] tty: remove remaining " Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 11/67] tty: Add EXTPROC support for LINEMODE Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 12/67] vt/console: try harder to print output when panicing Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 13/67] stallion: prune lock_kernel calls Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 14/67] istallion: use bit ops for the board flags Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 15/67] riscom8: kill use of lock_kernel Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 16/67] isicom: kill off the BKL Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 17/67] rocket: kill BKL Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 18/67] synclink: kill the big kernel lock Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 19/67] cyclades: Kill off BKL usage Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 20/67] epca: Kill the big kernel lock Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 21/67] specialix: Kill the BKL Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 22/67] tty: Fix the digi acceleport driver NULL checks Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 23/67] synclink: reworking locking a bit Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 24/67] tty: serial - fix various misuses/mishandlings of port->tty Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 25/67] tty: serial - fix tty back references in termios Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 26/67] tty: serial - fix tty referencing in set_ldisc Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 27/67] vc: Locking clean up Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 28/67] tty: Make vt's have a tty_port Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 29/67] tty: Move the vt_tty field from the vc_data into the standard tty_port Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 30/67] serial: Change the wait for carrier locking Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 31/67] serial: add port helpers Greg Kroah-Hartman
2010-08-05 22:22 ` [PATCH 32/67] serial: trim locking on the helpers Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 33/67] serial: Use block_til_ready helper Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 34/67] serial: fix termios settings in open Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 35/67] tty: replace BKL with a new tty_lock Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 36/67] tty: never hold BTM while getting tty_mutex Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 37/67] tty: fix console_sem lock order Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 38/67] cdc-acm: remove dead code Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 39/67] tty: introduce wait_event_interruptible_tty Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 40/67] tty: reorder ldisc locking Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 41/67] tty: untangle locking of wait_until_sent Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 42/67] tty: remove tty_lock_nested Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 43/67] tty: implement BTM as mutex instead of BKL Greg Kroah-Hartman
2010-08-06 19:40   ` [PATCH retry] " Arnd Bergmann
2010-08-05 22:23 ` [PATCH 44/67] tty: release BTM while sleeping in block_til_ready Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 45/67] 8250: fix set_ldisc operation Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 46/67] tty: avoid recursive BTM in pty_close Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 47/67] serial: max3107: introduce a max3107 driver Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 48/67] serial: max3107: Abstract out the platform specific bits Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 49/67] tty_io: remove casts from void* Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 50/67] vt: Fix warning: statement with no effect due to vt_kern.h Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 51/67] serial: crisv10: formatting of pointers in printk() Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 52/67] serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 53/67] serial: fix missing bit coverage of ASYNC_FLAGS Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 54/67] serial: general fixes in the serial_rs485 structure Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 55/67] serial: mcf: don't take spinlocks in already protected functions Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 56/67] serial: MMIO32 support for 8250_early.c Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 57/67] timbuart: use __devinit and __devexit macros for probe and remove Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 58/67] serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS) Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 59/67] serial: add support for OX16PCI958 card Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 60/67] mxser: remove unnesesary NULL check Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 61/67] hsu: driver for Medfield High Speed UART device Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 62/67] hsu: add a periodic timer to check dma rx channel Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 63/67] hsu: some code cleanup Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 64/67] hsu: call PCI pm hooks in suspend/resume function Greg Kroah-Hartman
2010-08-05 22:23 ` [PATCH 65/67] serial: max3107: Fix gpiolib support Greg Kroah-Hartman
2010-08-06 18:40 ` [GIT PATCH] TTY patches for 2.6.36 Linus Torvalds
2010-08-06 18:51   ` Greg KH
2010-08-06 19:40     ` Arnd Bergmann
2010-08-06 19:45     ` Alan Cox
2010-08-06 19:37       ` Greg KH
2010-08-06 19:38       ` Linus Torvalds
2010-08-06 19:58         ` Arnd Bergmann
2010-08-06 20:11           ` Linus Torvalds
2010-08-06 20:19             ` Arnd Bergmann
2010-08-06 20:22           ` Greg KH
2010-08-09 16:06             ` Andy Whitcroft
2010-08-09 18:38               ` Arnd Bergmann
2010-08-09 19:24               ` Alan Cox
2010-08-10  7:31                 ` Andy Whitcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox