summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorLines
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley-47/+29
2015-02-02serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley-18/+17
2015-01-02serial: fix parisc boot hangJames Bottomley-1/+3
2014-11-25serial: core: Add big-endian iotypeKevin Cernekee-0/+2
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado-1/+12
2014-11-06serial_core: Remove call to driver-specific TIO[GS]RS485]Ricardo Ribalda Delgado-12/+5
2014-11-06serial_core: Handle TIOC[GS]RS485 ioctls.Ricardo Ribalda Delgado-0/+45
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley-1/+1
2014-11-06serial: core: Claim port mutex for set_ldisc()Peter Hurley-1/+4
2014-11-05Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman-1/+1
2014-11-05serial: core: Fix port count when uart_open() errorsPeter Hurley-10/+15
2014-11-05serial: core: Remove extra locking in uart_write()Peter Hurley-1/+2
2014-11-05serial: core: Colocate crucial structure linkagePeter Hurley-2/+3
2014-11-05serial: core: Remove redundant timeout assignmentsPeter Hurley-2/+0
2014-11-05serial: core: Unwrap >80 char line in uart_close()Peter Hurley-2/+1
2014-11-05serial: Fix locking for uart driver set_termios() methodPeter Hurley-1/+7
2014-11-05serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley-3/+2
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley-1/+0
2014-11-05serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()Peter Hurley-2/+2
2014-11-05serial: Fix upstat_t sparse warningsPeter Hurley-1/+1
2014-11-05serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley-1/+1
2014-10-02Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman-3/+0
2014-09-28serial/core: Initialize the console pm stateSudhir Sreedharan-0/+3
2014-09-23serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley-5/+4
2014-09-23serial: core: Privatize tty->hw_stoppedPeter Hurley-15/+13
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley-12/+17
2014-09-23serial: core: Document and assert lock requirements for irq helpersPeter Hurley-0/+8
2014-09-08serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()Peter Hurley-5/+8
2014-09-08serial: core: Remove unsafe x_char optimizationPeter Hurley-6/+2
2014-09-08serial: core: Fix x_char racePeter Hurley-4/+3
2014-09-08serial: Style fixPeter Hurley-2/+1
2014-09-08Revert "serial: uart: add hw flow control support configuration"Peter Hurley-9/+3
2014-09-08serial: serial_core.c: printk replacementSudip Mukherjee-15/+11
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-0/+3
2014-07-23serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE-1/+1
2014-07-17Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman-7/+17
2014-07-10tty: serial: Fix termios/port flags mismatchPeter Hurley-2/+3
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley-8/+0
2014-07-10tty: Move tty->closing from port lock critical sectionPeter Hurley-1/+1
2014-07-10serial: core: Preserve termios c_cflag for console resumePeter Hurley-0/+3
2014-07-09serial: core: Make enable_ms() optionalAlexander Shiyan-6/+11
2014-06-26of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely-0/+3
2014-05-28serial: uart: add hw flow control support configurationMurali Karicheri-3/+9
2014-04-27Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman-18/+21
2014-04-24serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson-0/+3
2014-04-24serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff-18/+21
2014-04-16serial_core: Fix pm imbalance on unbindGeert Uytterhoeven-0/+2
2014-04-16serial_core: Fix conditional start_tx on ring buffer not emptySeth Bollinger-2/+1
2014-03-17serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven-2/+2
2014-03-17serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven-1/+5