Commit 3ad794575400 for kernel

commit 3ad7945754000d868ed86315d33085a914c422c1
Merge: a5f22b9b1397 0a15f43b92dd
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 17 09:30:52 2026 -0800

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

    Pull tty / serial driver updates from Greg KH:
     "Here is the small amount of tty and serial driver updates for 7.0-rc1.
      Nothing major in here at all, just some driver updates and minor
      tweaks and cleanups including:

       - sh-sci serial driver updates

       - 8250 driver updates

       - attempt to make the tty ports have their own workqueue, but was
         reverted after testing found it to have problems on some platforms.

         This will probably come back for 7.1 after it has been reworked and
         resubmitted

       - other tiny tty driver changes

      All of these have been in linux-next for a while with no reported
      problems"

    * tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (49 commits)
      Revert "tty: tty_port: add workqueue to flip TTY buffer"
      tty: tty_port: add workqueue to flip TTY buffer
      serial: 8250_pci: Remove custom deprecated baud setting routine
      serial: 8250_omap: Remove custom deprecated baud setting routine
      dt-bindings: serial: renesas,scif: Document RZ/G3L SoC
      serial: 8250: omap: set out-of-band wakeup if wakeup pinctrl exists
      tty: hvc-iucv: Remove KMSG_COMPONENT macro
      dt-bindings: serial: google,goldfish-tty: Convert to DT schema
      dt-bindings: serial: sh-sci: Fold single-entry compatibles into enum
      serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termination is done
      serial: 8250: 8250_omap.c: Add support for handling UART error conditions
      serial: SH_SCI: improve "DMA support" prompt
      serial: Kconfig: fix ordering of entries for menu display
      serial: 8250: fix ordering of entries for menu display
      serial: imx: change SERIAL_IMX_CONSOLE to bool
      8250_men_mcb: drop unneeded MODULE_ALIAS
      serial: men_z135_uart: drop unneeded MODULE_ALIAS
      dt-bindings: serial: renesas,rsci: Document RZ/V2H(P) and RZ/V2N SoCs
      serial: rsci: Convert to FIELD_MODIFY()
      dt-bindings: serial: 8250: add SpacemiT K3 UART compatible
      ...