From: Pratyush Yadav <pratyush@kernel.org>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Tudor Ambarus <tudor.ambarus@linaro.org>,
Pratyush Yadav <pratyush@kernel.org>,
Michael Walle <mwalle@kernel.org>,
Takahiro Kuwano <takahiro.kuwano@infineon.com>,
linux-mtd@lists.infradead.org
Subject: [GIT PULL] mtd: spi-nor: changes for 7.1
Date: Wed, 08 Apr 2026 12:07:50 +0000 [thread overview]
Message-ID: <2vxzo6jtac4p.fsf@kernel.org> (raw)
Hi Miquel,
Here are the SPI NOR changes for 7.1.
Regards,
Pratyush Yadav
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 spi-nor/for-7.1
for you to fetch changes up to cf6788aed0cd911c2e7dded6f28214996dfabc30:
mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA (2026-03-31 15:46:47 +0000)
----------------------------------------------------------------
SPI NOR changes for 7.1
There is only a collection of bugfixes this time around, with no notable
changes to the core. Some of the more noteworthy bugfixes listed below.
- Enable die erase on MT35XU02GCBA. We knew this flash needed this fixup
since 7f77c561e227 ("mtd: spi-nor: micron-st: add TODO for fixing
mt35xu02gcba") but did not add it due to lack of hardware to test on.
- Fix locking on some Winbond w25q series flashes.
- Fix Auto Address Increment (AAI) writes on SST that flashes that start
on odd address. The write enable latch needs to be set again after the
single byte program.
----------------------------------------------------------------
Eliav Farber (3):
mtd: spi-nor: winbond: Fix locking support for w25q256jwm
mtd: spi-nor: winbond: Fix locking support for w25q64jvm
mtd: spi-nor: winbond: Fix locking support for w25q256jw
Haibo Chen (2):
mtd: spi-nor: core: correct the op.dummy.nbytes when check read operations
mtd: spi-nor: micron-st: add SNOR_CMD_PP_8_8_8_DTR sfdp fixup for mt35xu512aba
Haoyu Lu (1):
mtd: spi-nor: micron-st: Enable die erase support for MT35XU02GCBA
Jonas Gorski (1):
mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentation
Sanjaikumar V S (1):
mtd: spi-nor: sst: Fix write enable before AAI sequence
Shiji Yang (1):
mtd: spi-nor: swp: check SR_TB flag when getting tb_mask
drivers/mtd/spi-nor/core.c | 2 +-
drivers/mtd/spi-nor/core.h | 2 +-
drivers/mtd/spi-nor/micron-st.c | 27 ++++++++++++++-------------
drivers/mtd/spi-nor/sst.c | 13 +++++++++++++
drivers/mtd/spi-nor/swp.c | 4 +++-
drivers/mtd/spi-nor/winbond.c | 4 +++-
6 files changed, 35 insertions(+), 17 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2026-04-08 12:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-08 12:07 Pratyush Yadav [this message]
2026-04-17 20:02 ` [GIT PULL] mtd: spi-nor: changes for 7.1 Miquel Raynal
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=2vxzo6jtac4p.fsf@kernel.org \
--to=pratyush@kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=mwalle@kernel.org \
--cc=richard@nod.at \
--cc=takahiro.kuwano@infineon.com \
--cc=tudor.ambarus@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.