From: "Michael Walle" <mwalle@kernel.org>
To: "Miquel Raynal" <miquel.raynal@bootlin.com>,
"Pratyush Yadav" <pratyush@kernel.org>,
"Takahiro Kuwano" <takahiro.kuwano@infineon.com>,
"Richard Weinberger" <richard@nod.at>,
"Vignesh Raghavendra" <vigneshr@ti.com>
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Steam Lin" <STLin2@winbond.com>, <linux-mtd@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 00/25] mtd: spi-nor: winbond: Cleanup JW family, add support for PW chips
Date: Fri, 18 Sep 2026 13:29:24 +0200 [thread overview]
Message-ID: <DLIEOELQERRM.21J9WHMJHGYEB@kernel.org> (raw)
In-Reply-To: <20260909-winbond-master-spi-nor-jw-cleanup-pw-addition-v1-0-c1b20c39dd1f@bootlin.com>
[-- Attachment #1: Type: text/plain, Size: 2690 bytes --]
On Wed Sep 9, 2026 at 5:25 PM CEST, Miquel Raynal wrote:
> Compared to the previous ones, this series is super straightforward
> since it leverages all the core changes that have already been done for
> the JV/RV families. Like the former JV/RV series, it first cleans up the
> table for JW chips. As I have access to a lot of devices, I made test
> runs with almost all of them. This way I could extract the SFDP data,
> the capabilities of the chips, proof that they passed all the tests,
> etc. I then add support for the PW parts, also showing a full test run
> in each case.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> Miquel Raynal (25):
> mtd: spi-nor: winbond: W25Q32xW-Q/N: Enhance identification of the chips
> mtd: spi-nor: winbond: W25Q64xW-Q/N: Enhance identification of the chips
> mtd: spi-nor: winbond: W25Q32xW-Q/N: Fill locking information
> mtd: spi-nor: winbond: W25Q64xW-Q/N: Fill locking information
> mtd: spi-nor: winbond: W25Q128JW-Q/N: Fill locking information
> mtd: spi-nor: winbond: W25Q32JW-M: Fill locking information
> mtd: spi-nor: winbond: W25Q64JW-M: Fill locking information
> mtd: spi-nor: winbond: W25Q128JW-M: Fill locking information
> mtd: spi-nor: winbond: W25Q256JW-Q/N/M: Fill locking information
> mtd: spi-nor: winbond: W25Q32JW-Q/N: Add quad page program capability
> mtd: spi-nor: winbond: W25Q64JW-Q/N: Add quad page program capability
> mtd: spi-nor: winbond: W25Q128JW-Q/N: Add quad page program capability
> mtd: spi-nor: winbond: W25Q32JW-M: Add quad page program capability
> mtd: spi-nor: winbond: W25Q64JW-M: Add quad page program capability
> mtd: spi-nor: winbond: W25Q128JW-M: Add quad page program capability
> mtd: spi-nor: winbond: Prepare introduction of W25QxxPW-Q/N parts
> mtd: spi-nor: winbond: Add support for W25Q33PW-Q/N
> mtd: spi-nor: winbond: Add support for W25Q64PW-Q/N
> mtd: spi-nor: winbond: Add support for W25Q12PW-Q/N
> mtd: spi-nor: winbond: Add support for W25Q25PW-Q/N
> mtd: spi-nor: winbond: Prepare introduction of W25QxxPW-M parts
> mtd: spi-nor: winbond: Add support for W25Q33PW-M
> mtd: spi-nor: winbond: Add support for W25Q64PW-M
> mtd: spi-nor: winbond: Add support for W25Q12PW-M
> mtd: spi-nor: winbond: Add support for W25Q25PW-M
I've just noticed, that neither lore nor my mail server received all
your mails and there are missing patches.
Could you please send a new v2?
That also means, I've haven't been able to review patches 2, 5, 14,
15, 17, 22, 23.
-michael
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 297 bytes --]
next prev parent reply other threads:[~2026-09-18 11:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-09 15:25 Miquel Raynal
2026-09-09 15:25 ` [PATCH 01/25] mtd: spi-nor: winbond: W25Q32xW-Q/N: Enhance identification of the chips Miquel Raynal
2026-09-09 15:25 ` [PATCH 02/25] mtd: spi-nor: winbond: W25Q64xW-Q/N: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 04/25] mtd: spi-nor: winbond: W25Q64xW-Q/N: Fill locking information Miquel Raynal
2026-09-09 15:25 ` [PATCH 05/25] mtd: spi-nor: winbond: W25Q128JW-Q/N: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 07/25] mtd: spi-nor: winbond: W25Q64JW-M: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 08/25] mtd: spi-nor: winbond: W25Q128JW-M: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 09/25] mtd: spi-nor: winbond: W25Q256JW-Q/N/M: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 11/25] mtd: spi-nor: winbond: W25Q64JW-Q/N: Add quad page program capability Miquel Raynal
2026-09-09 15:25 ` [PATCH 12/25] mtd: spi-nor: winbond: W25Q128JW-Q/N: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 13/25] mtd: spi-nor: winbond: W25Q32JW-M: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 14/25] mtd: spi-nor: winbond: W25Q64JW-M: " Miquel Raynal
2026-09-09 15:25 ` [PATCH 16/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxPW-Q/N parts Miquel Raynal
2026-09-18 9:11 ` Michael Walle
2026-09-18 10:20 ` Miquel Raynal
2026-09-09 15:25 ` [PATCH 17/25] mtd: spi-nor: winbond: Add support for W25Q33PW-Q/N Miquel Raynal
2026-09-09 15:25 ` [PATCH 18/25] mtd: spi-nor: winbond: Add support for W25Q64PW-Q/N Miquel Raynal
2026-09-09 15:25 ` [PATCH 19/25] mtd: spi-nor: winbond: Add support for W25Q12PW-Q/N Miquel Raynal
2026-09-09 15:25 ` [PATCH 20/25] mtd: spi-nor: winbond: Add support for W25Q25PW-Q/N Miquel Raynal
2026-09-09 15:25 ` [PATCH 21/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxPW-M parts Miquel Raynal
2026-09-09 15:25 ` [PATCH 22/25] mtd: spi-nor: winbond: Add support for W25Q33PW-M Miquel Raynal
2026-09-09 15:25 ` [PATCH 23/25] mtd: spi-nor: winbond: Add support for W25Q64PW-M Miquel Raynal
2026-09-09 15:25 ` [PATCH 24/25] mtd: spi-nor: winbond: Add support for W25Q12PW-M Miquel Raynal
2026-09-09 15:25 ` [PATCH 25/25] mtd: spi-nor: winbond: Add support for W25Q25PW-M Miquel Raynal
2026-09-18 11:29 ` Michael Walle [this message]
2026-09-18 13:32 ` [PATCH 00/25] mtd: spi-nor: winbond: Cleanup JW family, add support for PW chips 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=DLIEOELQERRM.21J9WHMJHGYEB@kernel.org \
--to=mwalle@kernel.org \
--cc=STLin2@winbond.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=takahiro.kuwano@infineon.com \
--cc=thomas.petazzoni@bootlin.com \
--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
all inboxes | Powered by JetHome®