Skip to content
Commit 5369bea7 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] dma: Use sensible DMA parameters for Acorn drivers



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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f6718653
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment