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 v2] mtd: spi-nor: changes for v6.12
Date: Sat, 14 Sep 2024 18:04:35 +0200 [thread overview]
Message-ID: <mafs0o74q9q7g.fsf@kernel.org> (raw)
Hi Miquel,
I have rebased my branch onto v6.11-rc1 and force pushed the branch and
tag. Here is the updated version of the pull request.
Regards,
Pratyush Yadav
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -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 ac5bfa968b60fba409942ab594ad98479b4e1223:
mtd: spi-nor: fix flash probing (2024-09-14 17:56:31 +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-14 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-14 16:04 Pratyush Yadav [this message]
2024-09-15 10:51 ` [GIT PULL v2] mtd: spi-nor: changes for v6.12 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=mafs0o74q9q7g.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox