Commit 73398c2772d0 for kernel

commit 73398c2772d04ee656a654c63db85851381cd147
Merge: 40735a683bf8 a1a81aef99e8
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Apr 19 08:44:41 2026 -0700

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

    Pull tty/serial updates from Greg KH:
     "Here is the set of tty and serial driver changes for 7.1-rc1.

      Not much here this cycle, biggest thing is the removal of an old
      driver that never got any actual hardware support (esp32), and the
      second try to moving the tty ports to their own workqueues (first try
      was in 7.0-rc1 but was reverted due to problems)

      Otherwise it's just a small set of driver updates and some vt modifier
      key enhancements.

      All have been in linux-next for a while with no reported issues"

    * tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (35 commits)
      tty: serial: ip22zilog: Fix section mispatch warning
      hvc/xen: Check console connection flag
      serial: sh-sci: Add support for RZ/G3L RSCI
      dt-bindings: serial: renesas,rsci: Document RZ/G3L SoC
      tty: atmel_serial: update outdated reference to atmel_tasklet_func()
      serial: xilinx_uartps: Drop unused include
      serial: qcom-geni: drop stray newline format specifier
      serial: 8250: loongson: Enable building on MIPS Loongson64
      dt-bindings: serial: 8250: Add Loongson 3A4000 uart compatible
      serial: 8250_fintek: Add support for F81214E
      tty: tty_port: add workqueue to flip TTY buffer
      vt: support ITU-T T.416 color subparameters
      serial: qcom-geni: Fix RTS behavior with flow control
      tty: serial: imx: keep dma request disabled before dma transfer setup
      tty: serial: 8250: Add SystemBase Multi I/O cards
      serial: pic32_uart: allow driver to be compiled on all architectures with COMPILE_TEST
      serial: tegra: remove Kconfig dependency on APB DMA controller
      dt-bindings: serial: amlogic,meson-uart: Add compatible string for A9
      dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
      serial: auart: check clk_enable() return in console write
      ...