summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen2022-11-261-2/+1
* serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen2022-11-261-0/+4
* tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou2022-11-261-1/+1
* serial: imx: Add missing .thaw_noirq hookShawn Guo2022-11-261-0/+1
* serial: 8250: omap: Flush PM QOS work on removeTony Lindgren2022-11-261-0/+1
* serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren2022-11-261-0/+5
* serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer2022-11-261-17/+0
* serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren2022-11-261-2/+20
* parisc: Make 8250_gsc driver dependend on CONFIG_PARISCHelge Deller2022-11-101-1/+1
* serial: ar933x: Deassert Transmit Enable on ->rs485_config()Lukas Wunner2022-11-101-0/+5
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-11-036-37/+33
* serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo2022-11-031-0/+33
* serial: 8250: Fix restoring termios speed after suspendPali Rohár2022-10-261-1/+6
* tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun2022-10-261-0/+2
* serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2022-10-262-8/+16
* drivers: serial: jsm: fix some leaks in probeDan Carpenter2022-10-261-1/+2
* tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta2022-10-261-0/+2
* serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki2022-10-261-0/+5
* serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki2022-10-261-1/+2
* serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen2022-09-281-1/+1
* serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen2022-09-281-3/+2
* serial: fsl_lpuart: Reset prior to registrationLukas Wunner2022-09-281-4/+5
* tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga2022-09-231-3/+1
* serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo2022-09-231-3/+1
* tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()Mazin Al Haddad2022-09-081-1/+2
* tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun2022-09-081-0/+1
* vt: Clear selection before changing the fontHelge Deller2022-09-081-4/+8
* serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang2022-09-081-2/+2
* tty: serial: Fix refcount leak bug in ucc_uart.cLiang He2022-08-251-0/+2
* tty: 8250: Add support for Brainboxes PX cards.Cameron Williams2022-08-171-0/+109
* serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki2022-08-171-68/+271
* serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki2022-08-171-51/+25
* serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko2022-08-171-30/+22
* serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko2022-08-171-8/+4
* tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun2022-08-171-6/+6
* serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger2022-08-171-6/+18
* tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke2022-08-171-2/+5
* tty: n_gsm: fix DM commandDaniel Starke2022-08-171-1/+1
* tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke2022-08-171-2/+2
* serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König2022-08-171-1/+1
* tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke2022-08-171-3/+4
* tty: n_gsm: fix race condition in gsmld_write()Daniel Starke2022-08-171-4/+17
* tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke2022-08-171-1/+1
* tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke2022-08-171-1/+53
* tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke2022-08-171-8/+35
* tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke2022-08-171-32/+42
* tty: n_gsm: fix tty registration before control channel openDaniel Starke2022-08-171-38/+79
* tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke2022-08-171-2/+29
* tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao2022-08-171-1/+3
* serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen2022-08-171-0/+3