mbox series

[GIT,PULL] TTY/Serial driver fixes for 6.6-rc6

Message ID ZSwEIUTAuRP2TsiP@kroah.com
State New
Headers show
Series [GIT,PULL] TTY/Serial driver fixes for 6.6-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.6-rc6

Message

Greg Kroah-Hartman Oct. 15, 2023, 3:24 p.m. UTC
The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:

  Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.6-rc6

for you to fetch changes up to b3fa3cf02e3ce92d32bfdeedd5a6bd0825f55a14:

  ASoC: ti: ams-delta: Fix cx81801_receive() argument types (2023-10-08 07:17:07 +0200)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.6-rc6

Here are some small tty/serial driver fixes for 6.6-rc6 that resolve
some reported issues.  Included in here are:
  - serial core pm runtime fix for issue reported by many
  - 8250_omap driver fix
  - rs485 spinlock fix for reported problem
  - ams-delta bugfix for previous tty api changes in -rc1 that missed
    this driver that never seems to get built in any test systems

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

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

----------------------------------------------------------------
Janusz Krzysztofik (1):
      ASoC: ti: ams-delta: Fix cx81801_receive() argument types

Lukas Wunner (1):
      serial: Reduce spinlocked portion of uart_rs485_config()

Tony Lindgren (2):
      serial: 8250_omap: Fix errors with no_console_suspend
      serial: core: Fix checks for tx runtime PM state

 drivers/tty/serial/8250/8250_omap.c | 25 ++++++++++---------------
 drivers/tty/serial/serial_core.c    | 15 ++++++++++-----
 sound/soc/ti/ams-delta.c            |  4 ++--
 3 files changed, 22 insertions(+), 22 deletions(-)