aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23serial: expose buf_overrun count through proc interfaceJeremy Kerr1-0/+2
2018-02-28serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior1-0/+2
2018-01-22serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-01-09serial: core: Make uart_parse_options take const char* argumentPaul Cercueil1-2/+3
2017-11-28serial: core: Support common rs485 binding for RTS polarityLukas Wunner1-3/+10
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-7/+8
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: core: remove redundant assignment to portColin Ian King1-2/+1
2017-09-18serial: Add common rs485 device tree parsing functionUwe Kleine-König1-0/+36
2017-08-28serial: core: Consider rs485 settings to drive RTSRafael Gago1-9/+25
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko1-6/+3
2017-07-30serial: core: enforce type for upf_t when copyingAndy Shevchenko1-2/+2
2017-06-13serial: rate limit custom-speed deprecation noticeJohan Hovold1-3/+2
2017-05-18serial: enable serdev supportJohan Hovold1-2/+2
2017-05-18serial: core: fix crash in uart_suspend_portLucas Stach1-1/+1
2017-04-08serial: core: Re-use struct uart_port {name} fieldAndy Shevchenko1-6/+4
2017-03-31tty: serial_core: Add name field to uart_port structVignesh R1-0/+7
2017-03-17tty: serial_core, remove state checks in uart_poll*Jiri Slaby1-12/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-28serial: core: don't check port twice in a rowAndy Shevchenko1-6/+11
2016-10-28tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring1-2/+2
2016-10-28tty: serial_core: Fix serial console crash on port shutdownGeert Uytterhoeven1-0/+2
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