Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dmaengine: dma-axi-dmac: Call callback for each period
A cyclic DMA transfer is usually used to implement ring buffers so a callback needs to be called for each finished period in order to inform the requester of the DMA transfer to prepare the data for the next transfer. If callback is called for each period the last flag is not helpful anymore and can be removed. Was tested using FMC-IMAGEON and FMCOMMS3 and ZED board. Signed-off-by: Bogdan Togorean <[email protected]>
- Loading branch information