All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] more beating of serial in the direction of sanity
@ 2009-11-18 14:09 Alan Cox
  2009-11-18 14:10 ` [PATCH 1/7] tty_port: Change the buffer allocator locking Alan Cox
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alan Cox @ 2009-11-18 14:09 UTC (permalink / raw)
  To: greg, linux-kernel

---

Alan Cox (7):
      istallion: tty port open/close methods
      stallion: Convert to the tty_port_open/close methods
      tty_port: Move the IO_ERROR clear
      tty_port: Add IO_ERROR bit handling
      riscom8: switch to the tty_port_open API
      n_tty: fix throttling
      tty_port: Change the buffer allocator locking


 drivers/char/istallion.c |  177 ++++++++++++++++------------------------------
 drivers/char/n_tty.c     |   35 +++++++--
 drivers/char/riscom8.c   |   89 +++++++++++------------
 drivers/char/stallion.c  |  118 +++++++++----------------------
 drivers/char/tty_port.c  |   15 +++-
 include/linux/tty.h      |    1 
 6 files changed, 174 insertions(+), 261 deletions(-)


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

end of thread, other threads:[~2009-11-18 14:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 14:09 [PATCH 0/7] more beating of serial in the direction of sanity Alan Cox
2009-11-18 14:10 ` [PATCH 1/7] tty_port: Change the buffer allocator locking Alan Cox
2009-11-18 14:10 ` [PATCH 2/7] n_tty: fix throttling Alan Cox
2009-11-18 14:10 ` [PATCH 3/7] riscom8: switch to the tty_port_open API Alan Cox
2009-11-18 14:10 ` [PATCH 4/7] tty_port: Add IO_ERROR bit handling Alan Cox
2009-11-18 14:10 ` [PATCH 5/7] tty_port: Move the IO_ERROR clear Alan Cox
2009-11-18 14:10 ` [PATCH 6/7] stallion: Convert to the tty_port_open/close methods Alan Cox
2009-11-18 14:10 ` [PATCH 7/7] istallion: tty port open/close methods 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.