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>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 7.2-rc3
Date: Sun, 12 Jul 2026 10:41:54 +0200	[thread overview]
Message-ID: <alNTUs9uo0TesjLv@kroah.com> (raw)

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-7.2-rc3

for you to fetch changes up to 302fbbb4fcbdeac2dc8c63a56c1c4e38c4781958:

  serial: 8250: Ignore flow control on suspend/resume with no_console_suspend (2026-07-10 14:47:30 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 7.2-rc3

Here are some small tty/serial/vt fixes for 7.2-rc3 that resolve some
reported problems.  Included in here are:
  - vt spurious modifier issue that showed up in -rc1 (reported a bunch)
  - 8250 driver bugfixes
  - msm serial driver bugfix
  - max310x serial driver bugfix

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

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

----------------------------------------------------------------
Andy Shevchenko (1):
      serial: 8250_mid: Disable DMA for selected platforms

John Ogness (1):
      serial: 8250: Ignore flow control on suspend/resume with no_console_suspend

Matthias Feser (1):
      serial: 8250_omap: clear rx_running on zero-length DMA completes

Nicolas Pitre (1):
      vt: fix spurious modifier in CSI/cursor key sequences

Stephan Gerhold (1):
      serial: msm: Disable DMA for kernel console UART

Tapio Reijonen (1):
      serial: max310x: implement gpio_chip::get_direction()

 drivers/tty/serial/8250/8250_mid.c  | 13 +++++++++++--
 drivers/tty/serial/8250/8250_omap.c |  3 ++-
 drivers/tty/serial/8250/8250_port.c | 10 ++++++++--
 drivers/tty/serial/max310x.c        | 12 ++++++++++++
 drivers/tty/serial/msm_serial.c     |  3 ++-
 drivers/tty/vt/keyboard.c           | 12 +++++++++---
 6 files changed, 44 insertions(+), 9 deletions(-)

             reply	other threads:[~2026-07-12  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-12  8:41 Greg KH [this message]
2026-07-12 21:17 ` [GIT PULL] TTY/Serial driver fixes for 7.2-rc3 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=alNTUs9uo0TesjLv@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=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.