All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: add more StrataFlash chip ids that need powerup fixup
@ 2008-05-08  2:35 Vernon Sauder
  0 siblings, 0 replies; only message in thread
From: Vernon Sauder @ 2008-05-08  2:35 UTC (permalink / raw)
  To: linux-mtd

From: Vernon Sauder <VernonInHand@gmail.com>

Signed-off-by: Vernon Sauder <VernonInHand@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 }
 };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-08  2:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-08  2:35 [PATCH] mtd: add more StrataFlash chip ids that need powerup fixup Vernon Sauder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.