From: Andy Shevchenko Date: Tue, 20 Nov 2018 13:15:33 +0000 (+0200) Subject: dmaengine: Add mailing list address to the documentation X-Git-Tag: v5.15~7213^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48c465d23d5ce55a84062e556e07a8a663349536;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst index 7ce5e71..49efebd 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 =====================================