Re: [PATCH] dma: mmp_pdma: fix warning about slave caps

2015-03-05 Thread Robert Jarzmik
Vinod Koul writes: > On Sun, Feb 15, 2015 at 07:49:16PM +0100, Robert Jarzmik wrote: >> Fix the dmaengine complaint about missing slave caps : >> - declare the available bus widths >> - declare the available transfer types >> - declare the residue calculation type >> > Applied, thanks Thanks

Re: [PATCH] dma: mmp_pdma: fix warning about slave caps

2015-03-05 Thread Vinod Koul
On Sun, Feb 15, 2015 at 07:49:16PM +0100, Robert Jarzmik wrote: > Fix the dmaengine complaint about missing slave caps : > - declare the available bus widths > - declare the available transfer types > - declare the residue calculation type > Applied, thanks -- ~Vinod -- To unsubscribe from

Re: [PATCH] dma: mmp_pdma: fix warning about slave caps

2015-03-05 Thread Vinod Koul
On Sun, Feb 15, 2015 at 07:49:16PM +0100, Robert Jarzmik wrote: Fix the dmaengine complaint about missing slave caps : - declare the available bus widths - declare the available transfer types - declare the residue calculation type Applied, thanks -- ~Vinod -- To unsubscribe from this

Re: [PATCH] dma: mmp_pdma: fix warning about slave caps

2015-03-05 Thread Robert Jarzmik
Vinod Koul vinod.k...@intel.com writes: On Sun, Feb 15, 2015 at 07:49:16PM +0100, Robert Jarzmik wrote: Fix the dmaengine complaint about missing slave caps : - declare the available bus widths - declare the available transfer types - declare the residue calculation type Applied,