commit | b729889686afb7d4366e07fe9c2f7a2737166462 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Wed Dec 22 23:13:07 2010 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Dec 23 21:06:43 2010 -0700 |
tree | 8063ce64045ee4f8834e3e52155d81ef843711db | |
parent | 9d32af66aa3a0e28d95fc607e208795ef6cc993a [diff] |
spi/pl022: map the buffers on the DMA engine The struct device for the DMA engine is the apropriate one to use when mapping/unmapping buffers. This is because the memory which is addressable by DMA is determined by the DMA engine rather than the device. Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>