All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Tudor Ambarus <tudor.ambarus@linaro.org>
Cc: Pratyush Yadav <pratyush@kernel.org>,
	 Michael Walle <mwalle@kernel.org>,
	 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,
	stable@vger.kernel.org,  Sean Anderson <sean.anderson@linux.dev>
Subject: Re: [PATCH 0/6] Hello,
Date: Wed, 12 Nov 2025 10:35:41 +0100	[thread overview]
Message-ID: <87seej7fv6.fsf@bootlin.com> (raw)
In-Reply-To: <c67466c0-c133-4fac-82d5-b412693f9d30@linaro.org> (Tudor Ambarus's message of "Mon, 10 Nov 2025 08:54:24 +0200")

On 10/11/2025 at 08:54:24 +02, Tudor Ambarus <tudor.ambarus@linaro.org> wrote:

> Hi, Miquel,
>
> On 11/5/25 7:26 PM, Miquel Raynal wrote:
>> Here is a series adding support for 6 Winbond SPI NOR chips. Describing
>> these chips is needed otherwise the block protection feature is not
>> available. Everything else looks fine otherwise.
>
> I'm glad to see this, you're an locking expert now :). Do you care to
> extend the SPI NOR testing requirements [1] with steps on how to test the
> locking? There's some testing proposed at [2], would you please check and
> review it?

Good idea. Let me have a loot at what Sean proposed.

> [1] https://docs.kernel.org/driver-api/mtd/spi-nor.html#minimum-testing-requirements
> [2] https://lore.kernel.org/linux-mtd/92e99a96-5582-48a5-a4f9-e9b33fcff171@linux.dev/

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: Tudor Ambarus <tudor.ambarus@linaro.org>
Cc: Pratyush Yadav <pratyush@kernel.org>,
	 Michael Walle <mwalle@kernel.org>,
	 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,
	stable@vger.kernel.org,  Sean Anderson <sean.anderson@linux.dev>
Subject: Re: [PATCH 0/6] Hello,
Date: Wed, 12 Nov 2025 10:35:41 +0100	[thread overview]
Message-ID: <87seej7fv6.fsf@bootlin.com> (raw)
In-Reply-To: <c67466c0-c133-4fac-82d5-b412693f9d30@linaro.org> (Tudor Ambarus's message of "Mon, 10 Nov 2025 08:54:24 +0200")

On 10/11/2025 at 08:54:24 +02, Tudor Ambarus <tudor.ambarus@linaro.org> wrote:

> Hi, Miquel,
>
> On 11/5/25 7:26 PM, Miquel Raynal wrote:
>> Here is a series adding support for 6 Winbond SPI NOR chips. Describing
>> these chips is needed otherwise the block protection feature is not
>> available. Everything else looks fine otherwise.
>
> I'm glad to see this, you're an locking expert now :). Do you care to
> extend the SPI NOR testing requirements [1] with steps on how to test the
> locking? There's some testing proposed at [2], would you please check and
> review it?

Good idea. Let me have a loot at what Sean proposed.

> [1] https://docs.kernel.org/driver-api/mtd/spi-nor.html#minimum-testing-requirements
> [2] https://lore.kernel.org/linux-mtd/92e99a96-5582-48a5-a4f9-e9b33fcff171@linux.dev/

Thanks,
Miquèl

  reply	other threads:[~2025-11-12  9:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-05 17:26 [PATCH 0/6] Hello, Miquel Raynal
2025-11-05 17:26 ` Miquel Raynal
2025-11-05 17:27 ` [PATCH 1/6] mtd: spi-nor: winbond: Add support for W25Q01NWxxIQ chips Miquel Raynal
2025-11-05 17:27   ` Miquel Raynal
2025-11-05 17:27 ` [PATCH 2/6] mtd: spi-nor: winbond: Add support for W25Q01NWxxIM chips Miquel Raynal
2025-11-05 17:27   ` Miquel Raynal
2025-11-05 17:27 ` [PATCH 3/6] mtd: spi-nor: winbond: Add support for W25Q02NWxxIM chips Miquel Raynal
2025-11-05 17:27   ` Miquel Raynal
2025-11-05 17:27 ` [PATCH 4/6] mtd: spi-nor: winbond: Add support for W25H512NWxxAM chips Miquel Raynal
2025-11-05 17:27   ` Miquel Raynal
2025-11-05 17:27 ` [PATCH 5/6] mtd: spi-nor: winbond: Add support for W25H01NWxxAM chips Miquel Raynal
2025-11-05 17:27   ` Miquel Raynal
2025-11-05 17:27 ` [PATCH 6/6] mtd: spi-nor: winbond: Add support for W25H02NWxxAM chips Miquel Raynal
2025-11-05 17:27   ` Miquel Raynal
2025-11-05 17:31 ` [PATCH 0/6] Hello, Miquel Raynal
2025-11-05 17:31   ` Miquel Raynal
2025-11-06  8:30 ` Michael Walle
2025-11-06  8:30   ` Michael Walle
2025-11-06 15:59 ` Pratyush Yadav
2025-11-06 15:59   ` Pratyush Yadav
2025-11-10  6:54 ` Tudor Ambarus
2025-11-10  6:54   ` Tudor Ambarus
2025-11-12  9:35   ` Miquel Raynal [this message]
2025-11-12  9:35     ` Miquel Raynal
2025-11-12  9:37     ` Tudor Ambarus
2025-11-12  9:37       ` Tudor Ambarus
2025-11-14 17:59       ` Miquel Raynal
2025-11-14 17:59         ` 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=87seej7fv6.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=sean.anderson@linux.dev \
    --cc=stable@vger.kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    --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.