commit | 06f10e2f936424496d44e5541c220845c8c55345 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Wed Aug 05 08:42:04 2015 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Aug 17 13:46:22 2015 +0530 |
tree | 5ae6aea36ea8370ec4ae1e0abadcafadb87eddf0 | |
parent | 09659a5978e16a7f3676fd6cb41e21daa77ce9a6 [diff] |
Documentation: dmaengine: fix the DMA_CTRL_ACK documentation 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>