aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-12-17serial: atmel: Use platform_get_irq() to get the interruptRob Herring
2021-12-17serial: sh-sci: Use devm_clk_get_optional()Geert Uytterhoeven
2021-12-17serial: sh-sci: Use dev_err_probe()Geert Uytterhoeven
2021-12-17serial: sh-sci: Drop support for "sci_ick" clockGeert Uytterhoeven
2021-12-17serial: lantiq: Use platform_get_irq() to get the interruptRob Herring
2021-12-17tty: serial: sh-sci: Add support for R-Car Gen4Yoshihiro Shimoda
2021-12-17dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann
2021-12-16serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-12-15serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)
2021-12-15tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman
2021-12-05Merge tag 'tty-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-12-03tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu()Cai Huoqing
2021-12-03serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper
2021-12-03serial: amba-pl011: do not request memory region twiceLino Sanfilippo
2021-12-03tty: serial: uartlite: allow 64 bit addressLizhi Hou
2021-12-03tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()Sherry Sun
2021-11-26tty: add kernel-doc for tty_standard_installJiri Slaby
2021-11-26tty: add kernel-doc for more tty_port functionsJiri Slaby
2021-11-26tty: add kernel-doc for more tty_driver functionsJiri Slaby
2021-11-26tty: reformat kernel-doc in n_tty.cJiri Slaby
2021-11-26tty: fix kernel-doc in n_tty.cJiri Slaby
2021-11-26tty: reformat kernel-doc in tty_buffer.cJiri Slaby
2021-11-26tty: reformat kernel-doc in tty_ldisc.cJiri Slaby
2021-11-26tty: reformat kernel-doc in tty_io.cJiri Slaby
2021-11-26tty: reformat kernel-doc in tty_port.cJiri Slaby
2021-11-26tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus
2021-11-26tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus
2021-11-25serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan
2021-11-25serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner
2021-11-25tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan
2021-11-25tty: serial: imx: clear the RTSD status before enable the RTSD irqFugang Duan
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-11-25tty: drop tty_schedule_flip()Jiri Slaby
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2021-11-25serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing
2021-11-25mxser: use PCI_DEVICE_DATAJiri Slaby
2021-11-25mxser: move ids from pci_ids.h hereJiri Slaby
2021-11-25mxser: add MOXA prefix to some PCI device IDsJiri Slaby
2021-11-25mxser: increase buf_overrun if tty_insert_flip_char() failsJiri Slaby
2021-11-25mxser: remove tty parameter from mxser_receive_chars_new()Jiri Slaby
2021-11-25mxser: don't throttle manuallyJiri Slaby
2021-11-25mxser: clean up timeout handling in mxser_wait_until_sent()Jiri Slaby
2021-11-25mxser: use msleep_interruptible() in mxser_wait_until_sent()Jiri Slaby
2021-11-25mxser: extract TX empty check from mxser_wait_until_sent()Jiri Slaby
2021-11-25mxser: use tty_port_close() in mxser_close()Jiri Slaby
2021-11-25mxser: don't flush buffer from mxser_close() directlyJiri Slaby
2021-11-25mxser: call stop_rx from mxser_shutdown_port()Jiri Slaby