Linux Serial subsystem development
 help / color / mirror / Atom feed
* [GIT PULL] TTY/Serial driver fixes for 6.9-rc5
@ 2024-04-21 11:36 Greg KH
  2024-04-21 17:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2024-04-21 11:36 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
	linux-serial

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-21 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-21 11:36 [GIT PULL] TTY/Serial driver fixes for 6.9-rc5 Greg KH
2024-04-21 17:36 ` 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