Преглед изворни кода

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" <tony.zhu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Andy Shevchenko пре 7 година
родитељ
комит
a6cd7714c0
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Documentation/driver-api/dmaengine/dmatest.rst

+ 5 - 0
Documentation/driver-api/dmaengine/dmatest.rst

@@ -6,6 +6,11 @@ Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 
 This small document introduces how to test DMA drivers using dmatest module.
 
+.. note::
+  The test suite works only on the channels that have at least one
+  capability of the following: DMA_MEMCPY (memory-to-memory), DMA_MEMSET
+  (const-to-memory or memory-to-memory, when emulated), DMA_XOR, DMA_PQ.
+
 Part 1 - How to build the test module
 =====================================