Linux-Serial Archive mirror
 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.9-rc5
Date: Sun, 21 Apr 2024 13:36:39 +0200	[thread overview]
Message-ID: <ZiT6R-j2EEg1tJZH@kroah.com> (raw)

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.9-rc5

for you to fetch changes up to ea2624b5b829b8f93c0dce25721d835969b34faf:

  serial: stm32: Reset .throttled state in .startup() (2024-04-17 13:26:45 +0200)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.9-rc5

Here are some small tty and serial driver fixes for 6.9-rc5 that resolve
a bunch of reported problems.  Included in here are:
  - MAINTAINERS and .mailmap update for Richard Genoud
  - serial core regression fixes from 6.9-rc1 changes
  - pci id cleanups
  - serial core crash fix
  - stm32 driver fixes
  - 8250 driver fixes

All of these have been in linux-next for a while with no reported
problems.

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

----------------------------------------------------------------
Andy Shevchenko (2):
      serial: 8250_pci: Remove redundant PCI IDs
      serial: core: Clearing the circular buffer before NULLifying it

Dan Carpenter (1):
      serial: 8250_lpc18xx: disable clks on error in probe()

Emil Kronborg (1):
      serial: mxs-auart: add spinlock around changing cts state

Finn Thain (1):
      serial/pmac_zilog: Remove flawed mitigation for rx irq flood

Hans de Goede (1):
      serial: 8250_dw: Revert: Do not reclock if already at correct rate

Richard Genoud (1):
      MAINTAINERS: mailmap: update Richard Genoud's email address

Tony Lindgren (2):
      serial: core: Fix regression when runtime PM is not enabled
      serial: core: Fix missing shutdown and startup for serial base port

Uwe Kleine-König (2):
      serial: stm32: Return IRQ_NONE in the ISR if no handling happend
      serial: stm32: Reset .throttled state in .startup()

 .mailmap                                           |  1 +
 .../bindings/serial/atmel,at91-usart.yaml          |  2 +-
 MAINTAINERS                                        |  2 +-
 drivers/tty/serial/8250/8250_dw.c                  |  6 ++--
 drivers/tty/serial/8250/8250_lpc18xx.c             |  2 +-
 drivers/tty/serial/8250/8250_pci.c                 |  6 ----
 drivers/tty/serial/mxs-auart.c                     |  8 +++--
 drivers/tty/serial/pmac_zilog.c                    | 14 ---------
 drivers/tty/serial/serial_base.h                   |  4 +++
 drivers/tty/serial/serial_core.c                   | 23 ++++++++++++---
 drivers/tty/serial/serial_port.c                   | 34 ++++++++++++++++++++++
 drivers/tty/serial/stm32-usart.c                   | 13 +++++++--
 12 files changed, 81 insertions(+), 34 deletions(-)

             reply	other threads:[~2024-04-21 11:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-21 11:36 Greg KH [this message]
2024-04-21 17:36 ` [GIT PULL] TTY/Serial driver fixes for 6.9-rc5 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=ZiT6R-j2EEg1tJZH@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).