summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rpc/include/mach/isa-dma.h
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] dma: Use sensible DMA parameters for Acorn driversRussell King2008-12-111-0/+2
| | | | | | | | | | | | | The hardware supports transfers up to a page boundary per buffer. Currently, we work around that in the DMA code by splitting each buffer up as we run through the scatterlist. Avoid this by telling the block layers about the hardware restriction. Eventually, this will allow us to phase out the splitting code, but not until the old IDE layer allows us to control the value it gives to blk_queue_segment_boundary(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Rename ISA mach/dma.h header to mach/isa-dma.hRussell King2008-11-291-0/+27
This avoids confusion with platform specific DMA implementations in mach/dma.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>