All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Holger Speck" <hospe@gmx.de>
To: "Linux-MTD" <linux-mtd@lists.infradead.org>
Subject: jedec_probe.c
Date: Mon, 11 Nov 2002 09:18:42 +0100	[thread overview]
Message-ID: <007d01c2895b$1a25cf70$b910340a@datus.com> (raw)

Hello,

Below some NumEraseRegions are set to correct values:

--- jedec_probe.c.orig 2002-11-11 09:01:07.000000000 +0100
+++ jedec_probe.c 2002-10-31 11:30:31.000000000 +0100
@@ -43,6 +43,7 @@
 #define AM29F080 0x00D5
 #define AM29F040 0x00A4
 #define AM29LV040B 0x004F
+#define AM29F032B 0x0041
 
 /* Atmel */
 #define AT49BV512 0x0003
@@ -147,6 +148,15 @@
 static const struct amd_flash_info jedec_table[] = {
  {
   mfr_id: MANUFACTURER_AMD,
+  dev_id: AM29F032B,
+  name: "AMD AM29F032B",
+  DevSize: SIZE_4MiB,
+  CmdSet: P_ID_AMD_STD,
+  NumEraseRegions: 1,
+  regions: {ERASEINFO(0x10000,64)
+  }
+ }, {
+  mfr_id: MANUFACTURER_AMD,
   dev_id: AM29LV160DT,
   name: "AMD AM29LV160DT",
   DevSize: SIZE_2MiB,
@@ -199,7 +209,7 @@
   name: "Toshiba TC58FVB321",
   DevSize: SIZE_4MiB,
   CmdSet: P_ID_AMD_STD,
-  NumEraseRegions: 4,
+  NumEraseRegions: 2,
   regions: {ERASEINFO(0x02000,8),
      ERASEINFO(0x10000,63)
   }
@@ -209,7 +219,7 @@
   name: "Toshiba TC58FVT321",
   DevSize: SIZE_4MiB,
   CmdSet: P_ID_AMD_STD,
-  NumEraseRegions: 4,
+  NumEraseRegions: 2,
   regions: {ERASEINFO(0x10000,63),
      ERASEINFO(0x02000,8)
   }
@@ -219,7 +229,7 @@
   name: "Toshiba TC58FVB641",
   DevSize: SIZE_8MiB,
   CmdSet: P_ID_AMD_STD,
-  NumEraseRegions: 4,
+  NumEraseRegions: 2,
   regions: {ERASEINFO(0x02000,8),
      ERASEINFO(0x10000,127)
   }
@@ -229,7 +239,7 @@
   name: "Toshiba TC58FVT641",
   DevSize: SIZE_8MiB,
   CmdSet: P_ID_AMD_STD,
-  NumEraseRegions: 4,
+  NumEraseRegions: 2,
   regions: {ERASEINFO(0x10000,127),
      ERASEINFO(0x02000,8)
   }

Holger

             reply	other threads:[~2002-11-11  7:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-11  8:18 Holger Speck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-07-05  2:32 jedec_probe.c Joshua Wise
2003-07-05  5:03 ` jedec_probe.c Joshua Wise
2003-07-05 13:38   ` jedec_probe.c Eric W. Biederman
2003-07-05 18:20     ` jedec_probe.c Joshua Wise
     [not found]     ` <200307051406.08109.joshua@joshuawise.com>
2003-07-05 23:19       ` jedec_probe.c Eric W. Biederman
2003-07-06  1:57         ` jedec_probe.c Joshua Wise
2003-07-06  2:11           ` jedec_probe.c Eric W. Biederman
2003-07-06  2:15             ` jedec_probe.c Joshua Wise
2003-07-06  2:50               ` jedec_probe.c Eric W. Biederman
2003-07-06  3:13                 ` jedec_probe.c Joshua Wise
2003-07-06  3:29                   ` jedec_probe.c Eric W. Biederman
2003-07-07 14:52               ` jedec_probe.c Thayne Harbaugh
2003-07-08  8:21                 ` jedec_probe.c David Woodhouse
2003-07-08 15:08                   ` jedec_probe.c Thayne Harbaugh
2003-07-08  7:48               ` jedec_probe.c David Woodhouse
2003-07-07 15:38         ` jedec_probe.c Thayne Harbaugh
2003-07-07 14:51 ` jedec_probe.c Thayne Harbaugh

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='007d01c2895b$1a25cf70$b910340a@datus.com' \
    --to=hospe@gmx.de \
    --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 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.