dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v1,1/3] dmaengine: Add note to dmatest documentation about supported channels
@ 2018-03-26 15:40 Vinod Koul
  0 siblings, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2018-03-26 15:40 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Andy Shevchenko, dmaengine

On Mon, Mar 26, 2018 at 08:45:16AM -0600, Jonathan Corbet wrote:
> On Mon, 26 Mar 2018 14:50:25 +0300
> Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
> 
> > 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.
> 
> Applied to the docs tree, thanks.

Lgtm, you can add my ack if not pushed out

Acked-By: Vinod Koul <vinod.koul@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [v1,1/3] dmaengine: Add note to dmatest documentation about supported channels
@ 2018-03-26 14:45 Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2018-03-26 14:45 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Vinod Koul, dmaengine

On Mon, 26 Mar 2018 14:50:25 +0300
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> 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.

Applied to the docs tree, thanks.

jon
---
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [v1,1/3] dmaengine: Add note to dmatest documentation about supported channels
@ 2018-03-26 11:50 Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2018-03-26 11:50 UTC (permalink / raw)
  To: Vinod Koul, dmaengine, Jonathan Corbet; +Cc: Andy Shevchenko

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>
---
 Documentation/driver-api/dmaengine/dmatest.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst
index 3922c0a3f0c0..9b0dcdb7b7a8 100644
--- a/Documentation/driver-api/dmaengine/dmatest.rst
+++ b/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
 =====================================
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-26 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 15:40 [v1,1/3] dmaengine: Add note to dmatest documentation about supported channels Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2018-03-26 14:45 Jonathan Corbet
2018-03-26 11:50 Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).