commit | 59a609d9b59be9452f168fe228befea53d5962ff | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Dec 13 13:48:41 2010 +0100 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Dec 14 00:39:29 2010 -0800 |
tree | 6ac0fe91c963ceefea29cf9cea039c4374f6aa24 | |
parent | f3c677b997757326e1f29d33060719a6a5091950 [diff] |
dmaengine: at_hdmac: fix buffer transfer size specification Buffer transfer size is the number of transfers to be performed in relation with the width of the _source_ interface. So in the DMA_FROM_DEVICE case, it should be the register width that should be taken into account. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>