[PATCH] spi: meson-spicc: move wait completion in driver to take bursts delay in account
Mark Brown
broonie at kernel.org
Wed Oct 26 05:39:51 PDT 2022
On Wed, Oct 26, 2022 at 09:58:28AM +0200, Neil Armstrong wrote:
> - spi_finalize_current_transfer(spicc->master);
> + complete(&spicc->done);
No, you need to call spi_finalize_current_transfer() - you need to block
inside the transfer function if you want to open code this stuff.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20221026/2b401e0f/attachment.sig>
More information about the linux-amlogic
mailing list