From: Vernon Sauder <VernonInHand@gmail.com>
To: linux-mtd@lists.infradead.org
Subject: [PATCH] mtd: add more StrataFlash chip ids that need powerup fixup
Date: Wed, 7 May 2008 22:35:56 -0400 [thread overview]
Message-ID: <200805072235.56227.VernonInHand@gmail.com> (raw)
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 }
};
reply other threads:[~2008-05-08 2:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200805072235.56227.VernonInHand@gmail.com \
--to=vernoninhand@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox