Age | Commit message (Expand) | Author |
2021-03-10 | serial: stm32: add support for "flush_buffer" ops | Erwan Le Ray |
2021-03-10 | serial: stm32: fix tx_empty condition | Erwan Le Ray |
2021-03-10 | serial: stm32: add FIFO flush when port is closed | Erwan Le Ray |
2021-03-10 | serial: stm32: fix FIFO flush in startup and set_termios | Erwan Le Ray |
2021-03-10 | serial: stm32: call stm32_transmit_chars locked | Erwan Le Ray |
2021-03-10 | serial: stm32: fix tx dma completion, release channel | Erwan Le Ray |
2021-03-10 | serial: stm32: fix a deadlock in set_termios | Erwan Le Ray |
2021-03-10 | serial: stm32: fix wake-up flag handling | Erwan Le Ray |
2021-03-10 | serial: stm32: fix a deadlock condition with wakeup event | Erwan Le Ray |
2021-03-10 | serial: stm32: fix TX and RX FIFO thresholds | Erwan Le Ray |
2021-03-10 | serial: stm32: fix incorrect characters on console | Erwan Le Ray |
2021-03-10 | serial: stm32: fix startup by enabling usart for reception | Erwan Le Ray |
2021-03-10 | serial: stm32: fix probe and remove order for dma | Erwan Le Ray |
2021-03-10 | serial: liteuart: fix return value check in liteuart_probe() | Wei Yongjun |
2021-03-10 | serial: 8250_exar: Constify the software nodes | Heikki Krogerus |
2021-03-10 | tty: serial: samsung_tty: Add earlycon support for Apple UARTs | Hector Martin |
2021-03-10 | tty: serial: samsung_tty: Add support for Apple UARTs | Hector Martin |
2021-03-10 | tty: serial: samsung_tty: Use devm_ioremap_resource | Hector Martin |
2021-03-10 | tty: serial: samsung_tty: IRQ rework | Hector Martin |
2021-03-10 | tty: serial: samsung_tty: Add s3c24xx_port_type | Hector Martin |
2021-03-10 | tty: serial: samsung_tty: Separate S3C64XX ops structure | Hector Martin |
2021-03-10 | tty: serial: samsung_tty: Add ucon_mask parameter | Hector Martin |
2021-03-10 | drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_CORE | Julian Braha |
2021-03-10 | tty: make everyone's write_room return >= 0 | Jiri Slaby |
2021-03-10 | tty: make everyone's chars_in_buffer return >= 0 | Jiri Slaby |
2021-03-10 | tty: cleanup tty_chars_in_buffer | Jiri Slaby |
2021-03-10 | tty: n_gsm, remove duplicates of parameters | Jiri Slaby |
2021-03-10 | tty: hvc, drop unneeded forward declarations | Jiri Slaby |
2021-03-10 | tty: synclink_gt, drop unneeded forward declarations | Jiri Slaby |
2021-03-10 | tty: localise ptychar and make it const | Jiri Slaby |
2021-03-10 | tty: let tty_unregister_driver return void | Jiri Slaby |
2021-03-10 | tty: do not check tty_unregister_driver's return value | Jiri Slaby |
2021-03-10 | tty: vcc, remove useless tty checks | Jiri Slaby |
2021-03-10 | tty: vcc, use name strings directly | Jiri Slaby |
2021-03-10 | tty: vcc, drop version dump | Jiri Slaby |
2021-03-10 | tty: vcc, make globals static | Jiri Slaby |
2021-03-10 | tty: nozomi, remove useless debug prints | Jiri Slaby |
2021-03-10 | tty: nozomi, remove init/exit messages | Jiri Slaby |
2021-03-10 | tty: nozomi, remove struct buffer | Jiri Slaby |
2021-03-10 | tty: jsm_tty, make char+error handling readable | Jiri Slaby |
2021-03-10 | tty: con3215, remove tty->driver_data casts | Jiri Slaby |
2021-03-10 | tty: con3215, remove unneeded tty checks | Jiri Slaby |
2021-03-10 | tty: con3215, remove tasklet for tty_wakeup | Jiri Slaby |
2021-03-10 | net: caif: inline register_ldisc | Jiri Slaby |
2021-03-10 | tty: 8250/serial_cs, propagate errors in simple_config | Jiri Slaby |
2021-03-10 | tty: 8250, cleanup em485 timers | Jiri Slaby |
2021-03-10 | tty: 8250, use ms_to_ktime | Jiri Slaby |
2021-03-10 | tty: imx, use ms_to_ktime | Jiri Slaby |
2021-03-10 | tty: n_tty, set tty_ldisc_ops::owner | Jiri Slaby |
2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby |