dmaengine: Add Freescale i.MX1/21/27 DMA driver
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 6 Oct 2010 08:25:55 +0000 (10:25 +0200)
committerDan Williams <dan.j.williams@intel.com>
Thu, 7 Oct 2010 22:18:03 +0000 (15:18 -0700)
commit1f1846c6ceed07c03ef036a27864befe0f773997
tree107e5cabb0e33c041283a2cebd46482381878adb
parent1ec1e82f2510e2bdcb6268ed74aa79e1a7bc9594
dmaengine: Add Freescale i.MX1/21/27 DMA driver

This driver is currently implemented as a user to the old i.MX
DMA API. This allows us to convert each user of the old API to
the dmaengine API one by one. Once this is done the old DMA
driver can be merged into the i.MX dmaengine driver.

V2: remove some debug leftovers and unused variables

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/imx-dma.c [new file with mode: 0644]