summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-03-28serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer
2021-03-26serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper
2021-03-26soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi
2021-03-23tty: vt: Mundane typo fix in the file vt.cBhaskar Chowdhury
2021-03-23vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko
2021-03-23serial: imx: drop workaround for forced irq threadingJohan Hovold
2021-03-23serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue
2021-03-23serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray
2021-03-23serial: stm32: rework wakeup managementErwan Le Ray
2021-03-23drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing
2021-03-23tty: max310x: fix flexible_array.cocci warningskernel test robot
2021-03-23tty: serial: 8250: delete redundant printing of return valueWang Qing
2021-03-23tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-16serial: qcom_geni_serial: Convert to use resource-managed OPP APIYangtao Li
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman
2021-03-13Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray
2021-03-10serial: stm32: add FIFO flush when port is closedErwan Le Ray
2021-03-10serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray
2021-03-10serial: stm32: call stm32_transmit_chars lockedErwan Le Ray
2021-03-10serial: stm32: fix tx dma completion, release channelErwan Le Ray
2021-03-10serial: stm32: fix a deadlock in set_termiosErwan Le Ray
2021-03-10serial: stm32: fix wake-up flag handlingErwan Le Ray
2021-03-10serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray
2021-03-10serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray
2021-03-10serial: stm32: fix incorrect characters on consoleErwan Le Ray
2021-03-10serial: stm32: fix startup by enabling usart for receptionErwan Le Ray
2021-03-10serial: stm32: fix probe and remove order for dmaErwan Le Ray
2021-03-10serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun
2021-03-10serial: 8250_exar: Constify the software nodesHeikki Krogerus
2021-03-10tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin
2021-03-10tty: serial: samsung_tty: Add support for Apple UARTsHector Martin
2021-03-10tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin
2021-03-10tty: serial: samsung_tty: IRQ reworkHector Martin
2021-03-10tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin
2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin
2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin
2021-03-10drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_COREJulian Braha
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby
2021-03-10tty: make everyone's chars_in_buffer return >= 0Jiri Slaby
2021-03-10tty: cleanup tty_chars_in_bufferJiri Slaby
2021-03-10tty: n_gsm, remove duplicates of parametersJiri Slaby
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby
2021-03-10tty: synclink_gt, drop unneeded forward declarationsJiri Slaby
2021-03-10tty: localise ptychar and make it constJiri Slaby
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby