The Linux Kernel Mailing List
 help / color / mirror / Atom feed
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 v5 00/28] mtd: spi-nor: Clean Winbond W25QxxJV family
Date: Wed, 05 Aug 2026 10:39:58 +0200	[thread overview]
Message-ID: <874ih9eza9.fsf@bootlin.com> (raw)
In-Reply-To: <20260805-winbond-v7-1-spi-nor-jv-cleanup-v5-0-87238e577794@bootlin.com> (Miquel Raynal's message of "Wed, 05 Aug 2026 10:02:25 +0200")

Hi,

> This series is pretty straightforward, it is here to cleanup the JV
> entries by:
> - Aligning the comments and "fixing" the chip names in them
> - Reordering the chips by density and family
> - Testing and showing all the SFDP content and passing all the SPI NOR
>   tests to ensure a good level of support.
> - Adding all the locking information when it is missing.

v5 is ready for human review. I already answered most of Sashiko's
comments (see changelog in the cover letter) and the new ones are just
unrelated or totally wrong.

Thanks,
Miquèl

      parent reply	other threads:[~2026-08-05  8:40 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-05  8:02 [PATCH v5 00/28] mtd: spi-nor: Clean Winbond W25QxxJV family Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 01/28] mtd: spi-nor: Fix spacing in function call Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 02/28] mtd: spi-nor: Complete error rollback on sfdp parsing failure Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 03/28] mtd: spi-nor: Garbage collection during sfdp parsing Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 04/28] mtd: spi-nor: Unconditionally parse SFDP in the deprecated path Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 05/28] mtd: spi-nor: Init flags before manufacturer late_init() hooks Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 06/28] mtd: spi-nor: winbond: Move W25Q01NW to its right place Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 07/28] mtd: spi-nor: winbond: Normalize names Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 08/28] mtd: spi-nor: winbond: Properly document the chip names Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 09/28] mtd: spi-nor: winbond: Make the RDCR fixup Winbond wide Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 10/28] mtd: spi-nor: winbond: W25Q32JV-Q/N: Add quad page program capability Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 11/28] mtd: spi-nor: winbond: W25Q64JV-Q/N: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 12/28] mtd: spi-nor: winbond: W25Q128JV-Q/N: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 13/28] mtd: spi-nor: winbond: W25Q32JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 14/28] mtd: spi-nor: winbond: W25Q64JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 15/28] mtd: spi-nor: winbond: W25Q128JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 16/28] mtd: spi-nor: winbond: W25QxxJV-Q/N/M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 17/28] mtd: spi-nor: winbond: W25Q32JV-Q/N: Fill locking information Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 18/28] mtd: spi-nor: winbond: W25Q64JV-Q/N: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 19/28] mtd: spi-nor: winbond: W25Q128JV-Q/N: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 20/28] mtd: spi-nor: winbond: W25Q512JV-Q/N: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 21/28] mtd: spi-nor: winbond: W25Q01JV-Q/N: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 22/28] mtd: spi-nor: winbond: W25Q32JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 23/28] mtd: spi-nor: winbond: W25Q64JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 24/28] mtd: spi-nor: winbond: W25Q128JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 25/28] mtd: spi-nor: winbond: W25Q02JV-M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 26/28] mtd: spi-nor: winbond: W25QxxJV-Q/N/M: " Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 27/28] mtd: spi-nor: winbond: W25Q512JV-M: New chip Miquel Raynal
2026-08-05  8:02 ` [PATCH v5 28/28] mtd: spi-nor: winbond: W25Q01JV-M: " Miquel Raynal
2026-08-05  8:39 ` Miquel Raynal [this message]

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=874ih9eza9.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox