summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu
2012-09-05serial: add a new helper functionHuang Shijie
2012-09-05tty: Split the serial_core helpers for setserial into twoAlan Cox
2012-08-13TTY: use tty_port_register_deviceJiri Slaby
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-12serial_core: Update buffer overrun statistics.Corbin
2012-05-15Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman
2012-05-14tty: Allow uart_register/unregister/registerAlan Cox
2012-05-09serial_core: Update buffer overrun statistics.Corbin Atkinson
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-01-24serial: Fix wakeup init logic to speed up startupSimon Glass
2012-01-04serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König
2011-11-15TTY: serial, extract uart_port_startupJiri Slaby
2011-11-15TTY: serial, fill uart_port_shutdownJiri Slaby
2011-11-15TTY: serial, define uart_port_activate/shutdownJiri Slaby
2011-11-15TTY: serial, inline uart_getJiri Slaby
2011-11-15TTY: serial, do not touch tty->alt_speedJiri Slaby
2011-11-15TTY: serial, document few functionsJiri Slaby
2011-11-15TTY: serial, use tty_port_close_start helperJiri Slaby
2011-11-15TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby
2011-11-15TTY: serial, cleanup include fileJiri Slaby
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