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