aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray1-0/+14
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray2-4/+4
2021-03-10serial: stm32: add FIFO flush when port is closedErwan Le Ray1-0/+5
2021-03-10serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray1-3/+3
2021-03-10serial: stm32: call stm32_transmit_chars lockedErwan Le Ray1-0/+3
2021-03-10serial: stm32: fix tx dma completion, release channelErwan Le Ray1-0/+1
2021-03-10serial: stm32: fix a deadlock in set_termiosErwan Le Ray1-6/+6
2021-03-10serial: stm32: fix wake-up flag handlingErwan Le Ray1-13/+19
2021-03-10serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray1-12/+15
2021-03-10serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray1-14/+9
2021-03-10serial: stm32: fix incorrect characters on consoleErwan Le Ray1-1/+11
2021-03-10serial: stm32: fix startup by enabling usart for receptionErwan Le Ray1-1/+2
2021-03-10serial: stm32: fix probe and remove order for dmaErwan Le Ray1-13/+44
2021-03-10serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun1-2/+2
2021-03-10serial: 8250_exar: Constify the software nodesHeikki Krogerus1-4/+13
2021-03-10tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin1-0/+17
2021-03-10tty: serial: samsung_tty: Add support for Apple UARTsHector Martin2-9/+231
2021-03-10tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin1-22/+3
2021-03-10tty: serial: samsung_tty: IRQ reworkHector Martin1-14/+20
2021-03-10tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin1-42/+70
2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin1-17/+54
2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin1-7/+4
2021-03-10drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_COREJulian Braha1-0/+1
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby1-3/+1
2021-03-10tty: jsm_tty, make char+error handling readableJiri Slaby1-10/+14
2021-03-10tty: 8250/serial_cs, propagate errors in simple_configJiri Slaby1-6/+6
2021-03-10tty: 8250, cleanup em485 timersJiri Slaby1-10/+8
2021-03-10tty: 8250, use ms_to_ktimeJiri Slaby1-5/+1
2021-03-10tty: imx, use ms_to_ktimeJiri Slaby1-5/+1
2021-03-10tty: cyclades, remove this orphanJiri Slaby1-3/+2
2021-03-10tty: serial: pch_uart.c: remove debugfs dentry pointerGreg Kroah-Hartman1-12/+7
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5
2021-02-22Merge 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-07riscv: 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