Re: [RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`

2019-09-15 Thread Jonathan Cameron
On Fri, 13 Sep 2019 14:45:35 +0300 Alexandru Ardelean wrote: > Initially, I started this patchset thinking: "we need a new delay for > something-something" (in case someone is curios, we need a CS-hold-time for > the first transfer, because the CS wakes a chip from sleep-mode). > > Then I added

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`

2019-09-13 Thread Alexandru Ardelean
Initially, I started this patchset thinking: "we need a new delay for something-something" (in case someone is curios, we need a CS-hold-time for the first transfer, because the CS wakes a chip from sleep-mode). Then I added the delay, and felt a bit dirty-inside about adding a new one (just like