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>,
linux-mtd@lists.infradead.org
Subject: [GIT PULL] mtd: spi-nor: changes for v6.17
Date: Thu, 24 Jul 2025 13:47:29 +0200 [thread overview]
Message-ID: <mafs0v7nhstda.fsf@kernel.org> (raw)
Hi Miquel,
Here are the SPI NOR changes for v6.17.
Regards,
Pratyush Yadav
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-6.17
for you to fetch changes up to 2e3a7476ec3989e77270b9481e76e137824b17c0:
mtd: spi-nor: Fix spi_nor_try_unlock_all() (2025-07-03 17:12:17 +0200)
----------------------------------------------------------------
SPI NOR changes for 6.17
Notable changes:
- Fix exiting 4-byte addressing on Infineon SEMPER flashes. These
flashes do not support the standard EX4B opcode (E9h), and use a
vendor-specific opcode (B8h) instead.
- Fix unlocking of flashes that are write-protected at power-on. This
was caused by using an uninitialized mtd_info in
spi_nor_try_unlock_all().
----------------------------------------------------------------
Christophe JAILLET (1):
mtd: spi-nor: Constify struct spi_nor_fixups
Frank Li (1):
dt-bindings: mtd: jedec,spi-nor: Add atmel,at26* compatible string
Michael Walle (1):
mtd: spi-nor: Fix spi_nor_try_unlock_all()
Takahiro Kuwano (1):
mtd: spi-nor: spansion: Fixup params->set_4byte_addr_mode for SEMPER
.../devicetree/bindings/mtd/jedec,spi-nor.yaml | 2 +-
drivers/mtd/spi-nor/micron-st.c | 8 ++---
drivers/mtd/spi-nor/spansion.c | 35 ++++++++++++++++++++--
drivers/mtd/spi-nor/swp.c | 19 +++++-------
4 files changed, 46 insertions(+), 18 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2025-07-24 13:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-24 11:47 Pratyush Yadav [this message]
2025-07-31 16:56 ` [GIT PULL] mtd: spi-nor: changes for v6.17 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=mafs0v7nhstda.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=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.