Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-11-13 Thread Tomasz Figa
Hi Andy, On Wednesday 30 of October 2013 15:31:05 Andy Gross wrote: > On Tue, Oct 29, 2013 at 10:56:03AM -0700, Stephen Boyd wrote: > > On 10/25, Andy Gross wrote: > > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > > > index f238cfd..a71b415 100644 > > > --- a/drivers/dma/Kconfig > > >

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-11-13 Thread Andy Gross
On Wed, Nov 13, 2013 at 06:48:12PM +0530, Vinod Koul wrote: > On Thu, Nov 07, 2013 at 05:03:17PM -0600, Andy Gross wrote: > > On Thu, Oct 31, 2013 at 04:46:21PM -0500, Andy Gross wrote: > > > On Thu, Oct 31, 2013 at 10:29:48PM +0530, Vinod Koul wrote: > > > > On Fri, Oct 25, 2013 at 03:24:02PM -050

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-11-13 Thread Vinod Koul
On Thu, Nov 07, 2013 at 05:03:17PM -0600, Andy Gross wrote: > On Thu, Oct 31, 2013 at 04:46:21PM -0500, Andy Gross wrote: > > On Thu, Oct 31, 2013 at 10:29:48PM +0530, Vinod Koul wrote: > > > On Fri, Oct 25, 2013 at 03:24:02PM -0500, Andy Gross wrote: > > > > > > This should be sent to dmaeng...@v

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-11-07 Thread Andy Gross
On Thu, Oct 31, 2013 at 04:46:21PM -0500, Andy Gross wrote: > On Thu, Oct 31, 2013 at 10:29:48PM +0530, Vinod Koul wrote: > > On Fri, Oct 25, 2013 at 03:24:02PM -0500, Andy Gross wrote: > > > > This should be sent to dmaeng...@vger.kernel.org > > I'll add the list when I send the second iteratio

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-31 Thread Andy Gross
On Thu, Oct 31, 2013 at 10:29:48PM +0530, Vinod Koul wrote: > On Fri, Oct 25, 2013 at 03:24:02PM -0500, Andy Gross wrote: > > This should be sent to dmaeng...@vger.kernel.org I'll add the list when I send the second iteration or should I send it over mid stream? > > Add the DMA engine driver fo

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-31 Thread Vinod Koul
On Fri, Oct 25, 2013 at 03:24:02PM -0500, Andy Gross wrote: This should be sent to dmaeng...@vger.kernel.org > Add the DMA engine driver for the MSM Bus Access Manager (BAM) DMA controller > found in the MSM 8x74 platforms. > > Each BAM DMA device is associated with a specific on-chip peripheral

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-30 Thread Stephen Boyd
On 10/30/13 13:31, Andy Gross wrote: > On Tue, Oct 29, 2013 at 10:56:03AM -0700, Stephen Boyd wrote: >> On 10/25, Andy Gross wrote: >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> + >>> +#include "dmaengine.h

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-30 Thread Andy Gross
On Tue, Oct 29, 2013 at 10:56:03AM -0700, Stephen Boyd wrote: > On 10/25, Andy Gross wrote: > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > > index f238cfd..a71b415 100644 > > --- a/drivers/dma/Kconfig > > +++ b/drivers/dma/Kconfig > > @@ -364,4 +364,13 @@ config DMATEST > > Simp

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-29 Thread Stephen Boyd
On 10/25, Andy Gross wrote: > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index f238cfd..a71b415 100644 > --- a/drivers/dma/Kconfig > +++ b/drivers/dma/Kconfig > @@ -364,4 +364,13 @@ config DMATEST > Simple DMA test client. Say N unless you're debugging a > DMA Device d

[PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-25 Thread Andy Gross
Add the DMA engine driver for the MSM Bus Access Manager (BAM) DMA controller found in the MSM 8x74 platforms. Each BAM DMA device is associated with a specific on-chip peripheral. Each channel provides a uni-directional data transfer engine that is capable of transferring data between the periph