commit | 7507f39c57d4a285aea11c379fbc65c2b3f375ef | [log] [tgz] |
---|---|---|
author | Jassi Brar <jassi.brar@samsung.com> | Thu Nov 05 13:44:45 2009 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon Nov 09 23:50:42 2009 +0000 |
tree | bbc206d771b2f43f9cabe5f9bfd8dc47d8b6eb46 | |
parent | 6d0b8627d545aed7d4bcaad2156b6cb95e105715 [diff] |
ARM: S3C64XX: DMA: Make src and dst transfer size same Some devices don't seem to work if the source and desitnation transfer widths are not same. For example, SPI dma xfers, with 8bits/word, don't work without this patch. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>