summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2022-06-14serial: msm_serial: disable interrupts in __msm_console_write()John Ogness1-0/+5
2022-06-14drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou1-2/+2
2022-06-14tty: Fix a possible resource leak in icom_probeHuang Guobin1-1/+1
2022-06-14serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen1-3/+12
2022-06-14serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen1-0/+4
2022-06-14serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen1-1/+5
2022-06-14serial: sh-sci: Don't allow CS5-6Ilpo Järvinen1-1/+5
2022-06-14serial: txx9: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: rda-uart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: uartlite: Fix BRKINT clearingIlpo Järvinen1-1/+2
2022-06-14serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing1-1/+1
2022-06-14serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-06-14serial: meson: acquire port->lock in startup()John Ogness1-0/+13
2022-06-14serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2022-06-14tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun1-20/+4
2022-06-14serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin1-0/+2
2022-06-14tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probeMiaoqian Lin1-0/+1
2022-06-09serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby1-20/+7
2022-05-18serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno1-2/+5
2022-05-18serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno1-7/+8
2022-05-18fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic1-9/+9
2022-05-18tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang1-3/+2
2022-05-09serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-05-09serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-05-09serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo1-2/+7
2022-05-09serial: imx: fix overrun interrupts in DMA modeJohan Hovold1-1/+1
2022-04-13serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby1-4/+1
2022-04-08serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen3-4/+25
2022-04-08kgdboc: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-04-08serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-04-08serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko1-6/+22
2022-04-08serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko1-4/+15
2022-04-08serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2-1/+9
2022-02-25Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+3
2022-02-21sc16is7xx: Fix for incorrect data being transmittedPhil Elwell1-0/+3
2022-02-15Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-02-14serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko1-1/+1
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2-36/+13
2022-01-26serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades1-2/+6
2022-01-26serial: stm32: fix software flow control transferValentin Caron1-1/+1
2022-01-26serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron1-0/+12
2022-01-26serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock1-1/+10
2022-01-26tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2022-01-26Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman1-55/+6
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+13
2022-01-06serial: core: Keep mctrl register state and cached copy in syncLukas Wunner1-1/+2
2022-01-06serial: stm32: correct loop for dma error handlingValentin Caron1-3/+2
2022-01-06serial: stm32: fix flow control transfer in DMA modeValentin Caron1-0/+3