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

2020-03-03 Thread Greg KH
On Thu, Feb 27, 2020 at 04:50:54PM +0200, Sergiu Cuciurean wrote: > 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. Please also fix this one up based on the co

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

2020-02-27 Thread Sergiu Cuciurean
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 us