summaryrefslogtreecommitdiffstats
path: root/tty/tiny_serial.c
Commit message (Collapse)AuthorAgeFilesLines
* Change in timer_list structHEADmasterEusebio Gomez2018-06-201-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_structJavier Martinez Canillas2013-04-271-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]_txJavier Martinez Canillas2010-12-311-4/+4
|
* tty: tiny_serial: Use ktermios instead of termiosJavier Martinez Canillas2010-12-311-1/+1
|
* tty: tiny_serial: Fix uart_port->info to uart_port->state changeJavier Martinez Canillas2010-12-311-1/+1
|
* tty: tiny_serial: Change use uart_port->state instead of uart_port->infoJavier Martinez Canillas2010-12-311-3/+3
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+291