summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: fix parisc boot hangJames Bottomley2015-01-021-1/+3
* serial: core: Add big-endian iotypeKevin Cernekee2014-11-251-0/+2
* tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado2014-11-061-1/+12
* serial_core: Remove call to driver-specific TIO[GS]RS485]Ricardo Ribalda Delgado2014-11-061-12/+5
* serial_core: Handle TIOC[GS]RS485 ioctls.Ricardo Ribalda Delgado2014-11-061-0/+45
* serial: core: Pass termios to set_ldisc() notificationsPeter Hurley2014-11-061-1/+1
* serial: core: Claim port mutex for set_ldisc()Peter Hurley2014-11-061-1/+4
* Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman2014-11-051-1/+1
|\
| * serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley2014-11-051-1/+1
* | serial: core: Fix port count when uart_open() errorsPeter Hurley2014-11-051-10/+15
* | serial: core: Remove extra locking in uart_write()Peter Hurley2014-11-051-1/+2
* | serial: core: Colocate crucial structure linkagePeter Hurley2014-11-051-2/+3
* | serial: core: Remove redundant timeout assignmentsPeter Hurley2014-11-051-2/+0
* | serial: core: Unwrap >80 char line in uart_close()Peter Hurley2014-11-051-2/+1
* | serial: Fix locking for uart driver set_termios() methodPeter Hurley2014-11-051-1/+7
* | serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley2014-11-051-3/+2
* | serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley2014-11-051-1/+0
* | serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()Peter Hurley2014-11-051-2/+2
* | serial: Fix upstat_t sparse warningsPeter Hurley2014-11-051-1/+1
|/
* Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman2014-10-021-3/+0
* serial/core: Initialize the console pm stateSudhir Sreedharan2014-09-281-0/+3
* 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
OpenPOWER on IntegriCloud