linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Serial reference passing
@ 2010-05-19 12:06 Alan Cox
  2010-05-19 12:07 ` [PATCH 1/3] tty: serial - fix various misuses/mishandlings of port->tty Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alan Cox @ 2010-05-19 12:06 UTC (permalink / raw)
  To: greg, linux-serial

Clean up the way we pass stuff around a bit so that we can avoid a lot of the
tty back references in the serial layer. This is by no means the whole fix but
it lays the groundwork for the important user side bits.
---

Alan Cox (3):
      tty: serial - fix tty referencing in set_ldisc
      tty: serial - fix tty back references in termios
      tty: serial - fix various misuses/mishandlings of port->tty


 drivers/serial/21285.c       |   10 +---
 drivers/serial/bfin_5xx.c    |    7 +--
 drivers/serial/imx.c         |   10 ++--
 drivers/serial/ioc3_serial.c |    9 ++-
 drivers/serial/ioc4_serial.c |    9 ++-
 drivers/serial/max3100.c     |    7 +--
 drivers/serial/serial_core.c |  111 +++++++++++++++++++++++-------------------
 include/linux/serial_core.h  |    2 -
 8 files changed, 83 insertions(+), 82 deletions(-)

-- 
No Signature


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

end of thread, other threads:[~2010-05-19 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 12:06 [PATCH 0/3] Serial reference passing Alan Cox
2010-05-19 12:07 ` [PATCH 1/3] tty: serial - fix various misuses/mishandlings of port->tty Alan Cox
2010-05-19 12:07 ` [PATCH 2/3] tty: serial - fix tty back references in termios Alan Cox
2010-05-19 12:07 ` [PATCH 3/3] tty: serial - fix tty referencing in set_ldisc 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).