From: Bastian Hecht Date: Fri, 27 Apr 2012 10:19:31 +0000 (+0200) Subject: mtd: nand: Add a NAND_CMD_STATUS when using write verification X-Git-Tag: v3.5-rc1~8^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cbe581e346229e33c48da00439419ff2fe6af7;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed