[GIT PULL] TTY/Serial driver fixes for 6.9-rc5
From: Greg KH
Date: Sun Apr 21 2024 - 07:36:47 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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(-)