Commit 8bb44576c5ec for kernel

commit 8bb44576c5ec0e6b29ee048b88235f6f407b6979
Merge: 4bdbce450f42 4bacec231752
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri May 8 10:14:51 2026 -0700

    Merge tag 'spi-fix-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

    Pull spi fixes from Mark Brown:
     "There's two main series here, fixing issues that came up in the
      Microchip QSPI and Freescale i.MX drivers. Both of those could result
      in some quite noticable issues if they were encountered in production.
      We also have one minor documentation fix in the ch341 driver"

    * tag 'spi-fix-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
      spi: ch341: correct company name in MODULE_DESCRIPTION
      spi: microchip-core-qspi: remove some inline markings
      spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad operations
      spi: microchip-core-qspi: control built-in cs manually
      spi: imx: Propagate prepare_transfer() error from spi_imx_setupxfer()
      spi: imx: Fix UAF on package-1 prepare failure in spi_imx_dma_data_prepare()
      spi: imx: Fix precedence bug in spi_imx_dma_max_wml_find()