Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change in timer_list structHEADmaster | Eusebio Gomez | 2018-06-20 | 1 | -3/+8 |
| | | | Member data of timer struct (timer_list) is no longer available. Use timer_setup function to pass the parameter to the callback function | ||||
* | tty: tiny_tty: Use timer_setup() instead of init_timer() | Javier Martinez Canillas | 2018-02-25 | 1 | -23/+10 |
| | | | | | | The init_timer() function has been deprecated, use timer_setup() instead. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | tty: tiny_tty: Include <linux/sched/signal.h> header for signal_pending() | Javier Martinez Canillas | 2018-02-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | tiny_tty update for 3.10 | hwangcc | 2018-02-25 | 1 | -59/+64 |
| | | | | | | | | 1. checkpatch.pl cleanups. 2. Add init_timer 3. Link tty ports. Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw> | ||||
* | tty: update termios access due tty_struct changes | Javier Martinez Canillas | 2013-04-27 | 1 | -2/+2 |
| | | | | | | | | | | commit adc8d746 ("tty: move the termios object into the tty") moved the struct ktermios inside struct tty_struct instead of keeping just a pointer to it. So, let's update the access to termios according to this change. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | 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 |