Re: [PATCH 3/4] spi: Add option to insert delay between transactions

2016-07-01 Thread Mark Brown
On Wed, Jun 29, 2016 at 08:54:26PM -0700, apro...@chromium.org wrote: > Some devices may need CS to be deasserted for some time > between transactions. Added a new capability to guarantee > a delay between SPI transactions for the device. This seems like even more of a per device thing - it's a v

Re: [PATCH 3/4] spi: Add option to insert delay between transactions

2016-06-30 Thread Doug Anderson
Hi, On Wed, Jun 29, 2016 at 8:54 PM, wrote: > From: Andrey Pronin > > Some devices may need CS to be deasserted for some time > between transactions. Added a new capability to guarantee > a delay between SPI transactions for the device. > > Signed-off-by: Andrey Pronin > --- > drivers/spi/spi