summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Move "uart_console" def to core header file.Sourav Poddar2013-05-201-6/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | serial_core.c: add put_device() after device_find_child()Federico Vaga2013-04-151-0/+4
|/
* tty: Remove ancient hardpps()Peter Hurley2013-02-131-4/+0
* pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin2013-02-131-10/+7
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-4/+1
* drivers/tty/serial: extern function which for release resource, need check po...Chen Gang2013-01-151-1/+8
* TTY: move low_latency to tty_portJiri Slaby2013-01-151-4/+3
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-3/+3
* tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee2013-01-151-9/+9
* tty: serial core: decouple pm states from ACPILinus Walleij2013-01-151-14/+16
* Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-14/+57
|\
| * SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King2012-11-041-4/+27
| * SERIAL: core: add hardware assisted h/w flow control supportRussell King2012-11-041-0/+7
| * SERIAL: core: add hardware assisted s/w flow control supportRussell King2012-11-041-2/+14
| * SERIAL: core: use local variable uport in uart_set_termios()Russell King2012-11-041-8/+9
* | drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton2012-11-261-1/+5
* | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+6
* | serial: cast before shifting on port ioAlan Cox2012-11-151-1/+1
* | uart: add other serial core layer get attributesAlan Cox2012-10-301-0/+145
* | uart: tidy the uart_get_info APIAlan Cox2012-10-301-14/+15
* | uart: update the sysfs handler to use uart_get_infoAlan Cox2012-10-301-5/+5
|/
* tty/serial/core: Introduce poll_init callbackAnton Vorontsov2012-09-261-0/+17
* serial_core: Fix race in uart_handle_dcd_changeAlan Cox2012-09-211-4/+7
* tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-061-4/+4
* tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-061-2/+32
* serial_core: fix sizeof(pointer)Fengguang Wu2012-09-061-1/+1
* serial: add a new helper functionHuang Shijie2012-09-051-2/+2
* tty: Split the serial_core helpers for setserial into twoAlan Cox2012-09-051-71/+87
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-1/+2
* tty: move the termios object into the ttyAlan Cox2012-07-161-14/+14
* serial_core: Update buffer overrun statistics.Corbin2012-06-121-2/+4
* Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman2012-05-151-4/+2
* tty: Allow uart_register/unregister/registerAlan Cox2012-05-141-0/+1
* serial_core: Update buffer overrun statistics.Corbin Atkinson2012-05-091-2/+4
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-241-3/+3
* serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König2012-01-041-1/+1
* TTY: serial, extract uart_port_startupJiri Slaby2011-11-151-15/+28
* TTY: serial, fill uart_port_shutdownJiri Slaby2011-11-151-18/+24
* TTY: serial, define uart_port_activate/shutdownJiri Slaby2011-11-151-0/+11
* TTY: serial, inline uart_getJiri Slaby2011-11-151-44/+22
* TTY: serial, do not touch tty->alt_speedJiri Slaby2011-11-151-3/+1
* TTY: serial, document few functionsJiri Slaby2011-11-151-0/+20
* TTY: serial, use tty_port_close_start helperJiri Slaby2011-11-151-39/+1
* TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby2011-11-151-9/+10
* TTY: serial, cleanup include fileJiri Slaby2011-11-151-0/+82
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-51/+21
|\
| * TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson2011-10-191-0/+7
OpenPOWER on IntegriCloud