aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAge
* serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff2014-04-24
* serial_core: Fix pm imbalance on unbindGeert Uytterhoeven2014-04-16
* serial_core: Fix conditional start_tx on ring buffer not emptySeth Bollinger2014-04-16
* serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven2014-03-17
* serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven2014-03-17
* serial_core: Grammar s/ports/port's/Geert Uytterhoeven2014-03-17
* serial_core: Spelling s/contro/control/Geert Uytterhoeven2014-03-17
* serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven2014-02-28
* serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt2013-12-08
* serial: report base_baud after initializationKees Cook2013-07-26
* serial: Move "uart_console" def to core header file.Sourav Poddar2013-05-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* | serial_core.c: add put_device() after device_find_child()Federico Vaga2013-04-15
|/
* tty: Remove ancient hardpps()Peter Hurley2013-02-13
* pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin2013-02-13
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-13
* drivers/tty/serial: extern function which for release resource, need check po...Chen Gang2013-01-16
* TTY: move low_latency to tty_portJiri Slaby2013-01-16
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-16
* tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee2013-01-16
* tty: serial core: decouple pm states from ACPILinus Walleij2013-01-16
* Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-12
|\
| * SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King2012-11-04
| * SERIAL: core: add hardware assisted h/w flow control supportRussell King2012-11-04
| * SERIAL: core: add hardware assisted s/w flow control supportRussell King2012-11-04
| * SERIAL: core: use local variable uport in uart_set_termios()Russell King2012-11-04
* | drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton2012-11-26
* | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-15
* | serial: cast before shifting on port ioAlan Cox2012-11-15
* | uart: add other serial core layer get attributesAlan Cox2012-10-30
* | uart: tidy the uart_get_info APIAlan Cox2012-10-30
* | uart: update the sysfs handler to use uart_get_infoAlan Cox2012-10-30
|/
* tty/serial/core: Introduce poll_init callbackAnton Vorontsov2012-09-26
* serial_core: Fix race in uart_handle_dcd_changeAlan Cox2012-09-21
* tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-06
* tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-06
* serial_core: fix sizeof(pointer)Fengguang Wu2012-09-06
* serial: add a new helper functionHuang Shijie2012-09-05
* tty: Split the serial_core helpers for setserial into twoAlan Cox2012-09-05
* TTY: use tty_port_register_deviceJiri Slaby2012-08-13
* tty: move the termios object into the ttyAlan Cox2012-07-16
* serial_core: Update buffer overrun statistics.Corbin2012-06-12
* Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman2012-05-15
* tty: Allow uart_register/unregister/registerAlan Cox2012-05-14
* serial_core: Update buffer overrun statistics.Corbin Atkinson2012-05-09
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
* serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-24
* serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König2012-01-04
* TTY: serial, extract uart_port_startupJiri Slaby2011-11-15