All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 6.8-rc8
Date: Fri, 8 Mar 2024 17:29:59 +0000	[thread overview]
Message-ID: <ZetLF6nPrugVB28o@kroah.com> (raw)

The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:

  Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3d9319c27ceb35fa3d2c8b15508967f3fc7e5b78:

  Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()" (2024-03-05 13:40:34 +0000)

----------------------------------------------------------------
TTY/Serial fixes for 6.8-rc8 (or -final)

Here are some small remaining tty/serial driver fixes for 6.8-rc8.
Included in here is fixes for:
  - vt unicode buffer corruption fix
  - imx serial driver fixes, again
  - port suspend fix
  - 8250_dw driver fix
  - fsl_lpuart driver fix
  - revert for the qcom_geni_serial driver to fix a reported regression

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Douglas Anderson (1):
      Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"

Nicolas Pitre (1):
      vt: fix unicode buffer corruption when deleting characters

Peter Collingbourne (1):
      serial: 8250_dw: Do not reclock if already at correct rate

Rickard x Andersson (1):
      tty: serial: imx: Fix broken RS485

Sherry Sun (1):
      tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled

Yicong Yang (1):
      serial: port: Don't suspend if the port is still busy

 drivers/tty/serial/8250/8250_dw.c     |  6 +++---
 drivers/tty/serial/fsl_lpuart.c       |  7 +++++--
 drivers/tty/serial/imx.c              | 22 ++++++++++++++++++----
 drivers/tty/serial/qcom_geni_serial.c | 10 ++++++----
 drivers/tty/serial/serial_port.c      | 25 ++++++++++++++++++++++++-
 drivers/tty/vt/vt.c                   |  2 +-
 6 files changed, 57 insertions(+), 15 deletions(-)

             reply	other threads:[~2024-03-08 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 17:29 Greg KH [this message]
2024-03-08 22:28 ` [GIT PULL] TTY/Serial driver fixes for 6.8-rc8 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZetLF6nPrugVB28o@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.