Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty and serial driver fixes from Greg KH: "Here are some small tty and serial driver fixes for 6.8-rc3 that resolve a number of reported issues. Included in here are: - rs485 flag definition fix that affected the user/kernel abi in -rc1 - max310x driver fixes - 8250_pci1xxxx driver off-by-one fix - uart_tiocmget locking race fix All of these have been in linux-next for over a week with no reported issues" * tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: max310x: prevent infinite while() loop in port startup serial: max310x: fail probe if clock crystal is unstable serial: max310x: improve crystal stable clock detection serial: max310x: set default value when reading clock ready bit serial: core: Fix atomicity violation in uart_tiocmget serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data() tty: serial: Fix bit order in RS485 flag definitions
Showing
- drivers/tty/serial/8250/8250_pci1xxxx.c 2 additions, 2 deletionsdrivers/tty/serial/8250/8250_pci1xxxx.c
- drivers/tty/serial/max310x.c 43 additions, 10 deletionsdrivers/tty/serial/max310x.c
- drivers/tty/serial/serial_core.c 1 addition, 1 deletiondrivers/tty/serial/serial_core.c
- include/uapi/linux/serial.h 7 additions, 6 deletionsinclude/uapi/linux/serial.h
Please register or sign in to comment