dma: Add timb-dma
authorRichard Röjfors <richard.rojfors@pelagicore.com>
Thu, 25 Mar 2010 18:44:21 +0000 (19:44 +0100)
committerDan Williams <dan.j.williams@intel.com>
Fri, 26 Mar 2010 00:18:43 +0000 (17:18 -0700)
commitde5d4453c5b224eefd02b6a141ed411a76d458af
tree2c208ec52e52363b1f403b82b570b843e98d1384
parent84c8447c544bc7579097649273bc3f4e1b5de6af
dma: Add timb-dma

Adds the support for the DMA engine withing the timberdale FPGA.

The DMA channels are strict device to host, or host to device
and can not be used for generic memcpy.

Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/timb_dma.c [new file with mode: 0644]
include/linux/timb_dma.h [new file with mode: 0644]