Re: [PATCH 1/3] dmaengine: add TI EDMA DMA engine driver

2012-08-21 Thread Matt Porter
On Thu, Aug 16, 2012 at 05:44:29PM -0400, Matt Porter wrote: > Add a DMA engine driver for the TI EDMA controller. This driver > is implemented as a wrapper around the existing DaVinci private > DMA implementation. This approach allows for incremental conversion > of each peripheral driver to the D

Re: [PATCH 1/3] dmaengine: add TI EDMA DMA engine driver

2012-08-20 Thread Matt Porter
On Thu, Aug 16, 2012 at 11:29:12PM +0100, Russell King wrote: > On Thu, Aug 16, 2012 at 05:44:29PM -0400, Matt Porter wrote: > > Add a DMA engine driver for the TI EDMA controller. This driver > > is implemented as a wrapper around the existing DaVinci private > > DMA implementation. This approach

Re: [PATCH 1/3] dmaengine: add TI EDMA DMA engine driver

2012-08-16 Thread Russell King - ARM Linux
On Thu, Aug 16, 2012 at 05:44:29PM -0400, Matt Porter wrote: > Add a DMA engine driver for the TI EDMA controller. This driver > is implemented as a wrapper around the existing DaVinci private > DMA implementation. This approach allows for incremental conversion > of each peripheral driver to the D

[PATCH 1/3] dmaengine: add TI EDMA DMA engine driver

2012-08-16 Thread Matt Porter
Add a DMA engine driver for the TI EDMA controller. This driver is implemented as a wrapper around the existing DaVinci private DMA implementation. This approach allows for incremental conversion of each peripheral driver to the DMA engine API. The EDMA driver supports slave transfers but does not