git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db227b
)
mtd: nand: add support for Samsung K9LCG08U0B
author
Huang Shijie
<b32955@freescale.com>
Wed, 25 Dec 2013 09:18:55 +0000
(17:18 +0800)
committer
Brian Norris
<computersforpeace@gmail.com>
Mon, 20 Jan 2014 19:23:28 +0000
(11:23 -0800)
Assume that:
tmp = ((extid >> 2) & 0x04) | (extid & 0x03));
From the K9LCG08U0B's datasheet, we know that:
the oob size is 640 when tmp is 6;
the oob size is 1024 when tmp is 7;
Signed-off-by: Huang Shijie <b32955@freescale.com>
[Brian: fixed compile issue]
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_base.c
patch
|
blob
|
history
diff --cc
drivers/mtd/nand/nand_base.c
Simple merge