Commit 8a65af0e39da for kernel

commit 8a65af0e39da4f8bfb594c331450bdba8db04add
Merge: 534f8f051e5e 302fbbb4fcbd
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jul 12 12:29:38 2026 -0700

    Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

    Pull tty/serial fixes from Greg KH:
     "Here are some small tty/serial/vt fixes for 7.2-rc3 that resolve some
      reported problems. Included in here are:

       - vt spurious modifier issue that showed up in -rc1 (reported a
         bunch)

       - 8250 driver bugfixes

       - msm serial driver bugfix

       - max310x serial driver bugfix

      All of these have been in linux-next with no reported issues"

    * tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
      serial: 8250: Ignore flow control on suspend/resume with no_console_suspend
      serial: 8250_mid: Disable DMA for selected platforms
      serial: 8250_omap: clear rx_running on zero-length DMA completes
      vt: fix spurious modifier in CSI/cursor key sequences
      serial: msm: Disable DMA for kernel console UART
      serial: max310x: implement gpio_chip::get_direction()