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:
1963ff9
)
mtd: nand: localize ECC failures per page
author
Brian Norris
<computersforpeace@gmail.com>
Tue, 3 Dec 2013 19:04:14 +0000
(11:04 -0800)
committer
Brian Norris
<computersforpeace@gmail.com>
Tue, 14 Jan 2014 07:12:38 +0000
(23:12 -0800)
ECC failures can be tracked at the page level, not the do_read_ops level
(i.e., a potentially multi-page transaction).
This helps prepare for READ RETRY support.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Huang Shijie <b32955@freescale.com>
No differences found