From: Huang Shijie Date: Mon, 28 Apr 2014 03:53:38 +0000 (+0800) Subject: mtd: spi-nor: fix the wrong dummy value X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b78a2cf2a73b5f32ffda8cde7866ca61ce0e0b7;p=pandora-kernel.git mtd: spi-nor: fix the wrong dummy value For the DDR Quad read, the dummy cycles maybe 3 or 6 which is less then 8. The dummy cycles is actually 8 for SPI fast/dual/quad read. This patch makes preparations for the DDR quad read, it fixes the wrong dummy value for both the spi-nor.c and m25p80.c. Signed-off-by: Huang Shijie Acked-by: Marek Vasut Signed-off-by: Brian Norris --- Reading git-diff-tree failed