[PATCH v2 1/2] dmaengine: tegra210-adma: Add pre-check for cyclic callback

2016-09-02 Thread Nicolin Chen
ADMA driver will support more than cyclic type of transaction. So this patch limits the cyclic callback for the cyclic type only in order to support other types. Signed-off-by: Nicolin Chen --- drivers/dma/tegra210-adma.c | 5 - 1 file changed, 4 insertions(+), 1

[PATCH v2 1/2] dmaengine: tegra210-adma: Add pre-check for cyclic callback

2016-09-02 Thread Nicolin Chen
ADMA driver will support more than cyclic type of transaction. So this patch limits the cyclic callback for the cyclic type only in order to support other types. Signed-off-by: Nicolin Chen --- drivers/dma/tegra210-adma.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git