Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Feb 2024 16:46:57 +0000 (08:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Feb 2024 16:46:57 +0000 (08:46 -0800)
commit4b2981b2270d7b9be6c15f80d5c4b838ad93ceef
tree749cadaeac59ffe091ed66dcff2a326a19f4db65
parenta3a7d1627429545cddcc60314f1596912138daf1
parent7be50f2e8f20fc2299069b28dea59a28e3abe20a
Merge tag 'tty-6.8-rc5' of git://git./linux/kernel/git/gregkh/tty

Pull tty / serial fixes from Greg KH:
 "Here are three small tty and serial driver fixes for 6.8-rc5:

   - revert a 8250_pci1xxxx off-by-one change that was incorrect

   - two changes to fix the transmit path of the mxs-auart driver,
     fixing a regression in the 6.2 release

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

* tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  serial: mxs-auart: fix tx
  serial: core: introduce uart_port_tx_flags()
  serial: 8250_pci1xxxx: partially revert off by one patch