RE: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-06-07 Thread Appana Durga Kedareswara Rao
Hi Vinod, > > > > +static unsigned int sg_sources = 1; > > +module_param(sg_sources, uint, S_IRUGO | S_IWUSR); > > +MODULE_PARM_DESC(sg_sources, > > sg_buffers rather? Ok sure will fix... > > > + "Number of scatter gather buffers (default: 1)"); > > blank line please Ok > > >

RE: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-06-07 Thread Appana Durga Kedareswara Rao
Hi Vinod, > > > > +static unsigned int sg_sources = 1; > > +module_param(sg_sources, uint, S_IRUGO | S_IWUSR); > > +MODULE_PARM_DESC(sg_sources, > > sg_buffers rather? Ok sure will fix... > > > + "Number of scatter gather buffers (default: 1)"); > > blank line please Ok > > >

Re: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-06-06 Thread Vinod Koul
On Mon, Apr 25, 2016 at 02:18:05PM +0530, Kedareswara rao Appana wrote: > This patch updates the dmatest client to support > scatter-gather dma mode. > > Signed-off-by: Kedareswara rao Appana > --- > drivers/dma/dmatest.c | 38 -- > 1 file

Re: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-06-06 Thread Vinod Koul
On Mon, Apr 25, 2016 at 02:18:05PM +0530, Kedareswara rao Appana wrote: > This patch updates the dmatest client to support > scatter-gather dma mode. > > Signed-off-by: Kedareswara rao Appana > --- > drivers/dma/dmatest.c | 38 -- > 1 file changed, 36

Re: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-06-06 Thread Vinod Koul
On Mon, Apr 25, 2016 at 02:01:59PM +, Ramon Fried wrote: > Wow. Thanks a lot ! care to give tested-by ? -- ~Vinod

Re: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-06-06 Thread Vinod Koul
On Mon, Apr 25, 2016 at 02:01:59PM +, Ramon Fried wrote: > Wow. Thanks a lot ! care to give tested-by ? -- ~Vinod

RE: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-04-25 Thread Ramon Fried
Wow. Thanks a lot ! -Original Message- From: Kedareswara rao Appana [mailto:appana.durga@xilinx.com] Sent: Monday, April 25, 2016 11:48 AM To: vinod.k...@intel.com; dan.j.willi...@intel.com; Ramon Fried Cc: dmaeng...@vger.kernel.org;

RE: [PATCH] dmaengine: dmatest: Add support for scatter-gather DMA mode

2016-04-25 Thread Ramon Fried
Wow. Thanks a lot ! -Original Message- From: Kedareswara rao Appana [mailto:appana.durga@xilinx.com] Sent: Monday, April 25, 2016 11:48 AM To: vinod.k...@intel.com; dan.j.willi...@intel.com; Ramon Fried Cc: dmaeng...@vger.kernel.org; linux-kernel@vger.kernel.org; Kedareswara rao