All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: linux-kernel@vger.kernel.org
Subject: Serial Roadmap
Date: Thu, 27 Mar 2008 16:10:06 +0000	[thread overview]
Message-ID: <20080327161006.2db03b5a@core> (raw)

Basic lock_kernel free serial is now pushed to the -mm tree, with a few
more lock drops to get pushed but tested.

After that the following will be changing

- tty->driver will no longer contain a copy of all the operations methods
but that will become tty->driver->ops and in turn tty->ops

- Helpers will appear for things like write_room/put_char/chars_in_buffer

These will be mandatory to use so that we can stamp out all the corner
cases where some combinations of ldisc/driver crash the box due to bogus
assumptions about what methods must be present.

- break_ctl will become mandatory for break handling removing all the
duplicated per driver cruft in old drivers.

- put_char methods will return 0/1 if they queued the character.

Alan

                 reply	other threads:[~2008-03-27 16:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080327161006.2db03b5a@core \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.