The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d: Linux 6.8-rc5 (2024-02-18 12:56:25 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.8-rc6 for you to fetch changes up to 3b69e32e151bc4a4e3c785cbdb1f918d5ee337ed: serial: amba-pl011: Fix DMA transmission in RS485 mode (2024-02-19 09:43:37 +0100) ---------------------------------------------------------------- TTY/Serial driver fixes for 6.8-rc6 Here are 3 small serial/tty driver fixes for 6.8-rc6 that resolve the following reported errors: - riscv hvc console driver fix that was reported by many - amba-pl011 serial driver fix for RS485 mode - stm32 serial driver fix for RS485 mode All of these have been in linux-next all week with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Lino Sanfilippo (2): serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled serial: amba-pl011: Fix DMA transmission in RS485 mode Palmer Dabbelt (1): tty: hvc: Don't enable the RISC-V SBI console by default drivers/tty/hvc/Kconfig | 8 ++++-- drivers/tty/serial/amba-pl011.c | 60 ++++++++++++++++++++-------------------- drivers/tty/serial/stm32-usart.c | 4 ++- 3 files changed, 38 insertions(+), 34 deletions(-)