aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-51/+21
2011-10-19TTY: serial_core: Fix crash if DCD drop during suspendGravatar Doug Anderson 1-0/+7
2011-09-22serial-core: power up uart port early before we do set_termios when resumingGravatar Ning Jiang 1-0/+2
2011-09-22TTY: serial: Move mutex_unlock in uart_close functionGravatar Nobuhiro Iwamatsu 1-3/+2
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversGravatar Jiri Slaby 1-1/+2
2011-08-25TTY: serial, move locking in uart_closeGravatar Jiri Slaby 1-1/+1
2011-08-25TTY: serial, use ASYNCB_CLOSING in uart_closeGravatar Jiri Slaby 1-0/+3
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Gravatar Jamie Iles 1-4/+0
2011-08-23TTY: remove tty_lockedGravatar Jiri Slaby 1-4/+0
2011-08-23TTY: serial, remove tasklet for tty_wakeupGravatar Jiri Slaby 1-19/+1
2011-08-23TTY: serial, remove BTM from wait_until_sentGravatar Jiri Slaby 1-23/+7
2011-08-23TTY: serial, document ignoring of uart->ops->startup errorGravatar Jiri Slaby 1-0/+5
2011-04-25TTY: serial_core, remove superfluous set_task_stateGravatar Jiri Slaby 1-1/+0
2011-04-25TTY: serial_core, remove invalid testGravatar Jiri Slaby 1-9/+0
2011-04-19Serial: Remove unused code.Gravatar Govindraj.R 1-11/+0
2011-04-19tty: remove invalid location line in file headerGravatar Jovi Zhang 1-2/+0
2011-04-19serial: core, remove uart_update_termiosGravatar Jiri Slaby 1-24/+1
2011-04-19serial: core, do not set DTR/RTS twice on startupGravatar Jiri Slaby 1-14/+0
2011-04-19serial: core, move termios handling to uart_startupGravatar Jiri Slaby 1-15/+9
2011-04-19TTY: serial_core, remove unused variableGravatar Jiri Slaby 1-4/+0
2011-02-17tty: now phase out the ioctl file pointer for goodGravatar Alan Cox 1-2/+2
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-4/+2
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-4/+2
2011-02-03serial-core: reset the console speed on resumeGravatar Yin Kangkai 1-3/+3
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Gravatar Greg Kroah-Hartman 1-0/+2578