[PATCH] mtd: add more StrataFlash chip ids that need powerup fixup

Vernon Sauder VernonInHand at gmail.com
Wed May 7 22:35:56 EDT 2008


From: Vernon Sauder <VernonInHand at gmail.com>

Signed-off-by: Vernon Sauder <VernonInHand at gmail.com>
---

--- a/drivers/mtd/chips/cfi_cmdset_0001.c	2008-05-07 18:35:36.000000000 -0400
+++ b/drivers/mtd/chips/cfi_cmdset_0001.c	2008-05-07 18:19:40.000000000 -0400
@@ -245,6 +245,11 @@ static struct cfi_fixup cfi_fixup_table[
 #endif
 	{ CFI_MFR_ST, 0x00ba, /* M28W320CT */ fixup_st_m28w320ct, NULL },
 	{ CFI_MFR_ST, 0x00bb, /* M28W320CB */ fixup_st_m28w320cb, NULL },
+	{ MANUFACTURER_INTEL, 0x8917,	      fixup_use_powerup_lock, NULL, },
+	{ MANUFACTURER_INTEL, 0x8918,	      fixup_use_powerup_lock, NULL, },
+	{ MANUFACTURER_INTEL, 0x8919,	      fixup_use_powerup_lock, NULL, },
+	{ MANUFACTURER_INTEL, 0x891a,	      fixup_use_powerup_lock, NULL, },
+	{ MANUFACTURER_INTEL, 0x891b,	      fixup_use_powerup_lock, NULL, },
 	{ MANUFACTURER_INTEL, 0x891c,	      fixup_use_powerup_lock, NULL, },
 	{ 0, 0, NULL, NULL }
 };



More information about the linux-mtd mailing list