Re: [PATCH] mtd: spi-nor-ids: Deduplicate w25q16dw entry

2024-10-10 Thread Tom Rini
On Fri, 06 Sep 2024 23:09:16 +0200, Marek Vasut wrote: > The w25q16dw entry exists twice in spi_nor_ids, remove the less > complete variant of the entry and keep only one copy of it. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] mtd: spi-nor-ids: Deduplicate w25q16dw entry

2024-09-09 Thread Tudor Ambarus
On 07.09.2024 00:09, Marek Vasut wrote: > The w25q16dw entry exists twice in spi_nor_ids, remove the less > complete variant of the entry and keep only one copy of it. > > Fixes: baef13ec9d59 ("mtd: spi-nor-ids: Add support for flashes tested by > xilinx") > Signed-off-by: Marek Vasut > Revie

Re: [PATCH] mtd: spi-nor-ids: Deduplicate w25q16dw entry

2024-09-08 Thread Michal Simek
On 9/6/24 23:09, Marek Vasut wrote: The w25q16dw entry exists twice in spi_nor_ids, remove the less complete variant of the entry and keep only one copy of it. Fixes: baef13ec9d59 ("mtd: spi-nor-ids: Add support for flashes tested by xilinx") Signed-off-by: Marek Vasut --- Cc: Andre Przywar

[PATCH] mtd: spi-nor-ids: Deduplicate w25q16dw entry

2024-09-06 Thread Marek Vasut
The w25q16dw entry exists twice in spi_nor_ids, remove the less complete variant of the entry and keep only one copy of it. Fixes: baef13ec9d59 ("mtd: spi-nor-ids: Add support for flashes tested by xilinx") Signed-off-by: Marek Vasut --- Cc: Andre Przywara Cc: Ashok Reddy Soma Cc: Dhruva Gole