Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial driver fixes from Greg KH: "Here are a number of small tty and serial driver fixes for 5.6-rc3 that resolve a bunch of reported issues. They are: - vt selection and ioctl fixes - serdev bugfix - atmel serial driver fixes - qcom serial driver fixes - other minor serial driver fixes All of these have been in linux-next for a while with no reported issues" * tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: vt: selection, close sel_buffer race vt: selection, handle pending signals in paste_selection serial: cpm_uart: call cpm_muram_init before registering console tty: serial: qcom_geni_serial: Fix RX cancel command failure serial: 8250: Check UPF_IRQ_SHARED in advance tty: serial: imx: setup the correct sg entry for tx dma vt: vt_ioctl: fix race in VT_RESIZEX vt: fix scrollback flushing on background consoles tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode serdev: ttyport: restore client ops on deregistration serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE
Showing
- drivers/tty/serdev/serdev-ttyport.c 2 additions, 4 deletionsdrivers/tty/serdev/serdev-ttyport.c
- drivers/tty/serial/8250/8250_aspeed_vuart.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_aspeed_vuart.c
- drivers/tty/serial/8250/8250_core.c 2 additions, 3 deletionsdrivers/tty/serial/8250/8250_core.c
- drivers/tty/serial/8250/8250_of.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_of.c
- drivers/tty/serial/8250/8250_port.c 4 additions, 0 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/ar933x_uart.c 8 additions, 0 deletionsdrivers/tty/serial/ar933x_uart.c
- drivers/tty/serial/atmel_serial.c 2 additions, 1 deletiondrivers/tty/serial/atmel_serial.c
- drivers/tty/serial/cpm_uart/cpm_uart_core.c 1 addition, 0 deletionsdrivers/tty/serial/cpm_uart/cpm_uart_core.c
- drivers/tty/serial/imx.c 1 addition, 1 deletiondrivers/tty/serial/imx.c
- drivers/tty/serial/qcom_geni_serial.c 14 additions, 4 deletionsdrivers/tty/serial/qcom_geni_serial.c
- drivers/tty/serial/serial-tegra.c 16 additions, 19 deletionsdrivers/tty/serial/serial-tegra.c
- drivers/tty/tty_port.c 3 additions, 2 deletionsdrivers/tty/tty_port.c
- drivers/tty/vt/selection.c 25 additions, 7 deletionsdrivers/tty/vt/selection.c
- drivers/tty/vt/vt.c 13 additions, 2 deletionsdrivers/tty/vt/vt.c
- drivers/tty/vt/vt_ioctl.c 11 additions, 6 deletionsdrivers/tty/vt/vt_ioctl.c
- include/linux/tty.h 2 additions, 0 deletionsinclude/linux/tty.h
Loading
Please register or sign in to comment