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.12
Date: Thu, 12 Sep 2024 12:28:57 +0200 [thread overview]
Message-ID: <mafs0bk0tf9na.fsf@kernel.org> (raw)
Hi Miquel,
Here are the SPI NOR changes for v6.12. I usually base my branch on top
of -rc1, but this time around it seems I did it a few commits after
v6.11-rc1. Probably just didn't notice torvalds/master had moved. Should
make no difference in practice anyway.
Regards,
Pratyush Yadav
The following changes since commit dc1c8034e31b14a2e5e212104ec508aec44ce1b9:
minmax: simplify min()/max()/clamp() implementation (2024-07-28 20:24:12 -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.12
for you to fetch changes up to 527d0fa65426b9957422d0e716fde0d0602c75c2:
mtd: spi-nor: fix flash probing (2024-09-09 15:42:50 +0200)
----------------------------------------------------------------
SPI NOR changes for 6.12
Notable changes:
- Add Write Protect support for N25Q064A.
- New flash support for Zetta ZD25Q128C and Spansion S28HS256T.
- Fix a NULL dereference in probe path for flashes without a name. The
probe path tries to access the name without checking its existence
first. S28HS256T is the first flash to define its entry without a
name, uncovering this issue.
----------------------------------------------------------------
Brian Norris (1):
mtd: spi-nor: micron-st: Add n25q064a WP support
Csókás, Bence (1):
mtd: spi-nor: sst: Factor out common write operation to `sst_nor_write_data()`
Michael Walle (2):
mtd: spi-nor: winbond: add Zetta ZD25Q128C support
mtd: spi-nor: fix flash probing
Takahiro Kuwano (1):
mtd: spi-nor: spansion: Add support for S28HS256T
drivers/mtd/spi-nor/core.c | 3 ++-
drivers/mtd/spi-nor/micron-st.c | 2 ++
drivers/mtd/spi-nor/spansion.c | 4 ++++
drivers/mtd/spi-nor/sst.c | 39 +++++++++++++++++++--------------------
drivers/mtd/spi-nor/winbond.c | 26 ++++++++++++++++++++++++++
5 files changed, 53 insertions(+), 21 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2024-09-12 10:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 10:28 Pratyush Yadav [this message]
2024-09-13 17:59 ` [GIT PULL] mtd: spi-nor: changes for v6.12 Miquel Raynal
2024-09-14 15:55 ` Pratyush Yadav
2024-09-15 10:37 ` 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=mafs0bk0tf9na.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.