dmaengine: dma40: Add support to split up large elements
authorPer Forlin <per.forlin@stericsson.com>
Mon, 20 Dec 2010 17:31:38 +0000 (18:31 +0100)
committerDan Williams <dan.j.williams@intel.com>
Wed, 5 Jan 2011 01:20:43 +0000 (17:20 -0800)
The maximum transfer size of the stedma40 is (64k-1) x data-width.
If the transfer size of one element exceeds this limit
the job is split up and sent as linked transfer.

Signed-off-by: Per Forlin <per.forlin@linaro.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>

No differences found