[I/OAT]: DMA memcpy subsystem
authorChris Leech <christopher.leech@intel.com>
Wed, 24 May 2006 00:18:44 +0000 (17:18 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:18:43 +0000 (21:18 -0700)
commitc13c8260da3155f2cefb63b0d1b7dcdcb405c644
treeecfe02fa44a423a948f5fb5ad76497da2bb7a402
parent427abfa28afedffadfca9dd8b067eb6d36bac53f
[I/OAT]: DMA memcpy subsystem

Provides an API for offloading memory copies to DMA devices

Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/Kconfig
drivers/Makefile
drivers/dma/Kconfig [new file with mode: 0644]
drivers/dma/Makefile [new file with mode: 0644]
drivers/dma/dmaengine.c [new file with mode: 0644]
include/linux/dmaengine.h [new file with mode: 0644]