mtd: nand: Add a NAND_CMD_STATUS when using write verification
authorBastian Hecht <hechtb@googlemail.com>
Fri, 27 Apr 2012 10:19:31 +0000 (12:19 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 14 May 2012 04:09:36 +0000 (23:09 -0500)
commit09cbe581e346229e33c48da00439419ff2fe6af7
treed7a426e95057ace197c5406c5ea366f740ce9ebc
parentb6778fd7812d877abdbc78b9b2d4304150b2ce05
mtd: nand: Add a NAND_CMD_STATUS when using write verification

To make sure the NAND chip is properly programmed we need a status
command before each page write. When CONFIG_MTD_NAND_VERIFY_WRITE=y this
assumption is broken when writing multiple pages consecutively. This
patch fixes this.

Signed-off-by: Bastian Hecht <hechtb@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c
This page took 0.044287 seconds and 5 git commands to generate.