dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/serial/jsm
Alan Cox f751928e0d tty: We want the port object to be persistent
Move the tty_port and uart_info bits around a little. By embedding the uart_info
into the uart_port we get rid of lots of corner case testing and also get the
ability to go port<->state<->info which is a bit more elegant than the current
data structures.

Downsides - we allocate a tiny bit more memory for unused ports, upside we've
removed as much code as it saved for most users..

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-02 10:19:42 -08:00
..
Makefile
jsm.h jsm: add new supported board to jsm serial driver 2008-05-01 08:04:01 -07:00
jsm_driver.c jsm: add new supported board to jsm serial driver 2008-05-01 08:04:01 -07:00
jsm_neo.c serial: use tty_port 2008-07-20 17:12:35 -07:00
jsm_tty.c tty: We want the port object to be persistent 2009-01-02 10:19:42 -08:00