Skip to content

Commit

Permalink
Documentation: dmaengine: clarify dma_slave_config expectations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul committed Dec 22, 2014
1 parent 6c04cd4 commit 6269591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/dmaengine/provider.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ supported.
- Even though that structure contains a direction field, this
field is deprecated in favor of the direction argument given to
the prep_* functions
- This call is mandatory for slave operations only. This should NOT be
set or expected to be set for memcpy operations.
If a driver support both, it should use this call for slave
operations only and not for memcpy ones.

* device_pause
- Pauses a transfer on the channel
Expand Down

0 comments on commit 6269591

Please sign in to comment.