mtd: nand: localize ECC failures per page
authorBrian Norris <computersforpeace@gmail.com>
Tue, 3 Dec 2013 19:04:14 +0000 (11:04 -0800)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 14 Jan 2014 07:12:38 +0000 (23:12 -0800)
commitb72f3dfb8ccf7e39b9434f548c1c98aa45c11426
tree2bb9eac3b7ee473d9e90647734e7670130fd67eb
parent1963ff97ca461fed4d9212e7e7b9c29715251342
mtd: nand: localize ECC failures per page

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>
drivers/mtd/nand/nand_base.c