linux/drivers/staging/kpc2000
Sergiu Cuciurean 19a91ec87a staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delays
In a recent change to the SPI subsystem in commit <bebcfd272df6>
("spi: introduce `delay` field for `spi_transfer` +
spi_transfer_delay_exec()"), 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).

Signed-off-by: Sergiu Cuciurean <sergiu.cuciurean@analog.com>
Link: https://lore.kernel.org/r/20200304073746.19664-1-sergiu.cuciurean@analog.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-10 10:51:20 +01:00
..
kpc2000 staging: kpc2000: prevent underflow in cpld_reconfigure() 2020-03-04 07:52:31 +01:00
kpc_dma Staging/IIO patches for 5.6-rc1 2020-01-29 10:15:11 -08:00
Kconfig Merge 5.2-rc3 into staging-next 2019-06-03 07:27:16 +02:00
Makefile staging: kpc2000: move the i2c driver out of its subdirectory 2019-05-21 08:14:18 +02:00
TODO staging: kpc2000: removed DMA AIO implementation. 2019-06-13 11:39:30 +02:00
kpc.h
kpc2000_i2c.c Staging/IIO patches for 5.6-rc1 2020-01-29 10:15:11 -08:00
kpc2000_spi.c staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delays 2020-03-10 10:51:20 +01:00