summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-19TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson
2011-09-22serial-core: power up uart port early before we do set_termios when resumingNing Jiang
2011-09-22TTY: serial: Move mutex_unlock in uart_close functionNobuhiro Iwamatsu
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby
2011-08-25TTY: serial, move locking in uart_closeJiri Slaby
2011-08-25TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles
2011-08-23TTY: remove tty_lockedJiri Slaby
2011-08-23TTY: serial, remove tasklet for tty_wakeupJiri Slaby
2011-08-23TTY: serial, remove BTM from wait_until_sentJiri Slaby
2011-08-23TTY: serial, document ignoring of uart->ops->startup errorJiri Slaby
2011-04-25TTY: serial_core, remove superfluous set_task_stateJiri Slaby
2011-04-25TTY: serial_core, remove invalid testJiri Slaby
2011-04-19Serial: Remove unused code.Govindraj.R
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-04-19serial: core, remove uart_update_termiosJiri Slaby
2011-04-19serial: core, do not set DTR/RTS twice on startupJiri Slaby
2011-04-19serial: core, move termios handling to uart_startupJiri Slaby
2011-04-19TTY: serial_core, remove unused variableJiri Slaby
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-02-03serial-core: reset the console speed on resumeYin Kangkai
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman