Re: [PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

2015-03-31 Thread Aaron Brice
On 03/30/2015 03:13 PM, Stefan Agner wrote: Hi Aaron, Thanks for the fixes! Some comments below: Thanks for the review! On 2015-03-30 19:49, Aaron Brice wrote: Add delay between chip select and clock signals, before clock starts and after clock stops. This 50ns are specifc to the SPI

Re: [PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

2015-03-31 Thread Aaron Brice
On 03/30/2015 03:13 PM, Stefan Agner wrote: Hi Aaron, Thanks for the fixes! Some comments below: Thanks for the review! On 2015-03-30 19:49, Aaron Brice wrote: Add delay between chip select and clock signals, before clock starts and after clock stops. This 50ns are specifc to the SPI

Re: [PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

2015-03-30 Thread Stefan Agner
Hi Aaron, Thanks for the fixes! Some comments below: On 2015-03-30 19:49, Aaron Brice wrote: > Add delay between chip select and clock signals, before clock starts and > after clock stops. This 50ns are specifc to the SPI slave at hand (SRAM) is this correct? If yes, this would probably need

[PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

2015-03-30 Thread Aaron Brice
Add delay between chip select and clock signals, before clock starts and after clock stops. Signed-off-by: Aaron Brice --- drivers/spi/spi-fsl-dspi.c | 53 -- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-fsl-dspi.c

[PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

2015-03-30 Thread Aaron Brice
Add delay between chip select and clock signals, before clock starts and after clock stops. Signed-off-by: Aaron Brice aaron.br...@datasoft.com --- drivers/spi/spi-fsl-dspi.c | 53 -- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

2015-03-30 Thread Stefan Agner
Hi Aaron, Thanks for the fixes! Some comments below: On 2015-03-30 19:49, Aaron Brice wrote: Add delay between chip select and clock signals, before clock starts and after clock stops. This 50ns are specifc to the SPI slave at hand (SRAM) is this correct? If yes, this would probably need new