commit | 867bd8868bbd16e17bbd26c5959abc3118902218 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Thu Sep 26 13:51:40 2019 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Oct 15 11:45:19 2019 +0100 |
tree | c2eeacbff467a46e8173604a635ba399a06a1378 | |
parent | b883d5eda6c49a807e925b257bf9687d5c351004 [diff] |
spi: spi-loopback-test: use new `delay` field This change replaces the use of the `delay_usecs` field with the new `delay` field. The code/test still uses micro-seconds, but they are now configured and used via the `struct spi_delay` format of the `delay` field. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Link: https://lore.kernel.org/r/20190926105147.7839-13-alexandru.ardelean@analog.com Signed-off-by: Mark Brown <broonie@kernel.org>