summaryrefslogtreecommitdiff
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.14.270' into v4.14-rtLuis Claudio R. Goncalves2022-03-095-8/+18
|\
| * tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com2022-03-021-1/+1
| * tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com2022-03-021-1/+1
| * serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-03-021-1/+10
| * serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap2022-02-231-1/+1
| * n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)2022-02-161-2/+2
| * vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel2022-02-161-0/+1
| * vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel2022-02-161-2/+2
* | Merge tag 'v4.14.266' into v4.14-rtLuis Claudio R. Goncalves2022-02-113-4/+102
|\ \ | |/
| * 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
* | Merge tag 'v4.14.264' into v4.14-rtLuis Claudio R. Goncalves2022-02-114-30/+21
|\ \ | |/
| * 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: 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
* | Merge tag 'v4.14.261' into v4.14-rtLuis Claudio R. Goncalves2022-01-051-3/+27
|\ \ | |/
| * xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-221-3/+27
* | Merge tag 'v4.14.258' into v4.14-rtLuis Claudio R. Goncalves2021-12-194-4/+30
|\ \ | |/
| * 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-081-3/+14
* | Merge tag 'v4.14.256' into v4.14-rtLuis Claudio R. Goncalves2021-11-284-4/+20
|\ \ | |/
| * 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
* | Merge tag 'v4.14.249' into v4.14-rtLuis Claudio R. Goncalves2021-10-079-11/+47
|\ \ | |/
| * tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-10-061-2/+19
| * serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár2021-10-061-1/+1
| * 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
* | Merge tag 'v4.14.246' into v4.14-rtLuis Claudio R. Goncalves2021-09-111-4/+7
|\ \ | |/
| * vt_kdsetmode: extend console lockingLinus Torvalds2021-09-031-4/+7
* | Merge tag 'v4.14.244' into v4.14-rtLuis Claudio R. Goncalves2021-08-151-3/+9
|\ \ | |/
| * serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-08-151-3/+9
* | Merge tag 'v4.14.240' into v4.14-rtLuis Claudio R. Goncalves2021-08-154-5/+28
|\ \ | |/
| * 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
| * 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