From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@linaro.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-mtd@lists.infradead.org,
Miquel Raynal <miquel.raynal@bootlin.com>,
Rob Herring <robh@kernel.org>
Subject: [GIT PULL] mtd: Fixes for 7.0-rc5
Date: Fri, 20 Mar 2026 09:18:17 +0100 [thread overview]
Message-ID: <87v7eqc3sm.fsf@bootlin.com> (raw)
Hello,
This is a fixes MTD PR for 7.0-rc5.
Rob, sorry for the delay, this PR contains the DT binding fixes you were
waiting for.
Thanks,
Miquèl
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-7.0-rc5
for you to fetch changes up to b9465b04de4b90228de03db9a1e0d56b00814366:
mtd: rawnand: pl353: make sure optimal timings are applied (2026-03-18 18:08:25 +0100)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Chen Ni (1):
mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_nand_init()
Finn Thain (1):
mtd: Avoid boot crash in RedBoot partition table parser
Kamal Dasu (2):
mtd: rawnand: serialize lock/unlock against other NAND operations
mtd: rawnand: brcmnand: skip DMA during panic write
Miquel Raynal (5):
dt-bindings: mtd: st,spear600-smi: Fix description
dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
dt-bindings: mtd: st,spear600-smi: Fix example
mtd: spi-nor: Fix RDCR controller capability core check
mtd: spi-nor: Rename spi_nor_spimem_check_op()
Olivier Sobrie (1):
mtd: rawnand: pl353: make sure optimal timings are applied
Tudor Ambarus (2):
MAINTAINERS: remove Tudor Ambarus as SPI NOR maintainer
MAINTAINERS: add Takahiro Kuwano as SPI NOR reviewer
.../devicetree/bindings/mtd/st,spear600-smi.yaml | 26 ++++++++++++++++------
MAINTAINERS | 2 +-
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 6 ++---
drivers/mtd/nand/raw/cadence-nand-controller.c | 2 +-
drivers/mtd/nand/raw/nand_base.c | 14 ++++++++++--
drivers/mtd/nand/raw/pl35x-nand-controller.c | 3 +++
drivers/mtd/parsers/redboot.c | 6 ++---
drivers/mtd/spi-nor/core.c | 14 ++++++------
8 files changed, 48 insertions(+), 25 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2026-03-20 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 8:18 Miquel Raynal [this message]
2026-03-20 17:13 ` [GIT PULL] mtd: Fixes for 7.0-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v7eqc3sm.fsf@bootlin.com \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@linaro.org \
--cc=frieder.schrempf@kontron.de \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=robh@kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox