summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: core: fix potential NULL pointer dereferenceAndy Shevchenko2016-09-151-3/+3
* serial: core: Fix handling of options after MMIO addressAlexander Sverdlin2016-09-131-8/+6
* serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin2016-09-021-3/+9
* tty: serial_core: convert uart_close to use tty_port_closeRob Herring2016-08-311-37/+19
* tty: serial_core: convert uart_open to use tty_port_openRob Herring2016-08-311-47/+23
* serial: serial_core: Perform NULL checks for release/request_port opsFabio Estevam2016-06-251-4/+4
* serial: core: Fix port mutex assert if lockdep disabledPeter Hurley2016-05-031-3/+1
* serial: core: Prevent unsafe uart port access, part 3Peter Hurley2016-04-301-10/+20
* serial: core: Prevent unsafe uart port access, part 2Peter Hurley2016-04-301-43/+128
* serial: core: Prevent unsafe uart port access, part 1Peter Hurley2016-04-301-53/+104
* serial: core: Expand port mutex section in uart_poll_init()Peter Hurley2016-04-301-15/+15
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-11/+13
* tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley2016-04-301-4/+4
* tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-4/+4
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-4/+4
* serial: core: remove baud_rates when serial console setupJeffy Chen2016-02-061-31/+2
* tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-1/+0
* serial: core: Perform RTS signalling before soft flow ctrlPeter Hurley2016-01-281-6/+6
* serial: core: Unfold < 80 char linesPeter Hurley2016-01-281-10/+5
* serial: core: Remove cast from void ptr in uart_open()Peter Hurley2016-01-281-1/+1
* serial: core: Cleanup uart_open() exitPeter Hurley2016-01-281-4/+1
* serial: core: Use tty->index for port # in debug messagesPeter Hurley2016-01-281-3/+2
* serial: core: Fold do_uart_get_info() into callerPeter Hurley2016-01-281-11/+7
* serial: core: Fold __uart_put_char() into callerPeter Hurley2016-01-281-9/+5
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-11/+9
* serial: support 16-bit register interface for consoleMasahiro Yamada2015-12-131-2/+7
* serial_core: Deinline uart_update_mctrl, save 304 bytesDenys Vlasenko2015-12-131-1/+1
* tty: Remove tty_port::close_waitPeter Hurley2015-10-171-1/+0
* serial_core: support native endiannessMax Filippov2015-10-041-2/+6
* serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley2015-08-041-7/+0
* serial: core: Use proper spinlock flavor in uart_close()Peter Hurley2015-08-041-10/+8
* serial: core: Fix crashes while echoing when closingPeter Hurley2015-07-231-1/+2
* serial: core: cleanup in uart_get_baud_rate()Joakim Nordell2015-06-121-5/+16
* serial: earlycon: Add support for big-endian MMIO accessesNoam Camus2015-06-011-2/+5
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-3/+1
* serial: core: Fix kernel-doc build warningsPeter Hurley2015-04-281-1/+1
* serial: core: Fix kernel doc for uart_console_write()Peter Hurley2015-03-261-1/+1
* serial: core: Add minor field to uart_portPeter Hurley2015-03-261-0/+1
* serial: earlycon: Refactor parse_options into serial corePeter Hurley2015-03-071-0/+46
* serial: core: replace current->state by __set_current_state()Fabian Frederick2015-03-071-2/+1
* serial: core: Rework hw-assisted flow control supportPeter Hurley2015-02-021-47/+29
* serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley2015-02-021-18/+17
* 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