Re: [PATCH] input: keyboard: applespi: Use new structure for SPI transfer delays
From: Life is hard, and then you die <hidden>
Date: 2020-03-03 06:03:54
Also in:
lkml
From: Life is hard, and then you die <hidden>
Date: 2020-03-03 06:03:54
Also in:
lkml
On Mon, Mar 02, 2020 at 01:09:32PM +0200, Andy Shevchenko wrote:
On Fri, Feb 28, 2020 at 07:26:16PM -0800, Life is hard, and then you die wrote:quoted
On Thu, Feb 27, 2020 at 02:45:34PM +0200, Sergiu Cuciurean wrote:...quoted
quoted
- wr_t->delay_usecs = SPI_RW_CHG_DELAY_US; + wr_t->delay.value = SPI_RW_CHG_DELAY_US; + wr_t->delay.unit = SPI_DELAY_UNIT_USECS;Looks good to me and tested to confirm things still work.Ronald, we have the established tags for such, like Tested-by:, Reviewed-by:.
Apologies, that was sloppy of me. So: Tested-by: Ronald Tschalär <redacted> Reviewed-by: Ronald Tschalär <redacted> Cheers, Ronald