[PATCH v2] staging: wilc1000: spi: Use new structure for SPI transfer delays

2020-03-03 Thread Sergiu Cuciurean
iver. 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 --- Changelog v1->v2: *Removed footnote from the commit description drivers/staging/wi

[PATCH v2] staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delays

2020-03-03 Thread Sergiu Cuciurean
iver. 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 --- Changelog v1->v2: *Removed footnote from the commit description *Convert the delay in nano seconds.

[PATCH] staging: wilc1000: spi: Use new structure for SPI transfer delays

2020-02-27 Thread Sergiu Cuciurean
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 --- drivers/staging/wilc1000/spi.c | 15 --- 1 file changed, 12 insertions(+

[PATCH] staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delays

2020-02-27 Thread Sergiu Cuciurean
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 --- drivers/staging/kpc2000/kpc2000_spi.c | 5 +++-- 1 file changed, 3 insertions(+