aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-11-20 15:15:33 +0200
committerJonathan Corbet <corbet@lwn.net>2018-11-20 09:26:58 -0700
commit48c465d23d5ce55a84062e556e07a8a663349536 (patch)
treeec8f7c2aca45a803486fef27f3e9cfee6ef5d892 /Documentation/driver-api
parentdocs/admin-guide/mm/concepts.rst: grammar and style fixups (diff)
downloadlinux-dev-48c465d23d5ce55a84062e556e07a8a663349536.tar.xz
linux-dev-48c465d23d5ce55a84062e556e07a8a663349536.zip
dmaengine: Add mailing list address to the documentation
It's not the first time I've got a private email in regard to dmatest.c module. Motivate people, by adding a note, to send their questions to the mailing list instead Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/dmaengine/dmatest.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst
index 7ce5e71c353e..49efebd2c043 100644
--- a/Documentation/driver-api/dmaengine/dmatest.rst
+++ b/Documentation/driver-api/dmaengine/dmatest.rst
@@ -11,6 +11,10 @@ This small document introduces how to test DMA drivers using dmatest module.
capability of the following: DMA_MEMCPY (memory-to-memory), DMA_MEMSET
(const-to-memory or memory-to-memory, when emulated), DMA_XOR, DMA_PQ.
+.. note::
+ In case of any related questions use the official mailing list
+ dmaengine@vger.kernel.org.
+
Part 1 - How to build the test module
=====================================