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: Use of_device_get_match_data()Stephen Boyd2-38/+35
2021-05-14serial: stm32: fix probe and remove order for dmaErwan Le Ray1-13/+44
2021-05-14serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-05-14serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-05-14sc16is7xx: Defer probe if device read failsAnnaliese McDermond1-1/+1
2021-04-07soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi1-7/+0
2021-03-17Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5
2021-03-04serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
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-08riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár1-1/+9
2020-12-18Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-0/+437
2020-12-16Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds28-1075/+159
2020-12-15Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+9
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-11tty: serial: meson: enable console as moduleKevin Hilman2-2/+8
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam1-40/+24
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam1-3/+0
2020-12-09serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren1-1/+1
2020-12-04tty : serial: jsm: Fixed file by adding spacingClement Smith1-1/+1
2020-12-04tty: serial: uartlite: Support probe deferralAlexander Sverdlin1-2/+2
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold1-4/+2
2020-11-26tty: serial: bcm63xx: lower driver dependenciesRafał Miłecki1-1/+1
2020-11-26serial: mxs-auart: Remove unneeded platform_device_idFabio Estevam1-17/+4
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong1-3/+10
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain1-5/+9
2020-11-23Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman2-21/+15
2020-11-18serial: imx: Remove unused .id_table supportFabio Estevam1-20/+0
2020-11-13tty: serial: pmac_zilog: Remove unused disposable variable 'garbage'Lee Jones1-4/+4
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones1-3/+0
2020-11-12serial: imx: Remove unused platform data supportFabio Estevam1-29/+3
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra1-0/+1