commit | acc7720de3cb9721ac07f68309dd6d7aae8e9a7a | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <[email protected]> | Thu Sep 26 13:51:47 2019 +0300 |
committer | Mark Brown <[email protected]> | Tue Oct 15 11:47:26 2019 +0100 |
tree | f09658f7c237c4485d83f82628d35cb75ab412f2 | |
parent | c5751ba0f71e3afe62000a9505915093efa31bd6 [diff] |
spi: spi-axi: extend support for the `delay` field The AXI SPI engine driver uses the `delay_usecs` field from `spi_transfer` to configure delays, which the controller will execute. This change extends the logic to also include the `delay` value, in case it is used (instead if `delay_usecs`). Signed-off-by: Alexandru Ardelean <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>