summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-11-22tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigsJiri Slaby (SUSE)1-1/+0
2022-11-22tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars()Jiri Slaby (SUSE)1-3/+2
2022-11-22n_tty: Rename tail to old_tail in n_tty_read()Ilpo Järvinen1-3/+3
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman9-91/+139
2022-11-18Merge tag 'tty-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-88/+136
2022-11-09tty: n_gsm: Delete unneeded semicolonShaomin Deng1-1/+1
2022-11-09serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-09serial: 8250_lpss: Use 16B DMA burst with Elkhart LakeIlpo Järvinen1-0/+2
2022-11-09serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-09serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-09tty: n_gsm: add parameter negotiation supportDaniel Starke1-8/+327
2022-11-09tty: n_gsm: add parameters used with parameter negotiationDaniel Starke1-13/+45
2022-11-09tty: n_gsm: introduce macro for minimal unit sizeDaniel Starke1-2/+5
2022-11-09serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner1-1/+1
2022-11-09serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can1-1/+9
2022-11-09serial: 8250_dma: Rearm DMA Rx if more data is pendingIlpo Järvinen1-3/+16
2022-11-09serial: Fix a typo ("ignorning")Jonathan Neuschäfer2-2/+2
2022-11-09tty: Convert tty_buffer flags to boolIlpo Järvinen1-14/+14
2022-11-08tty: Move TIOCSTI toggle variable before kerndocKees Cook1-1/+1
2022-11-03tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou1-1/+1
2022-11-03Revert "tty: n_gsm: replace kicktimer with delayed_work"Fedor Pchelkin1-8/+8
2022-11-03Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin1-24/+29
2022-11-03serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-11-03tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun1-27/+49
2022-11-03tty: Cleanup tty buffer align maskIlpo Järvinen1-2/+2
2022-11-03tty: hvc: make hvc_rtas_dev staticruanjinjie1-1/+1
2022-11-03serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-11-03tty: serial: imx: Handle RS485 DE signal active highMarek Vasut1-6/+58
2022-11-03serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-03serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5
2022-11-03serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-03serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren1-2/+20
2022-11-03serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-03serial: 8250/ingenic: Add support for the JZ4750/JZ4755Siarhei Volkau1-3/+29
2022-11-03serial: tegra: Read DMA status before terminatingKartik1-2/+4
2022-11-03serial: zs: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03serial: xuartps: Use uart_xmit_advance()Ilpo Järvinen1-3/+1
2022-11-03serial: ucc_uart: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03serial: uartlite: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03serial: timbuart: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03serial: sunzilog: Use uart_xmit_advance()Ilpo Järvinen1-4/+2
2022-11-03serial: sunsu: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03serial: sunsab: Use uart_xmit_advance()Ilpo Järvinen1-4/+2
2022-11-03serial: sunplus-uart: Use uart_xmit_advance()Ilpo Järvinen1-3/+1
2022-11-03serial: sunhv: Use uart_xmit_advance()Ilpo Järvinen1-4/+2
2022-11-03serial: stm32: Use uart_xmit_advance()Ilpo Järvinen1-4/+3
2022-11-03serial: sprd: Use uart_xmit_advance()Ilpo Järvinen1-5/+2
2022-11-03serial: sh-sci: Use uart_xmit_advance()Ilpo Järvinen1-4/+1
2022-11-03serial: tegra: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03serial: sccnxp: Use uart_xmit_advance()Ilpo Järvinen1-2/+1