summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley2014-09-231-5/+4
* serial: core: Privatize tty->hw_stoppedPeter Hurley2014-09-231-15/+13
* serial: core: Privatize modem status enable flagsPeter Hurley2014-09-231-12/+17
* serial: core: Document and assert lock requirements for irq helpersPeter Hurley2014-09-231-0/+8
* serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()Peter Hurley2014-09-081-5/+8
* serial: core: Remove unsafe x_char optimizationPeter Hurley2014-09-081-6/+2
* serial: core: Fix x_char racePeter Hurley2014-09-081-4/+3
* serial: Style fixPeter Hurley2014-09-081-2/+1
* Revert "serial: uart: add hw flow control support configuration"Peter Hurley2014-09-081-9/+3
* serial: serial_core.c: printk replacementSudip Mukherjee2014-09-081-15/+11
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-0/+3
|\
| * of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely2014-06-261-0/+3
* | serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE2014-07-231-1/+1
* | Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman2014-07-171-7/+17
* | tty: serial: Fix termios/port flags mismatchPeter Hurley2014-07-101-2/+3
* | tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-8/+0
* | tty: Move tty->closing from port lock critical sectionPeter Hurley2014-07-101-1/+1
* | serial: core: Preserve termios c_cflag for console resumePeter Hurley2014-07-101-0/+3
* | serial: core: Make enable_ms() optionalAlexander Shiyan2014-07-091-6/+11
|/
* serial: uart: add hw flow control support configurationMurali Karicheri2014-05-281-3/+9
* Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman2014-04-271-18/+21
|\
| * serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff2014-04-241-18/+21
* | serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson2014-04-241-0/+3
|/
* serial_core: Fix pm imbalance on unbindGeert Uytterhoeven2014-04-161-0/+2
* serial_core: Fix conditional start_tx on ring buffer not emptySeth Bollinger2014-04-161-2/+1
* serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven2014-03-171-2/+2
* serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven2014-03-171-1/+5
* serial_core: Grammar s/ports/port's/Geert Uytterhoeven2014-03-171-1/+1
* serial_core: Spelling s/contro/control/Geert Uytterhoeven2014-03-171-1/+1
* serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven2014-02-281-0/+6
* serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt2013-12-081-2/+6
* serial: report base_baud after initializationKees Cook2013-07-261-2/+2
* 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
OpenPOWER on IntegriCloud