Commit 6ac513185c41 for kernel

commit 6ac513185c410f9404ff66b920bec137cbc6e543
Merge: 47e231cbd363 b9465b04de4b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Mar 20 09:34:32 2026 -0700

    Merge tag 'mtd/fixes-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux

    Pull MTD fixes from Miquel Raynal:

     - In SPI NOR, there was an issue with the RDCR capability, leading to
       several platforms no longer capable of using it for wrong reasons
       (the follow-up commit renames the helper to avoid future confusion)

     - NAND controller drivers needed to be improved to fix some timings, a
       locking schenario and avoid certain operations during panic writes

     - The Spear600 DT binding conversion was done partially, leading to
       several warnings which have individually been fixed

     - Tudor gets replaced by Takahiro for the SPI NOR maintainance

     - Plus two more misc fixes

    * tag 'mtd/fixes-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
      mtd: rawnand: pl353: make sure optimal timings are applied
      mtd: spi-nor: Rename spi_nor_spimem_check_op()
      mtd: spi-nor: Fix RDCR controller capability core check
      mtd: rawnand: brcmnand: skip DMA during panic write
      mtd: rawnand: serialize lock/unlock against other NAND operations
      dt-bindings: mtd: st,spear600-smi: Fix example
      dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
      dt-bindings: mtd: st,spear600-smi: Fix description
      mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_nand_init()
      mtd: Avoid boot crash in RedBoot partition table parser
      MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
      MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer