Re: [PATCH V3 00/12] dmaengine: Pl08x and dw_dmac updates

2012-02-22 Thread Vinod Koul
On Wed, 2012-02-01 at 16:12 +0530, Viresh Kumar wrote: > Hi Vinod/Dan, > >This patchset does following: >- Includes earlier patchset sent by Rajeev for cleanly applying this > patchset >- Adds device_fc (device flow control) field in struct DMA_SLAVE_CONFIG >- Fixes existing users

[PATCH V3 00/12] dmaengine: Pl08x and dw_dmac updates

2012-02-01 Thread Viresh Kumar
Hi Vinod/Dan, This patchset does following: - Includes earlier patchset sent by Rajeev for cleanly applying this patchset - Adds device_fc (device flow control) field in struct DMA_SLAVE_CONFIG - Fixes existing users of DMAENGINE for device_fc. - Updates pl08x driver according to th