Merge tag 'tty-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial fixes from Greg KH: "Here are some small tty and serial driver fixes for 5.5-rc3. Only four small patches here: - atmel serial driver fix - msm_serial driver fix - sprd serial driver fix - tty core port fix The last tty core fix should resolve a long-standing bug with a race at port creation time that some people would see, and Sudip finally tracked down. All of these have been in linux-next with no reported issues" * tag 'tty-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: tty/serial: atmel: fix out of range clock divider handling tty: link tty and port before configuring it as console serial: sprd: Add clearing break interrupt operation tty: serial: msm_serial: Fix lockup for sysrq and oops
Showing
- drivers/tty/serial/atmel_serial.c 22 additions, 21 deletionsdrivers/tty/serial/atmel_serial.c
- drivers/tty/serial/msm_serial.c 11 additions, 2 deletionsdrivers/tty/serial/msm_serial.c
- drivers/tty/serial/serial_core.c 1 addition, 0 deletionsdrivers/tty/serial/serial_core.c
- drivers/tty/serial/sprd_serial.c 3 additions, 0 deletionsdrivers/tty/serial/sprd_serial.c
- drivers/tty/tty_port.c 2 additions, 1 deletiondrivers/tty/tty_port.c
Loading
Please register or sign in to comment