Name

spi_finalize_current_transfer — report completion of a transfer

Synopsis

void spi_finalize_current_transfer (struct spi_master * master);
 

Arguments

master

the master reporting completion

Description

Called by SPI drivers using the core transfer_one_message implementation to notify it that the current interrupt driven transfer has finished and the next one may be scheduled.