Re: [PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property

2014-04-24 Thread Marek Vasut
On Thursday, April 24, 2014 at 06:58:40 AM, Huang Shijie wrote: On Wed, Apr 23, 2014 at 09:48:50PM +0200, Marek Vasut wrote: On Wednesday, April 23, 2014 at 12:16:53 PM, Huang Shijie wrote: Check the spi-nor,ddr-quad-read-dummy DT property to get the dummy cycles for DDR quad read.

Re: [PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property

2014-04-24 Thread Huang Shijie
On Thu, Apr 24, 2014 at 03:41:54PM +0200, Marek Vasut wrote: On Thursday, April 24, 2014 at 06:58:40 AM, Huang Shijie wrote: On Wed, Apr 23, 2014 at 09:48:50PM +0200, Marek Vasut wrote: On Wednesday, April 23, 2014 at 12:16:53 PM, Huang Shijie wrote: Check the spi-nor,ddr-quad-read-dummy

[PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property

2014-04-23 Thread Huang Shijie
Check the spi-nor,ddr-quad-read-dummy DT property to get the dummy cycles for DDR quad read. Signed-off-by: Huang Shijie b32...@freescale.com --- drivers/mtd/spi-nor/fsl-quadspi.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi-nor/fsl-quadspi.c

Re: [PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property

2014-04-23 Thread Marek Vasut
On Wednesday, April 23, 2014 at 12:16:53 PM, Huang Shijie wrote: Check the spi-nor,ddr-quad-read-dummy DT property to get the dummy cycles for DDR quad read. Signed-off-by: Huang Shijie b32...@freescale.com --- drivers/mtd/spi-nor/fsl-quadspi.c |7 +++ 1 files changed, 7

Re: [PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property

2014-04-23 Thread Huang Shijie
On Wed, Apr 23, 2014 at 09:48:50PM +0200, Marek Vasut wrote: On Wednesday, April 23, 2014 at 12:16:53 PM, Huang Shijie wrote: Check the spi-nor,ddr-quad-read-dummy DT property to get the dummy cycles for DDR quad read. Signed-off-by: Huang Shijie b32...@freescale.com ---