summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2016-05-04serial: core: Fix port mutex assert if lockdep disabledPeter Hurley
2016-04-30serial: core: Prevent unsafe uart port access, part 3Peter Hurley
2016-04-30serial: core: Prevent unsafe uart port access, part 2Peter Hurley
2016-04-30serial: core: Prevent unsafe uart port access, part 1Peter Hurley
2016-04-30serial: core: Expand port mutex section in uart_poll_init()Peter Hurley
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-02-07serial: core: remove baud_rates when serial console setupJeffy Chen
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28serial: core: Perform RTS signalling before soft flow ctrlPeter Hurley
2016-01-28serial: core: Unfold < 80 char linesPeter Hurley
2016-01-28serial: core: Remove cast from void ptr in uart_open()Peter Hurley
2016-01-28serial: core: Cleanup uart_open() exitPeter Hurley
2016-01-28serial: core: Use tty->index for port # in debug messagesPeter Hurley
2016-01-28serial: core: Fold do_uart_get_info() into callerPeter Hurley
2016-01-28serial: core: Fold __uart_put_char() into callerPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-12-14serial: support 16-bit register interface for consoleMasahiro Yamada
2015-12-14serial_core: Deinline uart_update_mctrl, save 304 bytesDenys Vlasenko
2015-10-18tty: Remove tty_port::close_waitPeter Hurley
2015-10-04serial_core: support native endiannessMax Filippov
2015-08-05serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley
2015-08-05serial: core: Use proper spinlock flavor in uart_close()Peter Hurley
2015-07-24serial: core: Fix crashes while echoing when closingPeter Hurley
2015-06-13serial: core: cleanup in uart_get_baud_rate()Joakim Nordell
2015-05-31serial: 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-26serial: 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-06Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman
2014-11-06serial: core: Fix port count when uart_open() errorsPeter Hurley
2014-11-06serial: core: Remove extra locking in uart_write()Peter Hurley
2014-11-06serial: core: Colocate crucial structure linkagePeter Hurley
2014-11-06serial: core: Remove redundant timeout assignmentsPeter Hurley
2014-11-06serial: core: Unwrap >80 char line in uart_close()Peter Hurley