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: pass tty_port to tty functions instead of tty_struct | Javier Martinez Canillas | 2013-04-27 | 1 | -2/+5 |
| | | | | | | | | | | 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_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 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+291 |