summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorMandar Gokhale <mandarg@mandarg.com>2016-11-18 00:25:39 -0500
committerTobias Klauser <tklauser@distanz.ch>2016-11-18 10:14:59 +0100
commitc31566c6fa905e3fd98b4ae9047597b88d6df37b (patch)
treeea8883815d704136ec9271ec130df59115930b17 /list.h
parente548da7232d4dd35b061f4149fe96a9ac21f4e3f (diff)
man: mausezahn: Add -6 option to manpage
Closes #162 Signed-off-by: Mandar Gokhale <mandarg@mandarg.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'list.h')
0 files changed, 0 insertions, 0 deletions
='commit-msg'>This fixes subpage writes when using 4-bit HW ECC. There has been numerous reports about ECC errors with devices using this driver for a while. Also the 4-bit ECC has been reported as broken with subpages in [1] and with 16 bits NANDs in the driver and in mach* board files both in mainline and in the vendor BSPs. What I saw with 4-bit ECC on a 16bits NAND (on an LCDK) which got me to try reinitializing the ECC engine: - R/W on whole pages properly generates/checks RS code - try writing the 1st subpage only of a blank page, the subpage is well written and the RS code properly generated, re-reading the same page the HW detects some ECC error, reading the same page again no ECC error is detected Note that the ECC engine is already reinitialized in the 1-bit case. Tested on my LCDK with UBI+UBIFS using subpages. This could potentially get rid of the issue workarounded in [1]. [1] 28c015a9daab ("mtd: davinci-nand: disable subpage write for keystone-nand") Fixes: 6a4123e581b3 ("mtd: nand: davinci_nand, 4-bit ECC for smallpage") Cc: <stable@vger.kernel.org> Signed-off-by: Karl Beldan <kbeldan@baylibre.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation')