summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke2022-04-261-6/+9
* serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-04-221-4/+4
* serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-04-221-1/+1
* tty: n_gsm: fix software flow control handlingDaniel Starke2022-04-221-0/+16
* tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke2022-04-221-8/+117
* tty: n_gsm: fix broken virtual tty handlingDaniel Starke2022-04-221-72/+15
* Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang2022-04-221-4/+2
* tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke2022-04-201-0/+4
* serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren2022-04-151-2/+2
* serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-04-151-1/+1
* serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-04-151-2/+7
* tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-04-151-1/+0
* tty: n_gsm: fix reset fifo race conditionDaniel Starke2022-04-151-0/+8
* tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke2022-04-151-0/+1
* tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke2022-04-151-13/+5
* tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-04-151-12/+11
* tty: n_gsm: fix wrong command retry handlingDaniel Starke2022-04-151-3/+3
* tty: n_gsm: fix missing explicit ldisc flushDaniel Starke2022-04-151-0/+1
* tty: n_gsm: fix wrong DLCI release orderDaniel Starke2022-04-151-2/+2
* tty: n_gsm: fix insufficient txframe sizeDaniel Starke2022-04-151-1/+3
* tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke2022-04-151-1/+2
* tty: n_gsm: fix frame reception handlingDaniel Starke2022-04-151-23/+30
* tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke2022-04-151-1/+1
* tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke2022-04-151-1/+6
* tty: n_gsm: fix decoupled mux resourceDaniel Starke2022-04-151-25/+38
* tty: n_gsm: fix restart handling via CLD commandDaniel Starke2022-04-151-48/+20
* tty: n_gsm: fix missing mux reset on config change at responderDaniel Starke2022-04-151-1/+1
* tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
* Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2890-917/+2526
|\
| * vt_ioctl: fix potential spectre v1 in VT_DISALLOCATEXiaomeng Tong2022-03-181-4/+6
| * serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-183-4/+25
| * tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch2022-03-182-1/+38
| * serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang2022-03-181-2/+4
| * tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski2022-03-181-11/+2
| * tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski2022-03-181-23/+23
| * tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski2022-03-181-3/+3
| * tty: serial: samsung: constify UART nameKrzysztof Kozlowski2022-03-181-1/+1
| * tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski2022-03-181-29/+29
| * tty: serial: samsung: reduce number of castsKrzysztof Kozlowski2022-03-181-36/+36
| * tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski2022-03-181-9/+9
| * tty: serial: samsung: embed s3c24xx_uart_info in parent structureKrzysztof Kozlowski2022-03-181-9/+9
| * serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski2022-03-181-1/+1
| * tty: serial: bcm63xx: use more precise Kconfig symbolRafał Miłecki2022-03-181-1/+2
| * serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUSGeert Uytterhoeven2022-03-181-1/+1
| * tty: serial: jsm: fix two assignments in if conditionsAlexander Vorwerk2022-03-182-2/+4
| * tty: serial: jsm: remove redundant assignments to variable linestatusColin Ian King2022-03-181-3/+1
| * serial: 8250_mtk: make two read-only arrays static constColin Ian King2022-03-181-2/+2
| * serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby2022-03-181-4/+1
| * tty: serial: serial_txx9: remove struct uart_txx9_portJiri Slaby2022-03-181-197/+167
| * kgdboc: fix return value of __setup handlerRandy Dunlap2022-03-181-3/+3