aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13tty: Remove ancient hardpps()Peter Hurley1-4/+0
2013-02-13pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin1-10/+7
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-4/+1
2013-01-15drivers/tty/serial: extern function which for release resource, need check pointer, before free itChen Gang1-1/+8
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-4/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-3/+3
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee1-9/+9
2013-01-15tty: serial core: decouple pm states from ACPILinus Walleij1-14/+16
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-14/+57
2012-11-26drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton1-1/+5
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+6
2012-11-15serial: cast before shifting on port ioAlan Cox1-1/+1
2012-11-04SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow controlRussell King1-4/+27
2012-11-04SERIAL: core: add hardware assisted h/w flow control supportRussell King1-0/+7
2012-11-04SERIAL: core: add hardware assisted s/w flow control supportRussell King1-2/+14
2012-11-04SERIAL: core: use local variable uport in uart_set_termios()Russell King1-8/+9
2012-10-30uart: add other serial core layer get attributesAlan Cox1-0/+145
2012-10-30uart: tidy the uart_get_info APIAlan Cox1-14/+15
2012-10-30uart: update the sysfs handler to use uart_get_infoAlan Cox1-5/+5
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