aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27serial: core: fix console problems on uart_closeRob Herring1-2/+0
2016-09-15serial: core: fix potential NULL pointer dereferenceAndy Shevchenko1-3/+3
2016-09-13serial: core: Fix handling of options after MMIO addressAlexander Sverdlin1-8/+6
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addressesAlexander Sverdlin1-3/+9
2016-08-31tty: serial_core: convert uart_close to use tty_port_closeRob Herring1-37/+19
2016-08-31tty: serial_core: convert uart_open to use tty_port_openRob Herring1-47/+23
2016-06-25serial: serial_core: Perform NULL checks for release/request_port opsFabio Estevam1-4/+4
2016-05-03serial: core: Fix port mutex assert if lockdep disabledPeter Hurley1-3/+1
2016-04-30serial: core: Prevent unsafe uart port access, part 3Peter Hurley1-10/+20
2016-04-30serial: core: Prevent unsafe uart port access, part 2Peter Hurley1-43/+128
2016-04-30serial: core: Prevent unsafe uart port access, part 1Peter Hurley1-53/+104
2016-04-30serial: core: Expand port mutex section in uart_poll_init()Peter Hurley1-15/+15
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-11/+13
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley1-4/+4
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-4/+4
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-4/+4
2016-02-06serial: core: remove baud_rates when serial console setupJeffy Chen1-31/+2
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley1-1/+0
2016-01-28serial: core: Perform RTS signalling before soft flow ctrlPeter Hurley1-6/+6
2016-01-28serial: core: Unfold < 80 char linesPeter Hurley1-10/+5
2016-01-28serial: core: Remove cast from void ptr in uart_open()Peter Hurley1-1/+1
2016-01-28serial: core: Cleanup uart_open() exitPeter Hurley1-4/+1
2016-01-28serial: core: Use tty->index for port # in debug messagesPeter Hurley1-3/+2
2016-01-28serial: core: Fold do_uart_get_info() into callerPeter Hurley1-11/+7
2016-01-28serial: core: Fold __uart_put_char() into callerPeter Hurley1-9/+5
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-11/+9
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada1-2/+7
2015-12-13serial_core: Deinline uart_update_mctrl, save 304 bytesDenys Vlasenko1-1/+1
2015-10-17tty: Remove tty_port::close_waitPeter Hurley1-1/+0
2015-10-04serial_core: support native endiannessMax Filippov1-2/+6
2015-08-04serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley1-7/+0
2015-08-04serial: core: Use proper spinlock flavor in uart_close()Peter Hurley1-10/+8
2015-07-23serial: core: Fix crashes while echoing when closingPeter Hurley1-1/+2
2015-06-12serial: core: cleanup in uart_get_baud_rate()Joakim Nordell1-5/+16
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesNoam Camus1-2/+5
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-3/+1
2015-04-28serial: core: Fix kernel-doc build warningsPeter Hurley1-1/+1
2015-03-26serial: core: Fix kernel doc for uart_console_write()Peter Hurley1-1/+1
2015-03-26serial: core: Add minor field to uart_portPeter Hurley1-0/+1
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley1-0/+46
2015-03-07serial: core: replace current->state by __set_current_state()Fabian Frederick1-2/+1
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