* [GIT PULL] TTY / Serial driver fixes for 6.10-final
@ 2024-07-12 10:41 Greg KH
2024-07-12 16:05 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2024-07-12 10:41 UTC (permalink / raw)
To: Linus Torvalds
Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
linux-serial
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-12 16:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 10:41 [GIT PULL] TTY / Serial driver fixes for 6.10-final Greg KH
2024-07-12 16:05 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox