Re: [PATCH 6/7 v2] dma: sh: provide a migration path for slave drivers to stop using .private

2012-07-15 Thread Guennadi Liakhovetski
Hi Vinod On Mon, 16 Jul 2012, Vinod Koul wrote: > On Thu, 2012-07-05 at 12:29 +0200, Guennadi Liakhovetski wrote: > > This patch extends the sh dmaengine driver to support the preferred channel > > selection and configuration method, instead of using the "private" field > > from struct dma_chan.

Re: [PATCH 6/7 v2] dma: sh: provide a migration path for slave drivers to stop using .private

2012-07-15 Thread Vinod Koul
On Thu, 2012-07-05 at 12:29 +0200, Guennadi Liakhovetski wrote: > This patch extends the sh dmaengine driver to support the preferred channel > selection and configuration method, instead of using the "private" field > from struct dma_chan. We add a standard filter function to be used by > slave dr