From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Pratyush Yadav <pratyush@kernel.org>
Cc: Michael Walle <mwalle@kernel.org>,
Takahiro Kuwano <takahiro.kuwano@infineon.com>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Steam Lin <STLin2@winbond.com>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 00/27] mtd: spi-nor: Clean Winbond W25QxxJV family
Date: Tue, 04 Aug 2026 15:53:28 +0200 [thread overview]
Message-ID: <87tspaf0vb.fsf@bootlin.com> (raw)
In-Reply-To: <20260804-winbond-v7-1-spi-nor-jv-cleanup-v3-0-542ce107bc92@bootlin.com> (Miquel Raynal's message of "Tue, 04 Aug 2026 12:58:58 +0200")
Hi,
> Since v3, these Winbond changes are prefixed with core changes, to make
> the whole support work with legacy chips and SFDP compliant chips at the
> same time.
Sashiko complained about several aspects. There are 2 relevant comments
which I took into account, I am about to send a v4 with them, please
disregard v3.
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Pratyush Yadav <pratyush@kernel.org>
Cc: Michael Walle <mwalle@kernel.org>,
Takahiro Kuwano <takahiro.kuwano@infineon.com>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Steam Lin <STLin2@winbond.com>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 00/27] mtd: spi-nor: Clean Winbond W25QxxJV family
Date: Tue, 04 Aug 2026 15:53:28 +0200 [thread overview]
Message-ID: <87tspaf0vb.fsf@bootlin.com> (raw)
In-Reply-To: <20260804-winbond-v7-1-spi-nor-jv-cleanup-v3-0-542ce107bc92@bootlin.com> (Miquel Raynal's message of "Tue, 04 Aug 2026 12:58:58 +0200")
Hi,
> Since v3, these Winbond changes are prefixed with core changes, to make
> the whole support work with legacy chips and SFDP compliant chips at the
> same time.
Sashiko complained about several aspects. There are 2 relevant comments
which I took into account, I am about to send a v4 with them, please
disregard v3.
Thanks,
Miquèl
next prev parent reply other threads:[~2026-08-04 13:53 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 10:58 [PATCH v3 00/27] mtd: spi-nor: Clean Winbond W25QxxJV family Miquel Raynal
2026-08-04 10:58 ` Miquel Raynal
2026-08-04 10:58 ` [PATCH v3 01/27] mtd: spi-nor: sfdp: Fix spacing in function call Miquel Raynal
2026-08-04 10:58 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 02/27] mtd: spi-nor: sfdp: Garbage collection during sfdp parsing Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 03/27] mtd: spi-nor: Unconditionally parse SFDP in the deprecated path Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 04/27] mtd: spi-nor: Init flags before manufacturer late_init() hooks Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 05/27] mtd: spi-nor: winbond: Move W25Q01NW to its right place Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 06/27] mtd: spi-nor: winbond: Normalize names Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 07/27] mtd: spi-nor: winbond: Properly document the chip names Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 08/27] mtd: spi-nor: winbond: Make the RDCR fixup Winbond wide Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 09/27] mtd: spi-nor: winbond: W25Q32JV-Q/N: Add quad page program capability Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 10/27] mtd: spi-nor: winbond: W25Q64JV-Q/N: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 11/27] mtd: spi-nor: winbond: W25Q128JV-Q/N: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 12/27] mtd: spi-nor: winbond: W25Q32JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 13/27] mtd: spi-nor: winbond: W25Q64JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 14/27] mtd: spi-nor: winbond: W25Q128JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 15/27] mtd: spi-nor: winbond: W25QxxJV-Q/N/M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 16/27] mtd: spi-nor: winbond: W25Q32JV-Q/N: Fill locking information Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 17/27] mtd: spi-nor: winbond: W25Q64JV-Q/N: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 18/27] mtd: spi-nor: winbond: W25Q128JV-Q/N: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 19/27] mtd: spi-nor: winbond: W25Q512JV-Q/N: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 20/27] mtd: spi-nor: winbond: W25Q01JV-Q/N: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 21/27] mtd: spi-nor: winbond: W25Q32JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 22/27] mtd: spi-nor: winbond: W25Q64JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 23/27] mtd: spi-nor: winbond: W25Q128JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 24/27] mtd: spi-nor: winbond: W25Q02JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 25/27] mtd: spi-nor: winbond: W25QxxJV-Q/N/M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 26/27] mtd: spi-nor: winbond: W25Q512JV-M: New chip Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 10:59 ` [PATCH v3 27/27] mtd: spi-nor: winbond: W25Q01JV-M: " Miquel Raynal
2026-08-04 10:59 ` Miquel Raynal
2026-08-04 13:53 ` Miquel Raynal [this message]
2026-08-04 13:53 ` [PATCH v3 00/27] mtd: spi-nor: Clean Winbond W25QxxJV family 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=87tspaf0vb.fsf@bootlin.com \
--to=miquel.raynal@bootlin.com \
--cc=STLin2@winbond.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mwalle@kernel.org \
--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 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.