linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Clean up tty buffering v page allocation
@ 2010-02-18 16:43 Alan Cox
  2010-02-18 16:43 ` [PATCH 1/6] tty: Keep the default buffering to sub-page units Alan Cox
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alan Cox @ 2010-02-18 16:43 UTC (permalink / raw)
  To: greg, linux-serial

Resend with all the bits in the right patches (guess who forgot to do an stg
refresh at one point).
---

Alan Cox (6):
      tty: Fix up char drivers request_room usage
      tty: kill request_room for USB ACM class
      tty: sort out the request_room handling for whiteheat
      tty: Prune uses of tty_request_room in the USB layer
      tty: Add a function to insert a string of characters with the same flag
      tty: Keep the default buffering to sub-page units


 drivers/char/nozomi.c                 |    2 --
 drivers/char/serial167.c              |    3 +--
 drivers/char/specialix.c              |    2 --
 drivers/char/tty_buffer.c             |   17 ++++++++++-------
 drivers/serial/icom.c                 |    1 -
 drivers/serial/ioc3_serial.c          |    3 +--
 drivers/usb/class/cdc-acm.c           |    1 -
 drivers/usb/serial/ark3116.c          |    1 -
 drivers/usb/serial/cyberjack.c        |    1 -
 drivers/usb/serial/cypress_m8.c       |   10 +++-------
 drivers/usb/serial/digi_acceleport.c  |   13 ++-----------
 drivers/usb/serial/empeg.c            |    1 -
 drivers/usb/serial/garmin_gps.c       |    1 -
 drivers/usb/serial/io_edgeport.c      |   19 +++++++------------
 drivers/usb/serial/io_ti.c            |    1 -
 drivers/usb/serial/ipaq.c             |    1 -
 drivers/usb/serial/ipw.c              |    1 -
 drivers/usb/serial/ir-usb.c           |    6 ++----
 drivers/usb/serial/kl5kusb105.c       |    1 -
 drivers/usb/serial/kobil_sct.c        |    1 -
 drivers/usb/serial/mos7720.c          |    1 -
 drivers/usb/serial/mos7840.c          |    1 -
 drivers/usb/serial/navman.c           |    1 -
 drivers/usb/serial/opticon.c          |   11 +++--------
 drivers/usb/serial/option.c           |    1 -
 drivers/usb/serial/pl2303.c           |    1 -
 drivers/usb/serial/sierra.c           |    1 -
 drivers/usb/serial/spcp8x5.c          |    6 ++----
 drivers/usb/serial/symbolserial.c     |   10 ++--------
 drivers/usb/serial/ti_usb_3410_5052.c |    3 +--
 drivers/usb/serial/visor.c            |   10 +++-------
 drivers/usb/serial/whiteheat.c        |   18 +++---------------
 include/linux/tty.h                   |   10 ++++++++++
 include/linux/tty_flip.h              |    7 ++++++-
 34 files changed, 56 insertions(+), 111 deletions(-)

-- 
"..hoping for a hanged parliament"
"It's hung not hanged"
"Hanged.. you misunderstand quite how cross the masses are"


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

end of thread, other threads:[~2010-02-18 17:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 16:43 [PATCH 0/6] Clean up tty buffering v page allocation Alan Cox
2010-02-18 16:43 ` [PATCH 1/6] tty: Keep the default buffering to sub-page units Alan Cox
2010-02-18 16:43 ` [PATCH 2/6] tty: Add a function to insert a string of characters with the same flag Alan Cox
2010-02-18 16:44 ` [PATCH 3/6] tty: Prune uses of tty_request_room in the USB layer Alan Cox
2010-02-18 16:44 ` [PATCH 4/6] tty: sort out the request_room handling for whiteheat Alan Cox
2010-02-18 16:44 ` [PATCH 5/6] tty: kill request_room for USB ACM class Alan Cox
2010-02-18 16:44 ` [PATCH 6/6] tty: Fix up char drivers request_room usage Alan Cox

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).