Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: spinand: toshiba: Add comment about Kioxia ID

Add a comment above NAND_MFR_TOSHIBA and SPINAND_MFR_TOSHIBA definitions
that Toshiba and Kioxia ID are the same.
Since its independence from Toshiba Group, Toshiba memory Co has become
Kioxia Co.

Signed-off-by: Yoshio Furuyama <ytc-mb-yfuruyama7@kioxia.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/1581051561-7302-1-git-send-email-ytc-mb-yfuruyama7@kioxia.com

authored by

Yoshio Furuyama and committed by
Miquel Raynal
a91f8170 9afbe7c0

+2
+1
drivers/mtd/nand/raw/internals.h
··· 30 30 #define NAND_MFR_SAMSUNG 0xec 31 31 #define NAND_MFR_SANDISK 0x45 32 32 #define NAND_MFR_STMICRO 0x20 33 + /* Kioxia is new name of Toshiba memory. */ 33 34 #define NAND_MFR_TOSHIBA 0x98 34 35 #define NAND_MFR_WINBOND 0xef 35 36
+1
drivers/mtd/nand/spi/toshiba.c
··· 10 10 #include <linux/kernel.h> 11 11 #include <linux/mtd/spinand.h> 12 12 13 + /* Kioxia is new name of Toshiba memory. */ 13 14 #define SPINAND_MFR_TOSHIBA 0x98 14 15 #define TOSH_STATUS_ECC_HAS_BITFLIPS_T (3 << 4) 15 16