]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: add driver for Freescale MPC85xx DMA controller
authorZhang Wei <wei.zhang@freescale.com>
Sat, 1 Mar 2008 14:42:48 +0000 (07:42 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 4 Mar 2008 17:16:46 +0000 (10:16 -0700)
commit9d969f256b169d40847028f0a4a3f02dc1c563fd
treef408e415851cf3343af6077287984169958951ad
parentb8f1ad51755d1f12cc19da892902e7e38b2662a1
dmaengine: add driver for Freescale MPC85xx DMA controller

The driver implements DMA engine API for Freescale MPC85xx DMA controller,
which could be used by devices in the silicon.  The driver supports the
Basic mode of Freescale MPC85xx DMA controller.  The MPC85xx processors
supported include MPC8540/60, MPC8555, MPC8548, MPC8641 and so on.

The MPC83xx(MPC8349, MPC8360) are also supported.

[kamalesh@linux.vnet.ibm.com: build fix]
[dan.j.williams@intel.com: merge mm fixes, rebase on async_tx-2.6.25]
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
Acked-by: Kumar Gala <galak@gate.crashing.org>
Cc: Shannon Nelson <shannon.nelson@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
MAINTAINERS
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/fsldma.c [new file with mode: 0644]
drivers/dma/fsldma.h [new file with mode: 0644]