9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer 50147cd34d mtd: nand: mxs: Fix 2k nand with oob size of 224 bytes
The mxs nand driver has a calculation for the ecc strength.
This calculation was not used for some common nands and it
was assumed that 2k page nands always have a ecc strength
of 8. This is not true since there are devices with 224 bytes
of oob instread of 64 bytes. These allow for a greater ecc
strength. Since the kernel relies on the calculation and
we have to be consistent with the kernel use the calculcation
in barebox aswell and just remove our assumptions.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-05-20 07:36:03 +02:00
..
devices mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
nand mtd: nand: mxs: Fix 2k nand with oob size of 224 bytes 2014-05-20 07:36:03 +02:00
nor cfi_flash: fix NULL pointer dereference 2014-02-28 09:03:04 +01:00
ubi drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
Kconfig UBI: reimport UBI from Linux v3.10 2013-07-25 10:24:16 +02:00
Makefile drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
core.c mtd: nand: create bb devices automatically 2014-04-28 11:45:09 +02:00
mtd.h mtd: add private data to mtddev-hook 2012-09-03 11:06:01 +02:00
mtdoob.c mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
mtdraw.c mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
partition.c mtd: partition: Remove unused variable 2014-04-23 14:01:45 +02:00