[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z4PMKaKtcsI_zmU4@kroah.com>
Date: Sun, 12 Jan 2025 15:05:29 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Geert Uytterhoeven <geert@...ux-m68k.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] Serial driver fixes for 6.13-rc7
The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:
Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc7
for you to fetch changes up to 0cfc36ea51684b5932cd3951ded523777d807af2:
serial: stm32: use port lock wrappers for break control (2024-12-23 19:01:54 +0100)
----------------------------------------------------------------
Serial driver fixes for 6.13-rc7
Here are 3 small serial driver fixes tree. They resolve some reported
issues:
- stm32 break control fix
- 8250 runtime pm usage counter fix
- imx driver locking fix.
All have been in my tree and linux-next for 3 weeks now, with no
reported issues:
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Ben Wolsieffer (1):
serial: stm32: use port lock wrappers for break control
Ilpo Järvinen (1):
tty: serial: 8250: Fix another runtime PM usage counter underflow
Xiaolei Wang (1):
serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()
drivers/tty/serial/8250/8250_core.c | 3 +++
drivers/tty/serial/imx.c | 4 ++--
drivers/tty/serial/stm32-usart.c | 4 ++--
3 files changed, 7 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists