[PATCH 1/2] spi: davinci: fix SPI_NO_CS functionality

2014-08-21 Thread Grygorii Strashko
The driver should not touch CS lines if SPI_NO_CS flag is set. This patch fixes it as this functionality was broken accidentally by commit a88e34ea213e1b (spi: davinci: add support to configure gpio cs through dt). Signed-off-by: Grygorii Strashko grygorii.stras...@ti.com ---

[PATCH 0/2] spi: davinci: fixes and updates

2014-08-21 Thread Grygorii Strashko
The first patch fixes the issue for the case when SPI_NO_CS flag is set which was introduced by previous commit a88e34ea213e1b (spi: davinci: add support to configure gpio cs through dt). The second patch completes migration of Davinci SPI driver to DT and adds ability to configure additional

[PATCH 2/2] spi: davinci: support adding delay between transmission

2014-08-21 Thread Grygorii Strashko
This patch completes migration of Davinci SPI driver to DT and adds ability to configure additional properties for SPI slave devices which were possible to configure only from platform code through struct davinci_spi_config before this patch. New optional SPI slave properties: -

Re: [PATCH 1/2] spi: davinci: fix SPI_NO_CS functionality

2014-08-21 Thread Mark Brown
On Thu, Aug 21, 2014 at 06:25:05PM +0300, Grygorii Strashko wrote: The driver should not touch CS lines if SPI_NO_CS flag is set. This patch fixes it as this functionality was broken accidentally by commit a88e34ea213e1b (spi: davinci: add support to configure gpio cs through dt). Applied,

Re: [PATCH 2/2] spi: davinci: support adding delay between transmission

2014-08-21 Thread Mark Brown
On Thu, Aug 21, 2014 at 06:25:06PM +0300, Grygorii Strashko wrote: +- ti,davinci-spi-wdelay : delay between transmissions. I don't understand why this is here - there is already standard support in the SPI core for client drivers specifying inter-transfer delays. If there is a need to provide