aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-26tty/serial/core: Introduce poll_init callbackAnton Vorontsov1-0/+17
2012-09-21serial_core: Fix race in uart_handle_dcd_changeAlan Cox1-4/+7
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek1-4/+4
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-2/+32
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu1-1/+1
2012-09-05serial: add a new helper functionHuang Shijie1-2/+2
2012-09-05tty: Split the serial_core helpers for setserial into twoAlan Cox1-71/+87
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-14/+14
2012-06-12serial_core: Update buffer overrun statistics.Corbin1-2/+4
2012-05-15Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman1-4/+2
2012-05-14tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-05-09serial_core: Update buffer overrun statistics.Corbin Atkinson1-2/+4
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-01-24serial: Fix wakeup init logic to speed up startupSimon Glass1-3/+3
2012-01-04serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König1-1/+1
2011-11-15TTY: serial, extract uart_port_startupJiri Slaby1-15/+28
2011-11-15TTY: serial, fill uart_port_shutdownJiri Slaby1-18/+24
2011-11-15TTY: serial, define uart_port_activate/shutdownJiri Slaby1-0/+11
2011-11-15TTY: serial, inline uart_getJiri Slaby1-44/+22
2011-11-15TTY: serial, do not touch tty->alt_speedJiri Slaby1-3/+1
2011-11-15TTY: serial, document few functionsJiri Slaby1-0/+20
2011-11-15TTY: serial, use tty_port_close_start helperJiri Slaby1-39/+1
2011-11-15TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby1-9/+10
2011-11-15TTY: serial, cleanup include fileJiri Slaby1-0/+82
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-51/+21
2011-10-19TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson1-0/+7
2011-09-22serial-core: power up uart port early before we do set_termios when resumingNing Jiang1-0/+2
2011-09-22TTY: serial: Move mutex_unlock in uart_close functionNobuhiro Iwamatsu1-3/+2
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+2
2011-08-25TTY: serial, move locking in uart_closeJiri Slaby1-1/+1
2011-08-25TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby1-0/+3
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles1-4/+0
2011-08-23TTY: remove tty_lockedJiri Slaby1-4/+0
2011-08-23TTY: serial, remove tasklet for tty_wakeupJiri Slaby1-19/+1
2011-08-23TTY: serial, remove BTM from wait_until_sentJiri Slaby1-23/+7
2011-08-23TTY: serial, document ignoring of uart->ops->startup errorJiri Slaby1-0/+5
2011-04-25TTY: serial_core, remove superfluous set_task_stateJiri Slaby1-1/+0
2011-04-25TTY: serial_core, remove invalid testJiri Slaby1-9/+0
2011-04-19Serial: Remove unused code.Govindraj.R1-11/+0
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-04-19serial: core, remove uart_update_termiosJiri Slaby1-24/+1
2011-04-19serial: core, do not set DTR/RTS twice on startupJiri Slaby1-14/+0
2011-04-19serial: core, move termios handling to uart_startupJiri Slaby1-15/+9
2011-04-19TTY: serial_core, remove unused variableJiri Slaby1-4/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-4/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-4/+2
2011-02-03serial-core: reset the console speed on resumeYin Kangkai1-3/+3
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+2578