The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511: Linux 6.4-rc3 (2023-05-21 14:05:48 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.4-rc5 for you to fetch changes up to 403e97d6ab2cb6fd0ac1ff968cd7b691771f1613: dt-bindings: serial: 8250_omap: add rs485-rts-active-high (2023-06-01 19:04:00 +0100) ---------------------------------------------------------------- TTY/Serial driver fixes for 6.4-rc5 Here are some small tty/serial driver fixes for 6.4-rc5 that have all been in linux-next this past week with no reported problems. Included in here are: - 8250_tegra driver bugfix - fsl uart driver bugfixes - Kconfig fix for dependancy issue - dt-bindings fix for the 8250_omap driver Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Christophe JAILLET (1): serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() Francesco Dolcini (1): dt-bindings: serial: 8250_omap: add rs485-rts-active-high Herve Codina (2): soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST serial: cpm_uart: Fix a COMPILE_TEST dependency Sherry Sun (1): tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK .../devicetree/bindings/serial/8250_omap.yaml | 1 + drivers/soc/fsl/qe/Kconfig | 4 +- drivers/tty/serial/8250/8250_tegra.c | 4 +- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/cpm_uart/cpm_uart.h | 2 - drivers/tty/serial/fsl_lpuart.c | 44 +++++++++++----------- 6 files changed, 30 insertions(+), 27 deletions(-)