public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Angus CLARK <angus.clark@st.com>
To: linux-mtd@lists.infradead.org
Cc: Angus Clark <angus.clark@st.com>
Subject: [PATCH (mtd-www) 4/7] nand-data: update MT29F8G08AB--- device IDs
Date: Thu,  5 Jan 2012 16:13:57 +0000	[thread overview]
Message-ID: <1325780040-19809-4-git-send-email-angus.clark@st.com> (raw)
In-Reply-To: <1325780040-19809-1-git-send-email-angus.clark@st.com>

Fix device IDs for Micron MT29F8G08ABABA and MT29F8G08ABCBB, from 0x28 to 0x38,
and update ONFI version to 2.1, according to dataheet.

Signed-off-by: Angus Clark <angus.clark@st.com>
---
 nand-data/nanddata.csv |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nand-data/nanddata.csv b/nand-data/nanddata.csv
index 72f314c..4b3da69 100644
--- a/nand-data/nanddata.csv
+++ b/nand-data/nanddata.csv
@@ -195,8 +195,8 @@
 "Samsung","K9GAG08U0E","0xEC","0xD5","0xECD584725042",2048,8192,436,"1024 KB","x8","N/A","1st or last page (1st byte in OOB = non FFh)",FALSE,TRUE,FALSE,TRUE,FALSE,"24-bit/1078.5-byte",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,"Weird 1st AND last page scan?"
 "Samsung","K9LBG08U0E","0xEC","0xD7","0xECD7C5725442",4096,8192,436,"1024 KB","x8","N/A","1st or last page (1st byte in OOB = non FFh)",FALSE,TRUE,FALSE,TRUE,FALSE,"24-bit/1078.5-byte",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,"Weird 1st AND last page scan?"
 "Samsung","K9HCG08U1E","0xEC","0xD7","0xECD7C5725442",8192,8192,436,"1024 KB","x8","N/A","1st or last page (1st byte in OOB = non FFh)",FALSE,TRUE,FALSE,TRUE,FALSE,"24-bit/1078.5-byte",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,"Weird 1st AND last page scan?"
-"Micron","MT29F8G08ABABA","0x2C","0x28","0x2C28002685",1024,4096,224,"512 KB","x8",2.0,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"4-bit/540-byte",1,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
-"Micron","MT29F8G08ABCBB","0x2C","0x28","0x2C28002685",1024,4096,224,"512 KB","x8",2.0,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"4-bit/540-byte",1,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
+"Micron","MT29F8G08ABABA","0x2C","0x38","0x2C38002685",1024,4096,224,"512 KB","x8",2.1,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"4-bit/540-byte",1,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
+"Micron","MT29F8G08ABCBB","0x2C","0x38","0x2C38002685",1024,4096,224,"512 KB","x8",2.1,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"4-bit/540-byte",1,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
 "Micron","MT29F32G08CBABA","0x2C","0x68","0x2C68044689",4096,4096,224,"1024 KB","x8",2.1,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"12-bit/540-byte",2,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
 "Micron","MT29F32G08CBABB","0x2C","0x68","0x2C68044689",4096,4096,224,"1024 KB","x8",2.1,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"12-bit/540-byte",2,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
 "Micron","MT29F32G08CBCBB","0x2C","0x68","0x2C68044689",4096,4096,224,"1024 KB","x8",2.1,"1st page (1st byte in OOB = non FFh)",FALSE,FALSE,FALSE,TRUE,FALSE,"12-bit/540-byte",2,5,"ONFI",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,
-- 
1.5.3.3

  parent reply	other threads:[~2012-01-05 16:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-05 16:13 [PATCH (mtd-www) 1/7] nand-data: updates to S30ML-P devices Angus CLARK
2012-01-05 16:13 ` [PATCH (mtd-www) 2/7] nand-data: rename duplicate Numonyx NAND01G devices as 'Rev C' Angus CLARK
2012-01-07  3:14   ` Brian Norris
2012-01-05 16:13 ` [PATCH (mtd-www) 3/7] nand-data: update READID data for family of Micron devices Angus CLARK
2012-01-07  3:21   ` Brian Norris
2012-01-05 16:13 ` Angus CLARK [this message]
2012-01-07  3:26   ` [PATCH (mtd-www) 4/7] nand-data: update MT29F8G08AB--- device IDs Brian Norris
2012-01-05 16:13 ` [PATCH (mtd-www) 5/7] nand-data: add columns to the table Angus CLARK
2012-01-09 19:38   ` Brian Norris
2012-01-10 11:59     ` Angus CLARK
2012-01-13 21:35       ` Brian Norris
2012-01-05 16:13 ` [PATCH (mtd-www) 6/7] nand-data: expand Samsung "K9XDG08U5D" devices Angus CLARK
2012-01-09 19:43   ` Brian Norris
2012-01-05 16:14 ` [PATCH (mtd-www) 7/7] nand-data: add devices Angus CLARK
2012-01-07  3:06 ` [PATCH (mtd-www) 1/7] nand-data: updates to S30ML-P devices Brian Norris
2012-01-07 15:14 ` Artem Bityutskiy

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=1325780040-19809-4-git-send-email-angus.clark@st.com \
    --to=angus.clark@st.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