From: Pantelis Antoniou <panto@intracom.gr>
To: linux-mtd@lists.infradead.org
Subject: [PATCH] Support Macronix MX29LV040C
Date: Mon, 13 Sep 2004 13:54:00 +0300 [thread overview]
Message-ID: <41457C48.8040100@intracom.gr> (raw)
[-- Attachment #1: Type: text/plain, Size: 131 bytes --]
Hello
The following patch adds support for the Macronix MX29LV040C to
jedec_probe chip driver.
Please apply.
Regards
Pantelis
[-- Attachment #2: micronix.patch --]
[-- Type: text/x-patch, Size: 829 bytes --]
===== drivers/mtd/chips/jedec_probe.c 1.14 vs edited =====
--- 1.14/drivers/mtd/chips/jedec_probe.c 2004-08-25 12:01:59 +03:00
+++ edited/drivers/mtd/chips/jedec_probe.c 2004-09-13 13:48:28 +03:00
@@ -113,6 +113,7 @@
#define MX29F002T 0x00B0
#define MX29F004T 0x0045
#define MX29F004B 0x0046
+#define MX29LV040C 0x004F
/* PMC */
#define PM49FL002 0x006D
@@ -502,6 +503,19 @@
.mfr_id = MANUFACTURER_AMD,
.dev_id = AM29LV040B,
.name = "AMD AM29LV040B",
+ .uaddr = {
+ [0] = MTD_UADDR_0x0555_0x02AA /* x8 */
+ },
+ .DevSize = SIZE_512KiB,
+ .CmdSet = P_ID_AMD_STD,
+ .NumEraseRegions= 1,
+ .regions = {
+ ERASEINFO(0x10000,8),
+ }
+ }, {
+ .mfr_id = MANUFACTURER_MACRONIX,
+ .dev_id = MX29LV040C,
+ .name = "Macronix MX29LV040C",
.uaddr = {
[0] = MTD_UADDR_0x0555_0x02AA /* x8 */
},
next reply other threads:[~2004-09-13 11:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-13 10:54 Pantelis Antoniou [this message]
2004-09-13 17:27 ` [PATCH] Support Macronix MX29LV040C Thayne Harbaugh
2004-09-14 6:21 ` Pantelis Antoniou
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=41457C48.8040100@intracom.gr \
--to=panto@intracom.gr \
--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