Serial Roadmap

From: Alan Cox
Date: Thu Mar 27 2008 - 12:27:06 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/