]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62774460668ef8d9e71c3cd71b3f5ec04db0038a
tree107e5cabb0e33c041283a2cebd46482381878adb
parentb797c3f6e79d19138a98036fc929f5c9e2af3983
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]