Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tty: pass tty_port to tty functions instead of tty_struct | Javier Martinez Canillas | 2013-04-27 | 2 | -6/+11 |
| | | | | | | | | | | commit 227434f8 ("TTY: switch tty_buffer_request_room to tty_port") started to convert all tty functions to receive a tty_port instead of a tt_struct. Update the drivers according this API change. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | tty: tiny_tty: Remove struct file * argument from tty_operations handler ↵ | Javier Martinez Canillas | 2011-03-08 | 1 | -14/+14 |
| | | | | functions | ||||
* | tty: Use sema_init() instead init_MUTEX() | Javier Martinez Canillas | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | tty: tiny_tty: Use seq_file instead read_proc | Javier Martinez Canillas | 2011-01-08 | 1 | -22/+17 |
| | |||||
* | tty: tiny_serial: Remove tty_[start | stop] to tyny_[start | stop]_tx | Javier Martinez Canillas | 2010-12-31 | 1 | -4/+4 |
| | |||||
* | tty: tiny_serial: Use ktermios instead of termios | Javier Martinez Canillas | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | tty: tiny_serial: Fix uart_port->info to uart_port->state change | Javier Martinez Canillas | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | tty: tiny_serial: Change use uart_port->state instead of uart_port->info | Javier Martinez Canillas | 2010-12-31 | 1 | -3/+3 |
| | |||||
* | tty: tiny_serial: Move handlers from tty_driver to tty_operations | Javier Martinez Canillas | 2010-12-31 | 1 | -8/+11 |
| | |||||
* | tty: tiny_tty: Change now non-existing TTY_DRIVER_NO_DEVFS to ↵ | Javier Martinez Canillas | 2010-12-31 | 1 | -1/+1 |
| | | | | TTY_DRIVER_DYNAMIC_DEV | ||||
* | tty: tiny_tty: Remove the no longer needed devfs_name field | Javier Martinez Canillas | 2010-12-31 | 1 | -1/+0 |
| | |||||
* | tty: tiny_tty: Replace termios for ktermios | Javier Martinez Canillas | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | tty: tiny_tty: Add <linux/sched.h> header | Javier Martinez Canillas | 2010-12-31 | 1 | -0/+1 |
| | |||||
* | tty: tiny_tty: Use tty_buffer_request_room instead of tty->flip.count | Javier Martinez Canillas | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | tty: tiny_tty: Removes <linux/config.h> | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | tty: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -3/+3 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 3 | -0/+923 |