]> git.karo-electronics.de Git - mv-sheeva.git/commit
mtd: mxc_nand: fix OOB accesses on i.MX27
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 28 May 2010 08:02:17 +0000 (10:02 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 2 Aug 2010 08:01:18 +0000 (09:01 +0100)
commit6c49939869c20550512386610ece45aceb65e7f4
tree0a7bec28e08a8da92121363840b673b93d31ba92
parenta4b81ca50974051195b11ca173da073b961f94d5
mtd: mxc_nand: fix OOB accesses on i.MX27

The OOB handling in the mxc_nand driver is broken for v1 type
controllers (i.MX27/31) with 512 byte page size. This perhaps
did not show up because ubi does not use OOB.
Update the driver to always read/write a whole page even if
only OOB is requested. With this patch the driver passes the
mtd_oobtest on i.MX27 with 512 byte page size. Also tested
with 2048 byte page size and on i.MX35 (v2 type controller)

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/mxc_nand.c