[GIT PULL] TTY/Serial driver fixes for 7.2-rc5

Greg KH <[email protected]> Sun, 26 Jul 2026 15:01:27 +0200
Newsgroups org.kernel.vger.linux-serial,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
The following changes since commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa:

  Linux 7.2-rc3 (2026-07-12 14:16:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-7.2-rc5

for you to fetch changes up to af071d9e07e57cfff239e8d09d2f3b05ebc9c667:

  serial: sc16is7xx: implement gpio get_direction() callback (2026-07-17 13:07:32 +0200)

----------------------------------------------------------------
Serial driver fixes for 7.2-rc5

Here are two small serial driver fixes for 7.2-rc5.  They are:
  - sc16is7xx get_direction() callback fix, which resolves a
    user-triggerable warning in the driver
  - NULL pointer dereference on some platforms using the 8250_mid serial
    driver

Both have been in linux-next for over a week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <[email protected]>

----------------------------------------------------------------
Hugo Villeneuve (1):
      serial: sc16is7xx: implement gpio get_direction() callback

Jiangshan Yi (1):
      serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms

 drivers/tty/serial/8250/8250_mid.c | 14 +++++++++-----
 drivers/tty/serial/sc16is7xx.c     | 12 ++++++++++++
 2 files changed, 21 insertions(+), 5 deletions(-)