summaryrefslogtreecommitdiff
path: root/Documentation/dmaengine/provider.txt (follow)
Commit message (Collapse)AuthorAge
* Documentation: dmaengine: Add DMA_CTRL_REUSE documentationVinod Koul2015-08-17
| | | | | Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by:Robert Jarzmik <robert.jarzmik@free.fr>
* Documentation: dmaengine: fix the DMA_CTRL_ACK documentationVinod Koul2015-08-17
| | | | | | | | | As discussed recently the meaning of DMA_CTRL_ACK is that a desc cannot be reused by provider until the client acknowledges receipt, i.e. has has a chance to establish any dependency chains. So update documentation Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by:Robert Jarzmik <robert.jarzmik@free.fr>
* Documentation: dmaengine: document DMA_CTRL_ACKRobert Jarzmik2015-06-17
| | | | | | | | | Add documentation about acking the transfers, and their reusability. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
* Documentation: dmaengine: clarify dma_slave_config expectationsVinod Koul2014-12-22
| | | | | | | dma_slave_config is expected to be set for slave operations Only, not for memcpy ones Signed-off-by: Vinod Koul <vinod.koul@intel.com>
* Documentation: dmaengine: Update the documentationMaxime Ripard2014-12-22
| | | | | | | | Now that we have splitted device_control and removed device_slave_caps in favor of a few dma_device variables, update the documentation accordingly. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
* Documentation: dmaengine: Add a documentation for the dma controller APIMaxime Ripard2014-11-06
The dmaengine is neither trivial nor properly documented at the moment, which means a lot of trial and error development, which is not that good for such a central piece of the system. Attempt at making such a documentation. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> [fixed some minor typos] Signed-off-by: Vinod Koul <vinod.koul@intel.com>