summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Add support for Brainboxes UC cards.Cameron Williams2022-02-011-2/+98
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-02-011-1/+3
* serial: stm32: fix software flow control transferValentin Caron2022-02-011-1/+1
* serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-02-011-1/+10
* serial: Fix incorrect rs485 polarity on uart openLukas Wunner2022-01-271-2/+2
* serial: core: Keep mctrl register state and cached copy in syncLukas Wunner2022-01-271-1/+2
* serial: pl010: Drop CR register reset on set_termiosLukas Wunner2022-01-271-3/+0
* tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan2022-01-271-2/+5
* serial: amba-pl011: do not request memory region twiceLino Sanfilippo2022-01-271-24/+3
* tty: serial: uartlite: allow 64 bit addressLizhi Hou2022-01-271-1/+1
* tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus2022-01-271-0/+4
* tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus2022-01-271-0/+10
* xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-221-3/+27
* serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)2021-12-221-20/+0
* tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa2021-12-221-1/+22
* Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein2021-12-171-0/+1
* serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner2021-12-082-7/+5
* serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan2021-12-081-13/+17
* serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan2021-12-081-1/+8
* serial: core: fix transmit-buffer reset and memleakJohan Hovold2021-12-081-1/+12
* serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John2021-12-081-2/+2
* serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-12-081-0/+1
* tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann2021-12-081-0/+3
* tty: hvc: replace BUG_ON() with negative return valueJuergen Gross2021-12-011-3/+14
* tty: tty_buffer: Fix the softlockup issue in flush_to_ldiscGuanghui Feng2021-11-261-0/+3
* serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula2021-11-181-1/+2
* serial: imx: fix detach/attach of serial consoleStefan Agner2021-11-181-2/+2
* serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-11-181-1/+1
* serial: 8250: fix racy uartclk updateJohan Hovold2021-11-181-4/+17
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-11-181-2/+14
* tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-10-061-2/+19
* tty: synclink_gt: rename a conflicting function nameRandy Dunlap2021-09-301-22/+22
* tty: synclink_gt, drop unneeded forward declarationsJiri Slaby2021-09-301-56/+1
* serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár2021-09-301-1/+1
* serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon2021-09-301-1/+1
* console: consume APC, DM, DCSnick black2021-09-261-4/+27
* serial: sh-sci: fix break handling for sysrqUlrich Hecht2021-09-181-1/+6
* serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren2021-09-181-1/+24
* serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-09-181-1/+1
* hvsi: don't panic on tty_register_driver failureJiri Slaby2021-09-181-3/+16
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-181-1/+2
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-09-182-0/+5
* tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi2021-09-151-2/+2
* tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan2021-09-151-1/+1
* serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra2021-09-121-13/+13
* serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra2021-09-081-0/+1
* vt_kdsetmode: extend console lockingLinus Torvalds2021-09-031-4/+6
* serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner2021-08-121-0/+1
* serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko2021-08-121-0/+6
* serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-08-121-3/+9