From: Roman Tereshonkov Date: Mon, 7 Feb 2011 08:47:01 +0000 (+0200) Subject: mtd: OneNAND: OMAP2: increase multiblock erase verify timeout X-Git-Tag: v2.6.39-rc1~432^2~23^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c497dd5594ed3ef97bc563b07e8c050618f745a3;p=pandora-kernel.git mtd: OneNAND: OMAP2: increase multiblock erase verify timeout The current multiblock erase verify read timeout 100us is the maximum for none-error case. If errors happen during multibock erase then the specification recommends to run multiblock erase verify command with maximum timeout 10ms (see specs. for KFM4G16Q2A and KFN8G16Q2A). For the most common non-error case we wait 100us in udelay polling loop. In case of timeout the interrupt mode is used to wait for the command end. Signed-off-by: Roman Tereshonkov Acked-by: Artem Bityutskiy Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed