Skip to content

Commit a6cd771

Browse files
andy-shevJonathan Corbet
authored andcommitted
dmaengine: Add note to dmatest documentation about supported channels
The documentation is not so clear for newbies in a sense of what type of the channels are supported by it. Clarify this by adding a note at the preamble of the documentation. Reported-by: "Zhu, Tony" <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Acked-By: Vinod Koul <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 738947f commit a6cd771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/driver-api/dmaengine/dmatest.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Andy Shevchenko <[email protected]>
66

77
This small document introduces how to test DMA drivers using dmatest module.
88

9+
.. note::
10+
The test suite works only on the channels that have at least one
11+
capability of the following: DMA_MEMCPY (memory-to-memory), DMA_MEMSET
12+
(const-to-memory or memory-to-memory, when emulated), DMA_XOR, DMA_PQ.
13+
914
Part 1 - How to build the test module
1015
=====================================
1116

0 commit comments

Comments
 (0)