[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8wEx5F+nUsgqj4Z@kroah.com>
Date: Sat, 21 Jan 2023 16:29:11 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jiri Slaby <jslaby@...e.cz>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 6.2-rc5
The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4:
Linux 6.2-rc4 (2023-01-15 09:22:43 -0600)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.2-rc5
for you to fetch changes up to 14ee78d5932afeb710c8305196a676a715bfdea8:
serial: exar: Add support for Sealevel 7xxxC serial cards (2023-01-20 13:38:38 +0100)
----------------------------------------------------------------
TTY/Serial driver fixes for 6.2-rc5
Here are some small tty and serial driver fixes for 6.2-rc5 that resolve
a number of tiny reported issues and some new device ids. They include:
- new device id for the exar serial driver
- speakup tty driver bugfix
- atmel serial driver baudrate fixup
- stm32 serial driver bugfix and then revert as the bugfix broke the
build. That will come back in a later pull request once it is all
worked out properly.
- amba-pl011 serial driver rs486 mode bugfix
- qcom_geni serial driver bugfix
Most of these have been in linux-next with no reported problems (well,
other than the build breakage which generated the revert), the new
device id passed 0-day testing.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Arnd Bergmann (1):
tty: serial: qcom_geni: avoid duplicate struct member init
Gaosheng Cui (1):
tty: fix possible null-ptr-defer in spk_ttyio_release
Greg Kroah-Hartman (1):
Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler"
Ilpo Järvinen (1):
serial: pch_uart: Pass correct sg to dma_unmap_sg()
Krzysztof Kozlowski (1):
tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
Lino Sanfilippo (1):
serial: amba-pl011: fix high priority character transmission in rs486 mode
Marek Vasut (1):
serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
Matthew Howell (1):
serial: exar: Add support for Sealevel 7xxxC serial cards
Tobias Schramm (1):
serial: atmel: fix incorrect baudrate setup
drivers/accessibility/speakup/spk_ttyio.c | 3 +++
drivers/tty/serial/8250/8250_exar.c | 14 ++++++++++++++
drivers/tty/serial/amba-pl011.c | 8 ++++----
drivers/tty/serial/atmel_serial.c | 8 +-------
drivers/tty/serial/pch_uart.c | 2 +-
drivers/tty/serial/qcom_geni_serial.c | 32 +++++++++++++++++++++++--------
6 files changed, 47 insertions(+), 20 deletions(-)
Powered by blists - more mailing lists