Re: [PATCH v4 1/2] spi: support inter-word delay requirement for devices

2019-01-29 Thread Mark Brown
On Tue, Jan 29, 2019 at 09:38:43AM +0100, Jonas Bonn wrote: > Some devices are slow and cannot keep up with the SPI bus and therefore > require a short delay between words of the SPI transfer. This doesn't apply against current code, please rebase against for-next and resend. signature.asc Descr

[PATCH v4 1/2] spi: support inter-word delay requirement for devices

2019-01-29 Thread Jonas Bonn
Some devices are slow and cannot keep up with the SPI bus and therefore require a short delay between words of the SPI transfer. The example of this that I'm looking at is a SAMA5D2 with a minimum SPI clock of 400kHz talking to an AVR-based SPI slave. The AVR cannot put bytes on the bus fast enou