Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1402773

RE: [PATCH] dmaengine: vdma: Add support for cyclic dma mode

From Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com>
Newsgroups linux.kernel
Subject RE: [PATCH] dmaengine: vdma: Add support for cyclic dma mode
Date 2016-05-18 09:50 +0200
Message-ID <rA4oW-7vr-25@gated-at.bofh.it> (permalink)
References <ryEZA-7bj-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>  };
> 
> @@ -474,6 +481,7 @@ xilinx_vdma_alloc_tx_segment(struct xilinx_dma_chan
> *chan)
>  	if (!segment)
>  		return NULL;
> 
> +	memset(segment, 0, sizeof(*segment));

Unrelated change will fix in v2...

>  	segment->phys = phys;
> 
>  	return segment;

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] dmaengine: vdma: Add support for cyclic dma mode Kedareswara rao Appana <appana.durga.rao@xilinx.com> - 2016-05-14 12:30 +0200
  RE: [PATCH] dmaengine: vdma: Add support for cyclic dma mode Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com> - 2016-05-18 09:50 +0200

csiph-web