dma: add support for scatterlist to scatterlist copy
authorIra Snyder <iws@ovro.caltech.edu>
Thu, 30 Sep 2010 11:46:44 +0000 (11:46 +0000)
committerDan Williams <dan.j.williams@intel.com>
Thu, 7 Oct 2010 21:41:40 +0000 (14:41 -0700)
commita86ee03ce6f279ebe581a7a8c0c4393eaeb789ee
treee662a6492370232e008d405e4ed7bfa4be0aea2e
parentcc60f8878eab892c03d06b10f389232b9b66bd83
dma: add support for scatterlist to scatterlist copy

This adds support for scatterlist to scatterlist DMA transfers. A
similar interface is exposed by the fsldma driver (through the DMA_SLAVE
API) and by the ste_dma40 driver (through an exported function).

This patch paves the way for making this type of copy operation a part
of the generic DMAEngine API. Futher patches will add support in
individual drivers.

Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/dmaengine.c
include/linux/dmaengine.h
This page took 0.04436 seconds and 5 git commands to generate.