mbox series

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

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

Pull-request

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

Message

Greg Kroah-Hartman Feb. 17, 2024, 3:13 p.m. UTC
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@linuxfoundation.org>

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

Comments

pr-tracker-bot@kernel.org Feb. 17, 2024, 5:40 p.m. UTC | #1
The pull request you sent on Sat, 17 Feb 2024 16:13:58 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b2981b2270d7b9be6c15f80d5c4b838ad93ceef

Thank you!