public inbox for linux-kernel@vger.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 5.16-rc4
Date: Sun, 5 Dec 2021 13:04:46 +0100	[thread overview]
Message-ID: <Yayq3iB/M3SJjvXK@kroah.com> (raw)

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.16-rc4

for you to fetch changes up to 9cabe26e65a893afd5846908aa393bd283ab6609:

  serial: 8250_bcm7271: UART errors after resuming from S2 (2021-12-03 14:14:49 +0100)

----------------------------------------------------------------
TTY/Serial fixes for 5.16-rc4

Here are some small TTY and Serial driver fixes for 5.16-rc4 to resolve
a number of reported problems.

They include:
	- liteuart serial driver fixes
	- 8250_pci serial driver fixes for pericom devices
	- 8250 RTS line control fix while in RS-485 mode
	- tegra serial driver fix
	- msm_serial driver fix
	- pl011 serial driver new id
	- fsl_lpuart revert of broken change
	- 8250_bcm7271 serial driver fix
	- MAINTAINERS file update for rpmsg tty driver that came in
	  5.16-rc1
	- vgacon fix for reported problem

All of these, except for the 8250_bcm7271 fix have been in linux-next
with no reported problem.  The 8250_bcm7271 fix was added to the tree on
Friday so no chance to be linux-next yet.  But it should be fine as the
affected developers submitted it.

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

----------------------------------------------------------------
Al Cooper (1):
      serial: 8250_bcm7271: UART errors after resuming from S2

Alexander Stein (1):
      Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"

Arnaud Pouliquen (1):
      MAINTAINERS: Add rpmsg tty driver maintainer

Ilia Sergachev (1):
      serial: liteuart: Fix NULL pointer dereference in ->remove()

Jay Dolan (2):
      serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
      serial: 8250_pci: rewrite pericom_do_set_divisor()

Johan Hovold (4):
      serial: core: fix transmit-buffer reset and memleak
      serial: liteuart: fix use-after-free and memleak on unbind
      serial: liteuart: fix minor-number leak on probe errors
      serial: liteuart: relax compile-test dependencies

Lukas Wunner (1):
      serial: 8250: Fix RTS modem control while in rs485 mode

Maciej W. Rozycki (1):
      vgacon: Propagate console boot parameters before calling `vc_resize'

Patrik John (1):
      serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30

Pierre Gondois (1):
      serial: pl011: Add ACPI SBSA UART match id

Sven Eckelmann (1):
      tty: serial: msm_serial: Deactivate RX DMA for polling support

 MAINTAINERS                            |  6 ++++++
 drivers/tty/serial/8250/8250_bcm7271.c | 13 ++++++++++++
 drivers/tty/serial/8250/8250_pci.c     | 39 ++++++++++++++++++++++------------
 drivers/tty/serial/8250/8250_port.c    |  7 ------
 drivers/tty/serial/Kconfig             |  2 +-
 drivers/tty/serial/amba-pl011.c        |  1 +
 drivers/tty/serial/fsl_lpuart.c        |  1 +
 drivers/tty/serial/liteuart.c          | 20 ++++++++++++++---
 drivers/tty/serial/msm_serial.c        |  3 +++
 drivers/tty/serial/serial-tegra.c      |  4 ++--
 drivers/tty/serial/serial_core.c       | 18 +++++++++++++++-
 drivers/video/console/vgacon.c         | 14 +++++++-----
 12 files changed, 95 insertions(+), 33 deletions(-)

             reply	other threads:[~2021-12-05 12:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 12:04 Greg KH [this message]
2021-12-05 17:40 ` [GIT PULL] TTY/Serial driver fixes for 5.16-rc4 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=Yayq3iB/M3SJjvXK@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox