Merge tag 'tty-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Oct 2023 16:11:39 +0000 (09:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Oct 2023 16:11:39 +0000 (09:11 -0700)
commit41226a360d8f51c13935bbc2ac8925c0fe8d41f7
tree67196b7244e81e240f0e154acfda46c82e3d957e
parenta477e3a76be740a1be844635d572c83f4c10002c
parentb3fa3cf02e3ce92d32bfdeedd5a6bd0825f55a14
Merge tag 'tty-6.6-rc6' of git://git./linux/kernel/git/gregkh/tty

Pull tty/serial driver fixes from Greg KH:
 "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"

* tag 'tty-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  ASoC: ti: ams-delta: Fix cx81801_receive() argument types
  serial: core: Fix checks for tx runtime PM state
  serial: 8250_omap: Fix errors with no_console_suspend
  serial: Reduce spinlocked portion of uart_rs485_config()