U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: <Takahiro.Kuwano@infineon.com>
Cc: <weijie.gao@mediatek.com>,  <u-boot@lists.denx.de>,
	<GSS_MTK_Uboot_upstream@mediatek.com>,  <trini@konsulko.com>,
	<vigneshr@ti.com>,  <marek.vasut+renesas@mailbox.org>,
	<tudor.ambarus@linaro.org>,  <jeyu@issi.com>,
	<christoph.reiter@evk.biz>,  <yangshiji66@outlook.com>,
	<bernhard.messerklinger@at.abb.com>,  <vaishnav.a@ti.com>,
	<prasad.kummari@amd.com>
Subject: Re: [PATCH v4 7/7] mtd: spi-nor-ids: Add support for Winbond W25Q256JV-M/W25Q512JV-M
Date: Thu, 11 Jun 2026 09:14:40 +0200	[thread overview]
Message-ID: <87qzmd8s67.fsf@bootlin.com> (raw)
In-Reply-To: <87zf118sjw.fsf@bootlin.com> (Miquel Raynal's message of "Thu, 11 Jun 2026 09:06:27 +0200")

On 11/06/2026 at 09:06:27 +02, Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Hello,
>
>>> @@ -585,6 +585,10 @@ const struct flash_info spi_nor_ids[] = {
>>>                SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
>>>         { INFO("w25q128jv-m", 0xef7018, 0, 64 * 1024, 256,
>>>                SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
>>> +       { INFO("w25q256jv-m", 0xef7019, 0, 64 * 1024, 512,
>>> +              SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
>>> +       { INFO("w25q512jv-m", 0xef7020, 0, 64 * 1024, 1024,
>>> +              SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB) },
>>
>> Same as EON chip case in another patch.
>> Looks like this issue existed in the first place. We need to rework lock
>> feature to support other vendors' chips.
>
> Isn't this file completely deprecated?

I once again didn't identified that this was in U-Boot as subject
titles are identical. Please disregard my previous answer.

Thanks,
Miquèl

  reply	other threads:[~2026-06-11 12:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-25  3:15 [PATCH v4 0/7] [PATCH v3 0/7] Fix and add some spi-nor flash parts (v4) Weijie Gao
2026-05-25  3:18 ` [PATCH v4 1/7] mtd: spi-nor-ids: Correct flash flags for ESMT/EON flashes Weijie Gao
2026-05-25  3:18 ` [PATCH v4 2/7] mtd: spi-nor-ids: Add support for ESMT/EON EN25QX128A/EN25QH256/EN25QX256A Weijie Gao
2026-06-11  2:45   ` Takahiro.Kuwano
2026-05-25  3:18 ` [PATCH v4 3/7] mtd: spi-nor-ids: Remove SPI_NOR_HAS_LOCK flag from GigaDevice GD25B256 Weijie Gao
2026-05-25  3:18 ` [PATCH v4 4/7] mtd: spi-nor-ids: Add 4K page support for Macronix MX25L25635E Weijie Gao
2026-05-25  3:18 ` [PATCH v4 5/7] mtd: spi-nor-ids: Fix Winbond W25Q256JW and remove W25Q256FW Weijie Gao
2026-05-25  3:18 ` [PATCH v4 6/7] mtd: spi-nor-ids: Reorder winbond parts with part families Weijie Gao
2026-05-25  3:18 ` [PATCH v4 7/7] mtd: spi-nor-ids: Add support for Winbond W25Q256JV-M/W25Q512JV-M Weijie Gao
2026-06-11  3:01   ` Takahiro.Kuwano
2026-06-11  7:06     ` Miquel Raynal
2026-06-11  7:14       ` Miquel Raynal [this message]
2026-06-11  7:37     ` Weijie Gao

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=87qzmd8s67.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=Takahiro.Kuwano@infineon.com \
    --cc=bernhard.messerklinger@at.abb.com \
    --cc=christoph.reiter@evk.biz \
    --cc=jeyu@issi.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=prasad.kummari@amd.com \
    --cc=trini@konsulko.com \
    --cc=tudor.ambarus@linaro.org \
    --cc=u-boot@lists.denx.de \
    --cc=vaishnav.a@ti.com \
    --cc=vigneshr@ti.com \
    --cc=weijie.gao@mediatek.com \
    --cc=yangshiji66@outlook.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