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