summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee
2019-12-21serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2015-10-17tty: Remove tty_port::close_waitPeter Hurley
2015-10-04serial_core: support native endiannessMax Filippov
2015-08-04serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley
2015-08-04serial: core: Use proper spinlock flavor in uart_close()Peter Hurley
2015-07-23serial: core: Fix crashes while echoing when closingPeter Hurley
2015-06-12serial: core: cleanup in uart_get_baud_rate()Joakim Nordell
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesNoam Camus
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-04-28serial: core: Fix kernel-doc build warningsPeter Hurley
2015-03-26serial: core: Fix kernel doc for uart_console_write()Peter Hurley
2015-03-26serial: core: Add minor field to uart_portPeter Hurley
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley
2015-03-07serial: core: replace current->state by __set_current_state()Fabian Frederick
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley
2015-02-02serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley
2015-01-02serial: fix parisc boot hangJames Bottomley
2014-11-25serial: core: Add big-endian iotypeKevin Cernekee
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado
2014-11-06serial_core: Remove call to driver-specific TIO[GS]RS485]Ricardo Ribalda Delgado
2014-11-06serial_core: Handle TIOC[GS]RS485 ioctls.Ricardo Ribalda Delgado
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley
2014-11-06serial: core: Claim port mutex for set_ldisc()Peter Hurley
2014-11-05Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman
2014-11-05serial: core: Fix port count when uart_open() errorsPeter Hurley
2014-11-05serial: core: Remove extra locking in uart_write()Peter Hurley
2014-11-05serial: core: Colocate crucial structure linkagePeter Hurley
2014-11-05serial: core: Remove redundant timeout assignmentsPeter Hurley
2014-11-05serial: core: Unwrap >80 char line in uart_close()Peter Hurley
2014-11-05serial: Fix locking for uart driver set_termios() methodPeter Hurley
2014-11-05serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-11-05serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()Peter Hurley
2014-11-05serial: Fix upstat_t sparse warningsPeter Hurley
2014-11-05serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley
2014-10-02Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman
2014-09-28serial/core: Initialize the console pm stateSudhir Sreedharan
2014-09-23serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley
2014-09-23serial: core: Privatize tty->hw_stoppedPeter Hurley
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley
2014-09-23serial: core: Document and assert lock requirements for irq helpersPeter Hurley
2014-09-08serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()Peter Hurley
2014-09-08serial: core: Remove unsafe x_char optimizationPeter Hurley
2014-09-08serial: core: Fix x_char racePeter Hurley
2014-09-08serial: Style fixPeter Hurley
2014-09-08Revert "serial: uart: add hw flow control support configuration"Peter Hurley
2014-09-08serial: serial_core.c: printk replacementSudip Mukherjee
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-07-23serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE