diff options
author | Sergiu Cuciurean <sergiu.cuciurean@analog.com> | 2020-02-27 13:09:32 +0100 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2020-04-30 05:37:08 +0200 |
commit | 1493674ba3c0f0d48f5f1bdd8a32cbc3bb7be619 (patch) | |
tree | 9a8b4e7d9156f7d388f708136a810c9c1fbdc958 /fs/hfsplus | |
parent | fpga: dfl: support multiple opens on feature device node. (diff) | |
download | linux-1493674ba3c0f0d48f5f1bdd8a32cbc3bb7be619.tar.xz linux-1493674ba3c0f0d48f5f1bdd8a32cbc3bb7be619.zip |
fpga: ice40-spi: Use new structure for SPI transfer delays
In a recent change to the SPI subsystem [1], a new `delay` struct was added
to replace the `delay_usecs`. This change replaces the current
`delay_usecs` with `delay` for this driver.
The `spi_transfer_delay_exec()` function [in the SPI framework] makes sure
that both `delay_usecs` & `delay` are used (in this order to preserve
backwards compatibility).
[1] commit bebcfd272df6 ("spi: introduce `delay` field for
`spi_transfer` + spi_transfer_delay_exec()")
Signed-off-by: Sergiu Cuciurean <sergiu.cuciurean@analog.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'fs/hfsplus')
0 files changed, 0 insertions, 0 deletions