summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Add support for Brainboxes UC cards.Cameron Williams2022-02-081-2/+98
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-02-081-1/+3
* serial: stm32: fix software flow control transferValentin Caron2022-02-081-1/+1
* serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-02-081-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
* 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: core: fix transmit-buffer reset and memleakJohan Hovold2021-12-081-1/+12
* 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-261-1/+2
* serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-11-261-1/+1
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-11-261-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-10-061-22/+22
* tty: synclink_gt, drop unneeded forward declarationsJiri Slaby2021-10-061-56/+1
* serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár2021-10-061-1/+1
* serial: sh-sci: fix break handling for sysrqUlrich Hecht2021-09-221-1/+6
* serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-09-221-1/+1
* hvsi: don't panic on tty_register_driver failureJiri Slaby2021-09-221-3/+16
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-221-1/+2
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-09-222-0/+5
* tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi2021-09-221-2/+2
* tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan2021-09-221-1/+1
* vt_kdsetmode: extend console lockingLinus Torvalds2021-09-031-4/+7
* serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-08-121-3/+9
* tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET2021-07-201-1/+10
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-07-201-0/+3
* serial: mvebu-uart: fix calculation of clock divisorPali Rohár2021-07-201-1/+1
* serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal2021-07-201-8/+14
* serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár2021-07-201-3/+8
* serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki2021-07-201-3/+16
* tty: nozomi: Fix the error handling path of 'nozomi_card_init()'Christophe JAILLET2021-07-201-3/+5
* tty: nozomi: Fix a resource leak in an error handling functionChristophe JAILLET2021-07-201-0/+1
* serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary2021-07-201-1/+0
* serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary2021-07-201-0/+1
* serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda2021-07-201-0/+8
* serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan2021-06-031-2/+4
* serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'Zheyu Ma2021-06-031-35/+17
* serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven2021-06-031-2/+2
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-261-1/+1
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-261-3/+3
* Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-261-3/+0