Re: [PATCH 3/3] document dma_flags_set/get_*()

2007-10-16 Thread Andrew Morton
On Tue, 16 Oct 2007 18:44:17 -0700 [EMAIL PROTECTED] wrote: > @@ -547,3 +547,41 @@ size is the size (and should be a page-sized multiple). > The return value will be either a pointer to the processor virtual > address of the memory, or an error (via PTR_ERR()) if any part of the > region is occ

[PATCH 3/3] document dma_flags_set/get_*()

2007-10-16 Thread akepner
Document the dma_flags_set/get_*() interfaces. Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]> --- DMA-API.txt | 38 ++ 1 files changed, 38 insertions(+) diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt index b939ebb..00919b0 100644 --