Re: [PATCH V2 02/12] dmaengine: Add flow controller information to dma_slave_config

2012-01-30 Thread Vinod Koul
On Wed, 2012-01-18 at 14:41 +0530, Viresh Kumar wrote: > Flow controller is programmable for few controllers and there are few > intelligent peripherals like, Synopsys JPEG controller, that needs to be a > flow > controller of DMA transfers on dest side. > > For this, currently two drivers, pl08x

Re: [PATCH V2 02/12] dmaengine: Add flow controller information to dma_slave_config

2012-01-19 Thread Linus Walleij
On Wed, Jan 18, 2012 at 10:11 AM, Viresh Kumar wrote: > Flow controller is programmable for few controllers and there are few > intelligent peripherals like, Synopsys JPEG controller, that needs to be a > flow > controller of DMA transfers on dest side. > > For this, currently two drivers, pl08x

[PATCH V2 02/12] dmaengine: Add flow controller information to dma_slave_config

2012-01-18 Thread Viresh Kumar
Flow controller is programmable for few controllers and there are few intelligent peripherals like, Synopsys JPEG controller, that needs to be a flow controller of DMA transfers on dest side. For this, currently two drivers, pl08x and dw_dmac, support flow controller to be passed from platform to