DMA: shdma: add cyclic transfer support
This patch add cyclic transfer support and enables dmaengine_prep_dma_cyclic() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> [reflown changelog for readablity] Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:

committed by
Vinod Koul

parent
91ea74e9ec
commit
dfbb85cab5
@@ -54,6 +54,7 @@ struct shdma_desc {
|
||||
dma_cookie_t cookie;
|
||||
int chunks;
|
||||
int mark;
|
||||
bool cyclic; /* used as cyclic transfer */
|
||||
};
|
||||
|
||||
struct shdma_chan {
|
||||
|
Reference in New Issue
Block a user