]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit626994e0748019f9987ac520f1dcfd0adb7e34c6
treec7bba124861ca0cd38f9531945a234156236e9d1
parent78f3482d74809f278614470fb68536db16152ec8
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