mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: add manufacturer ISSI
@ 2025-08-05 13:45 Stefano Manni
  2025-08-06  4:54 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Manni @ 2025-08-05 13:45 UTC (permalink / raw)
  To: barebox; +Cc: Stefano Manni

Signed-off-by: Stefano Manni <stefano.manni@gmail.com>
---
 drivers/mtd/nand/raw/internals.h | 1 +
 drivers/mtd/nand/raw/nand_ids.c  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h
index 191244801b..07129af7a7 100644
--- a/drivers/mtd/nand/raw/internals.h
+++ b/drivers/mtd/nand/raw/internals.h
@@ -33,6 +33,7 @@
 /* Kioxia is new name of Toshiba memory. */
 #define NAND_MFR_TOSHIBA	0x98
 #define NAND_MFR_WINBOND	0xef
+#define NAND_MFR_ISSI		0x9d
 
 /**
  * struct nand_manufacturer_ops - NAND Manufacturer operations
diff --git a/drivers/mtd/nand/raw/nand_ids.c b/drivers/mtd/nand/raw/nand_ids.c
index b9945791a9..249bfd4a36 100644
--- a/drivers/mtd/nand/raw/nand_ids.c
+++ b/drivers/mtd/nand/raw/nand_ids.c
@@ -185,6 +185,7 @@ static const struct nand_manufacturer_desc nand_manufacturer_descs[] = {
 	{NAND_MFR_STMICRO, "ST Micro"},
 	{NAND_MFR_TOSHIBA, "Toshiba", &toshiba_nand_manuf_ops},
 	{NAND_MFR_WINBOND, "Winbond"},
+	{NAND_MFR_ISSI, "ISSI"},
 };
 
 /**
-- 
2.25.1




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

* Re: [PATCH] mtd: nand: add manufacturer ISSI
  2025-08-05 13:45 [PATCH] mtd: nand: add manufacturer ISSI Stefano Manni
@ 2025-08-06  4:54 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-08-06  4:54 UTC (permalink / raw)
  To: barebox, Stefano Manni


On Tue, 05 Aug 2025 15:45:29 +0200, Stefano Manni wrote:
> 


Applied, thanks!

[1/1] mtd: nand: add manufacturer ISSI
      https://git.pengutronix.de/cgit/barebox/commit/?id=16c355edf21d (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:[~2025-08-06  4:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-05 13:45 [PATCH] mtd: nand: add manufacturer ISSI Stefano Manni
2025-08-06  4:54 ` Sascha Hauer

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