Report completion of a transfer
void spi_finalize_current_transfer(struct spi_master * master);
master
-- undescribed --
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.