summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+6
2012-11-16serial: cast before shifting on port ioAlan Cox1-1/+1
2012-10-31uart: add other serial core layer get attributesAlan Cox1-0/+145
2012-10-31uart: tidy the uart_get_info APIAlan Cox1-14/+15
2012-10-31uart: update the sysfs handler to use uart_get_infoAlan Cox1-5/+5
2012-09-27tty/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-07tty_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-06serial: add a new helper functionHuang Shijie1-2/+2
2012-09-06tty: Split the serial_core helpers for setserial into twoAlan Cox1-71/+87
2012-08-14TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-07-17tty: move the termios object into the ttyAlan Cox1-14/+14
2012-06-13serial_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-10serial_core: Update buffer overrun statistics.Corbin Atkinson1-2/+4
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-01-25serial: Fix wakeup init logic to speed up startupSimon Glass1-3/+3
2012-01-05serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König1-1/+1
2011-11-16TTY: serial, extract uart_port_startupJiri Slaby1-15/+28
2011-11-16TTY: serial, fill uart_port_shutdownJiri Slaby1-18/+24
2011-11-16TTY: serial, define uart_port_activate/shutdownJiri Slaby1-0/+11
2011-11-16TTY: serial, inline uart_getJiri Slaby1-44/+22
2011-11-16TTY: serial, do not touch tty->alt_speedJiri Slaby1-3/+1
2011-11-16TTY: serial, document few functionsJiri Slaby1-0/+20
2011-11-16TTY: serial, use tty_port_close_start helperJiri Slaby1-39/+1
2011-11-16TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby1-9/+10
2011-11-16TTY: serial, cleanup include fileJiri Slaby1-0/+82
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-51/+21
2011-10-20TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson1-0/+7
2011-09-23serial-core: power up uart port early before we do set_termios when resumingNing Jiang1-0/+2
2011-09-23TTY: 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-26TTY: serial_core, remove superfluous set_task_stateJiri Slaby1-1/+0
2011-04-26TTY: serial_core, remove invalid testJiri Slaby1-9/+0
2011-04-20Serial: Remove unused code.Govindraj.R1-11/+0
2011-04-20tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-04-20serial: core, remove uart_update_termiosJiri Slaby1-24/+1
2011-04-20serial: core, do not set DTR/RTS twice on startupJiri Slaby1-14/+0
2011-04-20serial: core, move termios handling to uart_startupJiri Slaby1-15/+9
2011-04-20TTY: serial_core, remove unused variableJiri Slaby1-4/+0