mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-17 18:37:42 +07:00
Documentation: dmaengine: clarify dma_slave_config expectations
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>
This commit is contained in:
parent
6c04cd4f57
commit
6269591b98
@ -310,6 +310,10 @@ supported.
|
|||||||
- Even though that structure contains a direction field, this
|
- Even though that structure contains a direction field, this
|
||||||
field is deprecated in favor of the direction argument given to
|
field is deprecated in favor of the direction argument given to
|
||||||
the prep_* functions
|
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
|
* device_pause
|
||||||
- Pauses a transfer on the channel
|
- Pauses a transfer on the channel
|
||||||
|
Loading…
Reference in New Issue
Block a user