commit | c03d996900f9d063b47ef7462885a9085c8a587f | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Wed Dec 02 12:01:05 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Jan 22 16:36:54 2016 -0800 |
tree | d6cc081404a5c39c9bef567940631f2763f8f11b | |
parent | 23819f2eaab87080b0190ed94a0728fc8ea84711 [diff] |
mtd: nand: add NAND_NEED_SCRAMBLING option flag Some MLC NANDs are sensitive to repeated patterns and require data to be scrambled in order to limit the number of bitflips. Add a new flag to let the NAND controller know about this constraint. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>