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.10-final
Date: Fri, 12 Jul 2024 12:41:01 +0200	[thread overview]
Message-ID: <ZpEIPXujV_586zPp@kroah.com> (raw)

The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.10-final

for you to fetch changes up to 2ac33975abda6921896e52372aec2be2cf51ab37:

  serial: qcom-geni: do not kill the machine on fifo underrun (2024-07-04 12:30:30 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 6.10-final

Here are some small serial driver fixes for 6.10-final.  Included in
here are:
  - qcom-geni fixes for a much much much discussed issue and everyone
    now seems to be agreed that this is the proper way forward to
    resolve the reported lockups
  - imx serial driver bugfixes
  - 8250_omap errata fix
  - ma35d1 serial driver bugfix

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>

----------------------------------------------------------------
Jacky Huang (1):
      tty: serial: ma35d1: Add a NULL check for of_node

Johan Hovold (3):
      serial: qcom-geni: fix soft lockup on sw flow control and suspend
      serial: qcom-geni: fix hard lockup on buffer flush
      serial: qcom-geni: do not kill the machine on fifo underrun

Rasmus Villemoes (1):
      serial: imx: ensure RTS signal is not left active after shutdown

Stefan Eichenberger (1):
      serial: imx: only set receiver level if it is zero

Udit Kumar (1):
      serial: 8250_omap: Fix Errata i2310 with RX FIFO level check

 drivers/tty/serial/8250/8250_omap.c   |  3 +-
 drivers/tty/serial/imx.c              | 59 +++++++++++++++++++++++++++++++++--
 drivers/tty/serial/ma35d1_serial.c    | 13 ++++----
 drivers/tty/serial/qcom_geni_serial.c | 51 ++++++++++++++++++++++--------
 4 files changed, 104 insertions(+), 22 deletions(-)

             reply	other threads:[~2024-07-12 10:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 10:41 Greg KH [this message]
2024-07-12 16:05 ` [GIT PULL] TTY / Serial driver fixes for 6.10-final 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=ZpEIPXujV_586zPp@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.