commit | 56a5d3cf21c71963c8fc506e9b9d3f71641d9c71 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Tue Mar 02 20:12:56 2010 +0100 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Mar 02 14:17:46 2010 -0700 |
tree | 3f793e6f9323fa4d34b71c2f1bb85e0497135207 | |
parent | 516fd4305e5f5718475e81fe5c17c95888a8157b [diff] |
DMAENGINE: COH 901 318 lli sg offset fix This makes the COH 901 318 respect the scatter offset field by using the sg_phys() rather than the sg_dma_address() so we get a pointer to the actual data we want to send rather than the beginning of the buffer. Also initialize the lli:s a bit more thoroughly. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>