diff options
| author | Sergiu Cuciurean <[email protected]> | 2020-02-27 16:24:14 +0200 |
|---|---|---|
| committer | Moritz Fischer <[email protected]> | 2020-04-29 20:37:08 -0700 |
| commit | a1d1f5d490a475db9fbf7e9d164009f9c26345b2 (patch) | |
| tree | 2f3b9c99d4622b33792feb875ce458205e6999e5 /tools/perf/scripts/python | |
| parent | 1493674ba3c0f0d48f5f1bdd8a32cbc3bb7be619 (diff) | |
fpga: machxo2-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 <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions