]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2025 20:50:44 +0000 (12:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2025 20:50:44 +0000 (12:50 -0800)
commit56400391b1d312a14f912f36d2f04b0dba0d4a2f
tree1669937468ef024cab27247aaf31a7241c10fef2
parent6bfcc5fb2fcee1e914708ce55b70e707d03d8097
parent9e512eaaf8f4008c44ede3dfc0fbc9d9c5118583
Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull serial driver fixes from Greg KH:
 "Here are some small serial driver fixes for some reported problems.
  Nothing major, just:

   - sc16is7xx irq check fix

   - 8250 fifo underflow fix

   - serial_port and 8250 iotype fixes

  Most of these have been in linux-next already, and all have passed
  0-day testing"

* tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  serial: 8250: Fix fifo underflow on flush
  serial: 8250_pnp: Remove unneeded ->iotype assignment
  serial: 8250_platform: Remove unneeded ->iotype assignment
  serial: 8250_of: Remove unneeded ->iotype assignment
  serial: port: Make ->iotype validation global in __uart_read_properties()
  serial: port: Always update ->iotype in __uart_read_properties()
  serial: port: Assign ->iotype correctly when ->iobase is set
  serial: sc16is7xx: Fix IRQ number check behavior