aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-11-26tty: add kernel-doc for more tty_driver functionsJiri Slaby1-2/+14
2021-11-26tty: reformat kernel-doc in n_tty.cJiri Slaby1-333/+294
2021-11-26tty: fix kernel-doc in n_tty.cJiri Slaby1-26/+27
2021-11-26tty: reformat kernel-doc in tty_buffer.cJiri Slaby1-123/+120
2021-11-26tty: reformat kernel-doc in tty_ldisc.cJiri Slaby1-156/+128
2021-11-26tty: reformat kernel-doc in tty_io.cJiri Slaby1-449/+416
2021-11-26tty: reformat kernel-doc in tty_port.cJiri Slaby1-73/+88
2021-11-26tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus1-0/+4
2021-11-26tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus1-0/+10
2021-11-25serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan1-13/+17
2021-11-25serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan1-1/+8
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner2-7/+5
2021-11-25tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan1-2/+5
2021-11-25tty: serial: imx: clear the RTSD status before enable the RTSD irqFugang Duan1-2/+4
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby4-11/+10
2021-11-25tty: drop tty_schedule_flip()Jiri Slaby1-22/+8
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby5-8/+8
2021-11-25serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing1-0/+3
2021-11-25mxser: use PCI_DEVICE_DATAJiri Slaby1-26/+26
2021-11-25mxser: move ids from pci_ids.h hereJiri Slaby1-1/+19
2021-11-25mxser: add MOXA prefix to some PCI device IDsJiri Slaby1-16/+16
2021-11-25mxser: increase buf_overrun if tty_insert_flip_char() failsJiri Slaby1-2/+5
2021-11-25mxser: remove tty parameter from mxser_receive_chars_new()Jiri Slaby1-3/+2
2021-11-25mxser: don't throttle manuallyJiri Slaby1-30/+6
2021-11-25mxser: clean up timeout handling in mxser_wait_until_sent()Jiri Slaby1-3/+4
2021-11-25mxser: use msleep_interruptible() in mxser_wait_until_sent()Jiri Slaby1-2/+4
2021-11-25mxser: extract TX empty check from mxser_wait_until_sent()Jiri Slaby1-7/+13
2021-11-25mxser: use tty_port_close() in mxser_close()Jiri Slaby1-21/+1
2021-11-25mxser: don't flush buffer from mxser_close() directlyJiri Slaby1-1/+0
2021-11-25mxser: call stop_rx from mxser_shutdown_port()Jiri Slaby1-15/+16
2021-11-25mxser: remove tty->driver_data NULL checkJiri Slaby1-2/+0
2021-11-25mxser: remove pointless xmit_buf checksJiri Slaby1-11/+2
2021-11-25mxser: clean up tx handling in mxser_transmit_chars()Jiri Slaby1-5/+3
2021-11-25mxser: move MSR read to mxser_check_modem_status()Jiri Slaby1-21/+25
2021-11-25mxser: keep only !tty test in ISRJiri Slaby1-4/+1
2021-11-25mxser: rename mxser_close_port() to mxser_stop_rx()Jiri Slaby1-10/+7
2021-11-25mxser: remove wait for sent from mxser_close_portJiri Slaby1-12/+0
2021-11-25serial: sh-sci: Add support to deassert/assert reset lineLad Prabhakar1-7/+32
2021-11-25tty: serial, join uport checks in uart_port_shutdown()Jiri Slaby1-8/+4
2021-11-25tty: clean up whitespace in __do_SAK()Jiri Slaby1-3/+5
2021-11-25tty: remove tty NULL check from __do_SAK()Jiri Slaby1-3/+0
2021-11-25tty: remove TTY_SOFT_SAK part from __do_SAK()Jiri Slaby1-4/+0
2021-11-25n_gsm: remove unused parameters from gsm_error()Jiri Slaby1-5/+2
2021-11-25arm: remove zte zx platform left-overLukas Bulwahn1-37/+0
2021-11-25serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao1-1/+1
2021-11-25Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein1-0/+1
2021-11-25serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John1-2/+2
2021-11-25serial: liteuart: relax compile-test dependenciesJohan Hovold1-1/+1
2021-11-25serial: liteuart: fix minor-number leak on probe errorsJohan Hovold1-3/+14
2021-11-25serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold1-0/+1