[GIT,PULL] TTY/Serial driver fixes for 6.8-rc6

Message ID ZdtHDUx9Xsqq59k7@kroah.com
State New
Headers
Series [GIT,PULL] TTY/Serial driver fixes for 6.8-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.8-rc6

Message

Greg KH Feb. 25, 2024, 1:56 p.m. UTC
  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@linuxfoundation.org>

----------------------------------------------------------------
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(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 25, 2024, 6:46 p.m. UTC | #1
The pull request you sent on Sun, 25 Feb 2024 14:56:29 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.8-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1e592e95368433d5e2055de1e43b894408627bcc

Thank you!