All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pratyush Yadav <pratyush@kernel.org>
To: Takahiro Kuwano <tkuw584924@gmail.com>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Pratyush Yadav <pratyush@kernel.org>,
	 Michael Walle <mwalle@kernel.org>,
	 Miquel Raynal <miquel.raynal@bootlin.com>,
	 Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	 linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	 Takahiro Kuwano <takahiro.kuwano@infineon.com>,
	 stable@kernel.org
Subject: Re: [PATCH RESEND 1/2] mtd: spi-nor: spansion: use die erase for multi-die devices only
Date: Tue, 26 May 2026 12:42:07 +0200	[thread overview]
Message-ID: <2vxz4iju5u68.fsf@kernel.org> (raw)
In-Reply-To: <20260522-die-erase-fix-v1-1-733ac8967df1@infineon.com> (Takahiro Kuwano's message of "Fri, 22 May 2026 17:48:10 +0900")

On Fri, May 22 2026, Takahiro Kuwano wrote:

> Die erase opcode is supported in multi-die devices only. For single die
> devices, default chip erase opcode must be used.
>
> In s25hx_t_late_init(), die erase opcode is set only when the device is
> multi-die.
>
> Fixes: 461d0babb544 ("mtd: spi-nor: spansion: enable die erase for multi die flashes")
> Cc: stable@kernel.org
> Signed-off-by: Takahiro Kuwano <takahiro.kuwano@infineon.com>

Reviewed-by: Pratyush Yadav <pratyush@kernel.org>

-- 
Regards,
Pratyush Yadav

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Pratyush Yadav <pratyush@kernel.org>
To: Takahiro Kuwano <tkuw584924@gmail.com>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Pratyush Yadav <pratyush@kernel.org>,
	 Michael Walle <mwalle@kernel.org>,
	 Miquel Raynal <miquel.raynal@bootlin.com>,
	 Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	 linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	 Takahiro Kuwano <takahiro.kuwano@infineon.com>,
	 stable@kernel.org
Subject: Re: [PATCH RESEND 1/2] mtd: spi-nor: spansion: use die erase for multi-die devices only
Date: Tue, 26 May 2026 12:42:07 +0200	[thread overview]
Message-ID: <2vxz4iju5u68.fsf@kernel.org> (raw)
In-Reply-To: <20260522-die-erase-fix-v1-1-733ac8967df1@infineon.com> (Takahiro Kuwano's message of "Fri, 22 May 2026 17:48:10 +0900")

On Fri, May 22 2026, Takahiro Kuwano wrote:

> Die erase opcode is supported in multi-die devices only. For single die
> devices, default chip erase opcode must be used.
>
> In s25hx_t_late_init(), die erase opcode is set only when the device is
> multi-die.
>
> Fixes: 461d0babb544 ("mtd: spi-nor: spansion: enable die erase for multi die flashes")
> Cc: stable@kernel.org
> Signed-off-by: Takahiro Kuwano <takahiro.kuwano@infineon.com>

Reviewed-by: Pratyush Yadav <pratyush@kernel.org>

-- 
Regards,
Pratyush Yadav

  parent reply	other threads:[~2026-05-26 10:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-22  8:48 [PATCH RESEND 0/2] mtd: spi-nor: spansion: fix die erase support Takahiro Kuwano
2026-05-22  8:48 ` Takahiro Kuwano
2026-05-22  8:48 ` [PATCH RESEND 1/2] mtd: spi-nor: spansion: use die erase for multi-die devices only Takahiro Kuwano
2026-05-22  8:48   ` Takahiro Kuwano
2026-05-22  9:08   ` Tudor Ambarus
2026-05-22  9:08     ` Tudor Ambarus
2026-05-26 10:42   ` Pratyush Yadav [this message]
2026-05-26 10:42     ` Pratyush Yadav
2026-05-22  8:48 ` [PATCH RESEND 2/2] mtd: spi-nor: spansion: add die erase support in s28hx-t Takahiro Kuwano
2026-05-22  8:48   ` Takahiro Kuwano
2026-05-22  9:09   ` Tudor Ambarus
2026-05-22  9:09     ` Tudor Ambarus
2026-05-26 10:44   ` Pratyush Yadav
2026-05-26 10:44     ` Pratyush Yadav
2026-05-22  9:02 ` [PATCH RESEND 0/2] mtd: spi-nor: spansion: fix die erase support Miquel Raynal
2026-05-22  9:02   ` Miquel Raynal
2026-05-26 10:57 ` Pratyush Yadav
2026-05-26 10:57   ` Pratyush Yadav
2026-05-27  9:25   ` Takahiro.Kuwano
2026-05-27  9:25     ` Takahiro.Kuwano

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=2vxz4iju5u68.fsf@kernel.org \
    --to=pratyush@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=mwalle@kernel.org \
    --cc=richard@nod.at \
    --cc=stable@kernel.org \
    --cc=takahiro.kuwano@infineon.com \
    --cc=tkuw584924@gmail.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.