summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2021-03-26soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi1-7/+0
2021-03-23serial: imx: drop workaround for forced irq threadingJohan Hovold1-8/+2
2021-03-23serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun1-3/+0
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue2-22/+12
2021-03-23serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray1-2/+0
2021-03-23serial: stm32: rework wakeup managementErwan Le Ray1-3/+3
2021-03-23drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing1-1/+1
2021-03-23tty: max310x: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-03-23tty: serial: 8250: delete redundant printing of return valueWang Qing1-4/+1
2021-03-23tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski1-9/+6
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-3/+0
2021-03-16serial: qcom_geni_serial: Convert to use resource-managed OPP APIYangtao Li1-15/+8
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman1-24/+5
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-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