9
0
Fork 0
barebox/drivers/mtd/nand
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
..
Kconfig mtd: nand: mxs-nand: Add i.MX6 support 2013-07-23 16:25:14 +02:00
Makefile mtd: nand: update to v3.11-rc1 2013-07-23 16:25:13 +02:00
atmel_nand.c mtd: nand: atmel pmecc: disable subpage writes 2014-03-03 08:56:28 +01:00
atmel_nand_ecc.h atmel_nand: fix pmecc timeout 2012-11-26 08:30:41 +01:00
nand-bb.c Merge branch 'for-next/env' 2014-05-05 11:05:50 +02:00
nand.h mtd: nand: update to v3.11-rc1 2013-07-23 16:25:13 +02:00
nand_base.c Merge branch 'for-next/mtd' 2013-11-07 08:31:47 +01:00
nand_bbt.c mtd: nand: bbt: Remove unused variable 2014-04-23 14:01:45 +02:00
nand_bch.c mtd: nand: update to v3.11-rc1 2013-07-23 16:25:13 +02:00
nand_ecc.c move drivers/nand to drivers/mtd/nand 2010-07-05 13:00:01 +02:00
nand_ids.c mtd: nand: update to v3.11-rc1 2013-07-23 16:25:13 +02:00
nand_imx.c mtd: nand_imx: Remove redundant assignment 2014-02-17 08:06:11 +01:00
nand_imx_bbm.c NAND: imx: Fix memory leak 2013-04-30 09:35:55 +02:00
nand_mxs.c mtd: nand: mxs: Fix 2k nand with oob size of 224 bytes 2014-05-20 07:36:03 +02:00
nand_omap_bch_decoder.c mtd omap: add prefix to omap specific decode_bch function 2012-07-25 09:27:28 +02:00
nand_omap_gpmc.c mtd: omap gpmc: Turn debug message into dev_dbg 2014-04-04 08:40:00 +02:00
nand_s3c24xx.c mtd: introduce ecc strength 2013-07-22 16:14:08 +02:00
nomadik_nand.c mtd: introduce ecc strength 2013-07-22 16:14:08 +02:00