[ARM] 3444/1: i.MX: Scatter-gather DMA emulation for i.MX/MX1
authorPavel Pisa <ppisa@pikron.com>
Sun, 2 Apr 2006 15:58:37 +0000 (16:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 2 Apr 2006 15:58:37 +0000 (16:58 +0100)
commit999331af456bf6fc1520ea7b68b6a3dbb4af8ff6
treed7610740f58f942fcb46e07bb790dfd785e21508
parent7ba01f9728a9f1cd1a3e1e2d5206f76061182675
[ARM] 3444/1: i.MX: Scatter-gather DMA emulation for i.MX/MX1

Patch from Pavel Pisa

This patch contains simplified set of changes to add scatter-gather
emulation capability into MX1 DMA support. The result should
be still usable for next combination of DMA transfers
  Statter-Gather/linear/2D/FIFO to linear/2D/FIFO and
  linear/2D/FIFO to Statter-Gather/2D/FIFO
The patch corrects channel priority allocation to be compatible
with MX1 hardware implementation.
Previous code has not been adapted from its PXA original.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-imx/dma.c
include/asm-arm/arch-imx/dma.h
include/asm-arm/arch-imx/imx-dma.h [new file with mode: 0644]