summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-03-133-40/+9
| |\ \
| | * | Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman2021-03-102-16/+4
| | * | Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan2021-03-101-24/+5
| | |/
| * / vio: make remove callback return voidUwe Kleine-König2021-03-021-3/+1
| |/
* | serial: stm32: add support for "flush_buffer" opsErwan Le Ray2021-03-101-0/+14
* | serial: stm32: fix tx_empty conditionErwan Le Ray2021-03-102-4/+4
* | serial: stm32: add FIFO flush when port is closedErwan Le Ray2021-03-101-0/+5
* | serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray2021-03-101-3/+3
* | serial: stm32: call stm32_transmit_chars lockedErwan Le Ray2021-03-101-0/+3
* | serial: stm32: fix tx dma completion, release channelErwan Le Ray2021-03-101-0/+1
* | serial: stm32: fix a deadlock in set_termiosErwan Le Ray2021-03-101-6/+6
* | serial: stm32: fix wake-up flag handlingErwan Le Ray2021-03-101-13/+19
* | serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray2021-03-101-12/+15
* | serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray2021-03-101-14/+9
* | serial: stm32: fix incorrect characters on consoleErwan Le Ray2021-03-101-1/+11
* | serial: stm32: fix startup by enabling usart for receptionErwan Le Ray2021-03-101-1/+2
* | serial: stm32: fix probe and remove order for dmaErwan Le Ray2021-03-101-13/+44
* | serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun2021-03-101-2/+2
* | serial: 8250_exar: Constify the software nodesHeikki Krogerus2021-03-101-4/+13
* | tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin2021-03-101-0/+17
* | tty: serial: samsung_tty: Add support for Apple UARTsHector Martin2021-03-102-9/+231
* | tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin2021-03-101-22/+3
* | tty: serial: samsung_tty: IRQ reworkHector Martin2021-03-101-14/+20
* | tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin2021-03-101-42/+70
* | tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin2021-03-101-17/+54
* | tty: serial: samsung_tty: Add ucon_mask parameterHector Martin2021-03-101-7/+4
* | drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_COREJulian Braha2021-03-101-0/+1
* | tty: make everyone's write_room return >= 0Jiri Slaby2021-03-103-4/+4
* | tty: make everyone's chars_in_buffer return >= 0Jiri Slaby2021-03-102-2/+2
* | tty: cleanup tty_chars_in_bufferJiri Slaby2021-03-101-2/+1
* | tty: n_gsm, remove duplicates of parametersJiri Slaby2021-03-101-8/+5
* | tty: hvc, drop unneeded forward declarationsJiri Slaby2021-03-101-25/+0
* | tty: synclink_gt, drop unneeded forward declarationsJiri Slaby2021-03-101-56/+1
* | tty: localise ptychar and make it constJiri Slaby2021-03-101-2/+1
* | tty: let tty_unregister_driver return voidJiri Slaby2021-03-101-8/+1
* | tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-105-22/+6
* | tty: vcc, remove useless tty checksJiri Slaby2021-03-101-45/+0
* | tty: vcc, use name strings directlyJiri Slaby2021-03-101-4/+2
* | tty: vcc, drop version dumpJiri Slaby2021-03-101-10/+1
* | tty: vcc, make globals staticJiri Slaby2021-03-101-3/+3
* | tty: nozomi, remove useless debug printsJiri Slaby2021-03-101-11/+0
* | tty: nozomi, remove init/exit messagesJiri Slaby2021-03-101-8/+1
* | tty: nozomi, remove struct bufferJiri Slaby2021-03-101-6/+0
* | tty: jsm_tty, make char+error handling readableJiri Slaby2021-03-101-10/+14
* | tty: 8250/serial_cs, propagate errors in simple_configJiri Slaby2021-03-101-6/+6
* | tty: 8250, cleanup em485 timersJiri Slaby2021-03-101-10/+8
* | tty: 8250, use ms_to_ktimeJiri Slaby2021-03-101-5/+1
* | tty: imx, use ms_to_ktimeJiri Slaby2021-03-101-5/+1
* | tty: n_tty, set tty_ldisc_ops::ownerJiri Slaby2021-03-101-0/+1
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-105-5/+0