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

2024-10-10 Thread Tom Rini
On Fri, 06 Sep 2024 23:10:10 +0200, Marek Vasut wrote: > The mx25u25635f 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 mx25u25635f entry

2024-09-09 Thread Tudor Ambarus
Hiya, On 07.09.2024 00:10, Marek Vasut wrote: > The mx25u25635f entry exists twice in spi_nor_ids, remove the less > complete variant of the entry and keep only one copy of it. > > Fixes: f0084f1dfdbc ("drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f support") Or one can directly revert the offen

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

2024-09-08 Thread Michal Simek
On 9/6/24 23:10, Marek Vasut wrote: The mx25u25635f entry exists twice in spi_nor_ids, remove the less complete variant of the entry and keep only one copy of it. Fixes: f0084f1dfdbc ("drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f support") Signed-off-by: Marek Vasut --- Cc: Andre Przywara

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

2024-09-06 Thread Marek Vasut
The mx25u25635f entry exists twice in spi_nor_ids, remove the less complete variant of the entry and keep only one copy of it. Fixes: f0084f1dfdbc ("drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f support") Signed-off-by: Marek Vasut --- Cc: Andre Przywara Cc: Ashok Reddy Soma Cc: Dhruva Gole C