The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478: Linux 6.8-rc3 (2024-02-04 12:20:36 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.8-rc5 for you to fetch changes up to 7be50f2e8f20fc2299069b28dea59a28e3abe20a: serial: mxs-auart: fix tx (2024-02-06 14:42:11 +0000) ---------------------------------------------------------------- TTY/Serial fixes for 6.8-rc5 Here are 3 small tty and serial driver fixes for 6.8-rc5: - revert a 8250_pci1xxxx off-by-one change that was incorrect - 2 changes to fix the transmit path of the mxs-auart driver, fixing a regression in the 6.2 release All of these have been in linux-next for over a week with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Dan Carpenter (1): serial: 8250_pci1xxxx: partially revert off by one patch Jiri Slaby (SUSE) (2): serial: core: introduce uart_port_tx_flags() serial: mxs-auart: fix tx drivers/tty/serial/8250/8250_pci1xxxx.c | 2 +- drivers/tty/serial/mxs-auart.c | 5 ++++- include/linux/serial_core.h | 32 +++++++++++++++++++++++++++----- 3 files changed, 32 insertions(+), 7 deletions(-)