From: Angus CLARK <angus.clark@st.com>
To: linux-mtd@lists.infradead.org
Cc: Angus Clark <angus.clark@st.com>
Subject: [PATCH (mtd-www) 6/7] nand-data: expand Samsung "K9XDG08U5D" devices
Date: Thu, 5 Jan 2012 16:13:59 +0000 [thread overview]
Message-ID: <1325780040-19809-6-git-send-email-angus.clark@st.com> (raw)
In-Reply-To: <1325780040-19809-1-git-send-email-angus.clark@st.com>
This patch expands "K9XDG08U5D" to give two separate entries, K9MDG08U5D (Single
I/F device) and K9PDG08U5D (Dual I/F device).
Signed-off-by: Angus Clark <angus.clark@st.com>
---
nand-data/nanddata.csv | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/nand-data/nanddata.csv b/nand-data/nanddata.csv
index e7a189c..e3dd75c 100644
--- a/nand-data/nanddata.csv
+++ b/nand-data/nanddata.csv
@@ -132,7 +132,8 @@
"Samsung","K9LAG08U1A","0xEC","0xD3","0xECD314A564",2048,2048,64,"256 KB","x8","N/A","Last page (1st byte in OOB = non FFh)",FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,"4-bit/512-byte",2,5,"Extended ID decode",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,2,2,2,"Dual","K9G8G08U0A",
"Samsung","K9LBG08U0D","0xEC","0xD7","0xECD7D5293841",4096,4096,218,"512 KB","x8","N/A","Last page (1st byte in OOB = non FFh)",FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,"8-bit/512-byte (correction)",2,6,"Extended ID decode (Samsung)",TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,1,1,1,"Single",,
"Samsung","K9HCG08U1D","0xEC","0xD7","0xECD7D5293841",8192,4096,218,"512 KB","x8","N/A","Last page (1st byte in OOB = non FFh)",FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,"8-bit/512-byte (correction)",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,2,2,2,"Dual","K9LBG08U0D",
-"Samsung","K9XDG08U5D","0xEC","0xD7","0xECD7D5293841",16384,4096,218,"512 KB","x8","N/A","Last page (1st byte in OOB = non FFh)",TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,"8-bit/512-byte (correction)",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,4,4,4,"Single","K9LBG08U0D",
+"Samsung","K9MDG08U5D","0xEC","0xD7","0xECD7D5293841",16384,4096,218,"512 KB","x8","N/A","Last page (1st byte in OOB = non FFh)",TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,"8-bit/512-byte (correction)",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,4,4,4,"Single","K9LBG08U0D",
+"Samsung","K9PDG08U5D","0xEC","0xD7","0xECD7D5293841",16384,4096,218,"512 KB","x8","N/A","Last page (1st byte in OOB = non FFh)",TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,"8-bit/512-byte (correction)",2,6,"Extended ID decode (Samsung)",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,4,4,4,"Dual","K9LBG08U0D",
"Numonyx","NAND08GW3F2B","0x20","0xD3","0x20D390152441",1024,4096,224,"256 KB","x8","N/A","1st page (1st or 6th byte in OOB = non FFh)",TRUE,FALSE,FALSE,FALSE,TRUE,TRUE,"1-bit/512-byte",1,6,"Extended ID decode",TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,1,1,1,"Single",,
"Samsung","K9K8G08U0B","0xEC","0xDC","0xECDC519558",1024,2048,64,"128 KB","x8","N/A","1st or 2nd page (1st byte in OOB = non FFh)",TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,"1-bit/528-byte",1,5,"Extended ID decode",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,1,1,1,"Single",,
"Samsung","K9WAG08U1B","0xEC","0xDC","0xECDC519558",2048,2048,64,"128 KB","x8","N/A","1st or 2nd page (1st byte in OOB = non FFh)",TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,"1-bit/528-byte",1,5,"Extended ID decode",FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,2,2,2,"Dual","K9K8G08U0B",
--
1.5.3.3
next prev 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 ` [PATCH (mtd-www) 4/7] nand-data: update MT29F8G08AB--- device IDs Angus CLARK
2012-01-07 3:26 ` 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 ` Angus CLARK [this message]
2012-01-09 19:43 ` [PATCH (mtd-www) 6/7] nand-data: expand Samsung "K9XDG08U5D" devices 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-6-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