From: Peter Ujfalusi Date: Mon, 14 Apr 2014 11:41:58 +0000 (+0300) Subject: dmaengine: edma: Correct the handling of src/dst_maxburst == 0 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~69^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b617de04081931cc10fd862b76b9fcaa9489e2;p=pandora-kernel.git dmaengine: edma: Correct the handling of src/dst_maxburst == 0 When clients asks for maxburst = 0 it is basically the same case as if they were asking for maxburst = 1 since in both case ASYNC need to be used and the eDMA is expected to write/read one word per DMA request. Signed-off-by: Peter Ujfalusi Acked-by: Joel Fernandes Reviewed-and-Tested-by: Joel Fernandes Signed-off-by: Vinod Koul --- Reading git-diff-tree failed