summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds37-666/+1306
2021-10-30serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven1-0/+2
2021-10-26tty: rpmsg: Define tty name via constant string literalAndy Shevchenko1-2/+3
2021-10-26tty: rpmsg: Add pr_fmt() to prefix messagesAndy Shevchenko1-2/+4
2021-10-26tty: rpmsg: Use dev_err_probe() in ->probe()Andy Shevchenko1-7/+4
2021-10-26tty: rpmsg: Unify variable used to keep an error codeAndy Shevchenko1-13/+13
2021-10-26tty: rpmsg: Assign returned id to a local variableAndy Shevchenko1-3/+4
2021-10-26serial: stm32: push DMA RX data before suspendingErwan Le Ray1-27/+53
2021-10-26serial: stm32: terminate / restart DMA transfer at suspend / resumeErwan Le Ray1-43/+84
2021-10-26serial: stm32: rework RX dma initialization and releaseErwan Le Ray1-28/+41
2021-10-26serial: 8250_pci: Remove empty stub pci_quatech_exit()Andy Shevchenko1-5/+0
2021-10-26serial: 8250_pci: Replace custom pci_match_id() implementationAndy Shevchenko1-41/+31
2021-10-26serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula1-1/+2
2021-10-26serial: sunzilog: Mark sunzilog_putchar() __maybe_unusedGeert Uytterhoeven1-1/+1
2021-10-26Revert "tty: hvc: pass DMA capable memory to put_chars()"Greg Kroah-Hartman2-41/+16
2021-10-26serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko1-30/+22
2021-10-26serial: 8250_pci: Get rid of redundant 'else' keywordAndy Shevchenko1-3/+3
2021-10-26serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko1-8/+4
2021-10-21tty: add rpmsg driverArnaud Pouliquen3-0/+287
2021-10-21serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold1-7/+4