Re: [PATCH v1 1/7] mtd: spi-nor: fix the wrong dummy value

2014-04-24 Thread Marek Vasut
On Thursday, April 24, 2014 at 06:50:29 AM, Huang Shijie wrote: > On Wed, Apr 23, 2014 at 09:41:26PM +0200, Marek Vasut wrote: > > On Wednesday, April 23, 2014 at 12:16:49 PM, Huang Shijie wrote: > > > For the DDR Quad read, the dummy cycles maybe 3 or 6 which is less then > > > 8. The dummy cycles

Re: [PATCH v1 1/7] mtd: spi-nor: fix the wrong dummy value

2014-04-23 Thread Huang Shijie
On Wed, Apr 23, 2014 at 09:41:26PM +0200, Marek Vasut wrote: > On Wednesday, April 23, 2014 at 12:16:49 PM, Huang Shijie wrote: > > 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 pr

Re: [PATCH v1 1/7] mtd: spi-nor: fix the wrong dummy value

2014-04-23 Thread Marek Vasut
On Wednesday, April 23, 2014 at 12:16:49 PM, Huang Shijie wrote: > 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

[PATCH v1 1/7] mtd: spi-nor: fix the wrong dummy value

2014-04-23 Thread Huang Shijie
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 --- drivers