aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAge
* serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-24
* serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König2012-01-04
* TTY: serial, extract uart_port_startupJiri Slaby2011-11-15
* TTY: serial, fill uart_port_shutdownJiri Slaby2011-11-15
* TTY: serial, define uart_port_activate/shutdownJiri Slaby2011-11-15
* TTY: serial, inline uart_getJiri Slaby2011-11-15
* TTY: serial, do not touch tty->alt_speedJiri Slaby2011-11-15
* TTY: serial, document few functionsJiri Slaby2011-11-15
* TTY: serial, use tty_port_close_start helperJiri Slaby2011-11-15
* TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby2011-11-15
* TTY: serial, cleanup include fileJiri Slaby2011-11-15
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-26
|\
| * TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson2011-10-19
| * serial-core: power up uart port early before we do set_termios when resumingNing Jiang2011-09-22
| * TTY: serial: Move mutex_unlock in uart_close functionNobuhiro Iwamatsu2011-09-22
| * TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-25
| * TTY: serial, move locking in uart_closeJiri Slaby2011-08-25
| * TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby2011-08-25
| * tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles2011-08-23
| * TTY: remove tty_lockedJiri Slaby2011-08-23
| * TTY: serial, remove tasklet for tty_wakeupJiri Slaby2011-08-23
| * TTY: serial, remove BTM from wait_until_sentJiri Slaby2011-08-23
* | TTY: serial, document ignoring of uart->ops->startup errorJiri Slaby2011-08-23
|/
* TTY: serial_core, remove superfluous set_task_stateJiri Slaby2011-04-25
* TTY: serial_core, remove invalid testJiri Slaby2011-04-25
* Serial: Remove unused code.Govindraj.R2011-04-19
* tty: remove invalid location line in file headerJovi Zhang2011-04-19
* serial: core, remove uart_update_termiosJiri Slaby2011-04-19
* serial: core, do not set DTR/RTS twice on startupJiri Slaby2011-04-19
* serial: core, move termios handling to uart_startupJiri Slaby2011-04-19
* TTY: serial_core, remove unused variableJiri Slaby2011-04-19
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* serial-core: reset the console speed on resumeYin Kangkai2011-02-03
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-13