summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2021-05-14serial: omap: fix rs485 half-duplex filteringDario Binacchi1-15/+24
2021-05-14serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi1-8/+4
2021-05-14serial: core: return early on unsupported ioctlsJohan Hovold1-3/+3
2021-05-14serial: stm32: fix tx_empty conditionErwan Le Ray2-4/+4
2021-05-14serial: stm32: add FIFO flush when port is closedErwan Le Ray1-0/+5
2021-05-14serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray1-3/+3
2021-05-14serial: stm32: call stm32_transmit_chars lockedErwan Le Ray1-0/+3
2021-05-14serial: stm32: fix tx dma completion, release channelErwan Le Ray1-0/+1
2021-05-14serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun1-2/+2
2021-05-14serial: stm32: fix a deadlock in set_termiosErwan Le Ray1-6/+6
2021-05-14serial: stm32: fix wake-up flag handlingErwan Le Ray1-13/+19
2021-05-14serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray1-12/+15
2021-05-14serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray1-14/+9
2021-05-14serial: stm32: fix incorrect characters on consoleErwan Le Ray1-1/+11
2021-05-14serial: stm32: fix startup by enabling usart for receptionErwan Le Ray1-1/+2
2021-05-14serial: stm32: fix probe and remove order for dmaErwan Le Ray1-13/+44
2021-05-14sc16is7xx: Defer probe if device read failsAnnaliese McDermond1-1/+1
2021-04-03Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-7/+0
2021-03-26soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi1-7/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-3/+0
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+2
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-38/+35
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish1-4/+4
2021-02-02amba: Make the remove callback return voidUwe Kleine-König2-5/+2
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray1-5/+5
2021-01-26serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko4-1513/+0
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd2-38/+35
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2-1/+10
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+9
2021-01-20serial: remove sirf prima/atlas driverArnd Bergmann4-1973/+0
2021-01-20serial: mxs-auart: Remove <asm/cacheflush.h>Fabio Estevam1-2/+0
2021-01-20serial: mxs-auart: Remove serial_mxs_probe_dt()Fabio Estevam1-32/+11
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam1-3/+1
2021-01-15tty: serial: Drop unused efm32 serial driverUwe Kleine-König3-866/+0
2021-01-13tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea1-0/+38
2021-01-08riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2021-01-07serial: stm32: update transmission complete error message in shutdownErwan Le Ray1-1/+2
2021-01-07serial: stm32: clean probe and remove port deinitErwan Le Ray1-2/+7
2021-01-07serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray1-1/+4
2021-01-07serial: stm32: add authorErwan Le Ray1-1/+2
2021-01-07serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-01-07serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-01-07serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby3-9/+0
2021-01-07tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby1-2/+1
2021-01-078250_tegra: clean up tegra_uart_handle_breakJiri Slaby1-5/+6
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár1-1/+9
2020-12-28tty: serial: icom: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2020-12-28tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy1-1/+39