]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDs
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 27 May 2016 08:15:03 +0000 (10:15 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 8 Mar 2017 22:21:24 +0000 (23:21 +0100)
commit50c71c28a7f9479eda1f385241973cd3349e3a8a
treec7bba124861ca0cd38f9531945a234156236e9d1
parent8beac427ec560fdc8599f6511260128053bc84cd
mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDs

All Hynix MLC NANDs produced with the 1x nm process support read-retry.
This read retry implementation should also be re-usable for other Hynix
NANDs, but the method to retrieve the read-retry parameters from the
read-retry OTP area might change a bit (some NANDs are even using a fixed
set of values instead of retrieving those information from the OTP area).

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Richard Weinberger <richard@nod.at>
drivers/mtd/nand/nand_hynix.c