linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] serial: move towards tty_port
@ 2010-05-19 12:13 Alan Cox
  2010-05-19 12:13 ` [PATCH 1/4] serial: Change the wait for carrier locking Alan Cox
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alan Cox @ 2010-05-19 12:13 UTC (permalink / raw)
  To: greg, linux-serial

We really want to be using tty_port here so that we can dump all the nasty
horrible complicated locking and POSIX tty behaviour into one place for all
users. This gets us to the point of the block_til_ready helper doing much of
the work.

---

Alan Cox (4):
      serial: Use block_til_ready helper
      serial: trim locking on the helpers
      serial: add port helpers
      serial: Change the wait for carrier locking


 drivers/serial/serial_core.c |  131 +++++++++++++++---------------------------
 1 files changed, 46 insertions(+), 85 deletions(-)

-- 
Zendemonium



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 12:13 [PATCH 0/4] serial: move towards tty_port Alan Cox
2010-05-19 12:13 ` [PATCH 1/4] serial: Change the wait for carrier locking Alan Cox
2010-05-19 12:14 ` [PATCH 2/4] serial: add port helpers Alan Cox
2010-05-19 12:14 ` [PATCH 3/4] serial: trim locking on the helpers Alan Cox
2010-05-19 12:14 ` [PATCH 4/4] serial: Use block_til_ready helper 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).