Re: [PATCH 0/4] Add generic DMA DT binding support

2013-01-28 Thread Arnd Bergmann
On Monday 28 January 2013, Vinod Koul wrote: > On Fri, Jan 18, 2013 at 05:03:40PM +0530, Padmavathi Venna wrote: > > This patch set adds support for generic dma device tree bindings for > > Samsung platforms and is dependent on the following patches from > > Vinod Koul next branch > > 1)of: Add gen

Re: [PATCH 0/4] Add generic DMA DT binding support

2013-01-28 Thread Vinod Koul
On Fri, Jan 18, 2013 at 05:03:40PM +0530, Padmavathi Venna wrote: > This patch set adds support for generic dma device tree bindings for > Samsung platforms and is dependent on the following patches from > Vinod Koul next branch > 1)of: Add generic device tree DMA helpers > 2)dmaengine: add helper

[PATCH 0/4] Add generic DMA DT binding support

2013-01-18 Thread Padmavathi Venna
This patch set adds support for generic dma device tree bindings for Samsung platforms and is dependent on the following patches from Vinod Koul next branch 1)of: Add generic device tree DMA helpers 2)dmaengine: add helper function to request a slave DMA channel This patch set is made based Kukjin