1
0
Fork 0
remarkable-linux/drivers/staging/mt29f_spinand
Arun Nagendran a3563b09f1 staging: mt29f_spinand: Enable the read ECC before program the page
Current program_page function did following operation:

1. read page (with ECC OFF)
2. modify the page
3. write the page (with ECC ON)

For some case(buggy flash Chip), while read the page without ECC ON,
we may read the page with bit flip error and modify that bad page without
knowing the bit flip error on that page.
also we re-calculate the hash for bad page and write it.
This could bring potential in-consistency problem with Flash data.

Verify this logic with GIGA DEVICE Part(GD5F2GQ4RCFIG):
we see this in-conststency problem wit Giga Device and fix on
this patch resovle that issue.

Signed-off-by: Arun Nagendran <arunrasppi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-18 12:25:31 +02:00
..
Kconfig staging: mt29f_spinand: Fix typo in Kconfig 2015-01-17 16:22:15 -08:00
Makefile
TODO
mt29f_spinand.c staging: mt29f_spinand: Enable the read ECC before program the page 2017-09-18 12:25:31 +02:00
mt29f_spinand.h staging: mt29f_spinand: kill unused ecclayout field 2016-01-26 10:27:37 -08:00