All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Misc tty fixes & cleanups
@ 2016-01-11  4:36 Peter Hurley
  2016-01-11  4:36 ` [PATCH v2 1/9] tty: rocket: Remove private close_wait Peter Hurley
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Peter Hurley @ 2016-01-11  4:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Jiri Slaby, linux-kernel, linux-serial, Peter Hurley

Hi Greg,

Again, apologies for the mixed series; this is the other series.
This series contains accumulated cleanups for the tty core and drivers.

Regards,

Peter Hurley (9):
  tty: rocket: Remove private close_wait
  n_tty: Ignore all read data when closing
  ia64: Pin controlling tty for unaligned fault message
  staging: dgap: Remove redundant write_wait wakeups
  tty: Fix GPF in flush_to_ldisc(), part 2
  tty: Unify receive_buf() code paths
  tty: Allow unreadable mess to be > 80 chars
  tty: Use termios c_*flag macros
  tty: Use test_bit() with tty->flags

 arch/ia64/hp/sim/simserial.c         |  2 +-
 arch/ia64/kernel/unaligned.c         |  7 +++++--
 drivers/char/pcmcia/synclink_cs.c    | 23 +++++++++------------
 drivers/isdn/i4l/isdn_tty.c          |  6 +++---
 drivers/mmc/card/sdio_uart.c         | 14 ++++++-------
 drivers/s390/char/tty3270.c          |  4 ++--
 drivers/staging/dgap/dgap.c          | 10 ++-------
 drivers/staging/dgnc/dgnc_tty.c      |  4 ++--
 drivers/tty/amiserial.c              | 28 ++++++++++----------------
 drivers/tty/cyclades.c               | 14 ++++++-------
 drivers/tty/isicom.c                 |  3 +--
 drivers/tty/mxser.c                  | 10 ++++-----
 drivers/tty/n_gsm.c                  |  6 +++---
 drivers/tty/n_tty.c                  |  2 --
 drivers/tty/pty.c                    |  3 +--
 drivers/tty/rocket.c                 | 10 ++++-----
 drivers/tty/rocket_int.h             |  1 -
 drivers/tty/serial/68328serial.c     |  6 ++----
 drivers/tty/serial/crisv10.c         | 22 +++++++++-----------
 drivers/tty/serial/jsm/jsm_tty.c     |  3 +--
 drivers/tty/serial/serial_core.c     | 26 +++++++++++-------------
 drivers/tty/synclink.c               | 27 ++++++++++---------------
 drivers/tty/synclink_gt.c            | 23 +++++++++------------
 drivers/tty/synclinkmp.c             | 23 +++++++++------------
 drivers/tty/tty_buffer.c             | 39 ++++++++++++++++++++++++++----------
 drivers/tty/tty_ioctl.c              | 12 +++++------
 drivers/tty/tty_port.c               | 10 ++++-----
 drivers/usb/serial/cypress_m8.c      |  3 +--
 drivers/usb/serial/digi_acceleport.c |  8 ++++----
 drivers/usb/serial/io_edgeport.c     |  4 ++--
 drivers/usb/serial/mct_u232.c        |  2 +-
 drivers/usb/serial/mos7720.c         |  4 ++--
 drivers/usb/serial/mos7840.c         |  4 ++--
 include/linux/tty.h                  | 16 ++-------------
 net/irda/ircomm/ircomm_tty.c         | 11 +++++-----
 net/irda/ircomm/ircomm_tty_ioctl.c   | 19 +++++++-----------
 36 files changed, 178 insertions(+), 231 deletions(-)

-- 
2.7.0

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

end of thread, other threads:[~2016-04-10  0:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  4:36 [PATCH v2 0/9] Misc tty fixes & cleanups Peter Hurley
2016-01-11  4:36 ` [PATCH v2 1/9] tty: rocket: Remove private close_wait Peter Hurley
2016-01-11  4:36 ` [PATCH v2 2/9] n_tty: Ignore all read data when closing Peter Hurley
2016-01-11  4:36 ` [PATCH v2 3/9] ia64: Pin controlling tty for unaligned fault message Peter Hurley
2016-01-11  4:36 ` [PATCH v2 4/9] staging: dgap: Remove redundant write_wait wakeups Peter Hurley
2016-01-11  4:36 ` [PATCH v2 5/9] tty: Fix GPF in flush_to_ldisc(), part 2 Peter Hurley
2016-01-11  4:36 ` [PATCH v2 6/9] tty: Unify receive_buf() code paths Peter Hurley
2016-01-11  4:36 ` [PATCH v2 7/9] tty: Allow unreadable mess to be > 80 chars Peter Hurley
2016-01-11  4:36 ` [PATCH v2 8/9] tty: Use termios c_*flag macros Peter Hurley
2016-01-19 14:38   ` Johan Hovold
2016-01-11  4:36 ` [PATCH v2 9/9] tty: Use test_bit() with tty->flags Peter Hurley
2016-01-28 22:13   ` Greg Kroah-Hartman
2016-01-28 22:19     ` Peter Hurley
2016-01-28 22:22       ` Greg Kroah-Hartman
2016-04-10  0:06         ` [PATCH] tty: Replace TTY_IO_ERROR bit tests with tty_io_error() Peter Hurley

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.