From: Jerry Hicks <hickswgjr@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] drivers/mtd/chips/jedec_probe.c (linux-2.6.25.10)
Date: Mon, 07 Jul 2008 14:16:17 -0400 [thread overview]
Message-ID: <48725D71.6040202@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
The device id for Am29DL800BB in jedec_probe.c is wrong.
Reference: http://www.spansion.com/datasheets/21519c4.pdf
I discovered this while working with u-boot.
The u-boot folks mentioned Linux as an upstream reference, thought I'd
post a heads-up here too.
Cheers,
Jerry Hicks
[-- Attachment #2: jedec_probe.c.patch --]
[-- Type: application/octet-stream, Size: 327 bytes --]
--- linux-2.6.25.10/drivers/mtd/chips/jedec_probe.c.orig 2008-07-02 23:46:47.000000000 -0400
+++ linux-2.6.25.10/drivers/mtd/chips/jedec_probe.c 2008-07-07 12:49:34.191400000 -0400
@@ -40,7 +40,7 @@
/* AMD */
-#define AM29DL800BB 0x22C8
+#define AM29DL800BB 0x22CB
#define AM29DL800BT 0x224A
#define AM29F800BB 0x2258
reply other threads:[~2008-07-07 18:16 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=48725D71.6040202@gmail.com \
--to=hickswgjr@gmail.com \
--cc=linux-kernel@vger.kernel.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