summaryrefslogtreecommitdiff
path: root/arch/arm/mm/dma-mapping.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-29[ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King1-2/+8
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-09-26[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King1-8/+16
No point having two of these; dma_map_page() can do all the work for us. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-09-25[ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King1-0/+92
Update the ARM DMA scatter gather APIs for the scatterlist changes. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-09-25[ARM] dma: rename consistent.c to dma-mapping.cRussell King1-0/+514
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>