mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC
authorHerve Codina <Herve.CODINA@celad.com>
Mon, 3 Mar 2014 11:15:29 +0000 (12:15 +0100)
committerJiri Slaby <jslaby@suse.cz>
Thu, 15 May 2014 07:56:10 +0000 (09:56 +0200)
commitbf1490bcaaef902ab5fa9451f6087873c0568655
treefba8afe1056e8abdf34cff5c92a9d9b855d5a82e
parent80ad3f6cf355495c4c431f18013108e09e071ec2
mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC

commit 90445ff6241e2a13445310803e2efa606c61f276 upstream.

Crash detected on sam5d35 and its pmecc nand ecc controller.

The problem was a call to chip->ecc.hwctl from nand_write_subpage_hwecc
(nand_base.c) when we write a sub page.
chip->ecc.hwctl function is not set when we are using PMECC controller.
As a workaround, set NAND_NO_SUBPAGE_WRITE for PMECC controller in
order to disable sub page access in nand_write_page.

Signed-off-by: Herve Codina <Herve.CODINA@celad.com>
Acked-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/mtd/nand/atmel_nand.c