mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] spi-nor: remove Fujitsu MB85RS1MT support
@ 2024-03-22 16:39 Uwe Kleine-König
  2024-03-25  9:55 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2024-03-22 16:39 UTC (permalink / raw)
  To: barebox

Linux did the same in commit v6.7-rc1~61^2~1^2~42 with the reasoning
that this part isn't a NOR but an FRAM and is supported by the at25
driver. Follow this reasoning and drop MB85RS1MT from spi-nor, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/mtd/spi-nor/spi-nor.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 1773db09a1ab..e0e72f8551ec 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -658,9 +658,6 @@ static const struct spi_device_id spi_nor_ids[] = {
 	{ "mr25h10",  CAT25_INFO(128 * 1024, 1, 256, 3, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
 	{ "mr25h40",  CAT25_INFO(512 * 1024, 1, 256, 3, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
 
-	/* Fujitsu */
-	{ "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
-
 	/* GigaDevice */
 	{ "gd25q16", INFO(0xc84015, 0, 64 * 1024,  32, SECT_4K) },
 	{ "gd25q32", INFO(0xc84016, 0, 64 * 1024,  64, SECT_4K) },

base-commit: a72dbcb0c695c3927f713464c2a71fc915a81032
-- 
2.43.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi-nor: remove Fujitsu MB85RS1MT support
  2024-03-22 16:39 [PATCH] spi-nor: remove Fujitsu MB85RS1MT support Uwe Kleine-König
@ 2024-03-25  9:55 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-03-25  9:55 UTC (permalink / raw)
  To: barebox, Uwe Kleine-König


On Fri, 22 Mar 2024 17:39:25 +0100, Uwe Kleine-König wrote:
> Linux did the same in commit v6.7-rc1~61^2~1^2~42 with the reasoning
> that this part isn't a NOR but an FRAM and is supported by the at25
> driver. Follow this reasoning and drop MB85RS1MT from spi-nor, too.
> 
> 

Applied, thanks!

[1/1] spi-nor: remove Fujitsu MB85RS1MT support
      https://git.pengutronix.de/cgit/barebox/commit/?id=705272a35522 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-25  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 16:39 [PATCH] spi-nor: remove Fujitsu MB85RS1MT support Uwe Kleine-König
2024-03-25  9:55 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox