Re: [PATCH v3 0/3] DaVinci DMA engine conversion

2012-09-10 Thread Matt Porter
On Thu, Sep 06, 2012 at 03:25:21PM +0200, Daniel Mack wrote: > Hi Matt, > > On 27.08.2012 17:33, Daniel Mack wrote: > > On 23.08.2012 03:09, Matt Porter wrote: > >> This series begins the conversion of the DaVinci private EDMA API > >> implementation to a DMA engine driver and converts two of the

Re: [PATCH v3 0/3] DaVinci DMA engine conversion

2012-09-06 Thread Daniel Mack
Hi Matt, On 27.08.2012 17:33, Daniel Mack wrote: > On 23.08.2012 03:09, Matt Porter wrote: >> This series begins the conversion of the DaVinci private EDMA API >> implementation to a DMA engine driver and converts two of the three >> in-kernel users of the private EDMA API to DMA engine. >> >> The

Re: [PATCH v3 0/3] DaVinci DMA engine conversion

2012-08-27 Thread Daniel Mack
Hi Matt, On 23.08.2012 03:09, Matt Porter wrote: > This series begins the conversion of the DaVinci private EDMA API > implementation to a DMA engine driver and converts two of the three > in-kernel users of the private EDMA API to DMA engine. > > The approach taken is similar to the recent OMAP

Re: [PATCH v3 0/3] DaVinci DMA engine conversion

2012-08-22 Thread Tom Rini
On Wed, Aug 22, 2012 at 09:09:33PM -0400, Matt Porter wrote: [snip] > Matt Porter (3): > dmaengine: add TI EDMA DMA engine driver > mmc: davinci_mmc: convert to DMA engine API > spi: spi-davinci: convert to DMA engine API > > drivers/dma/Kconfig| 10 + > drivers/dma/Makefile

[PATCH v3 0/3] DaVinci DMA engine conversion

2012-08-22 Thread Matt Porter
Changes since v1: - Add virt-dma support. Better error checks and simplified descriptor handling. - Fix support for multiple EDMA controllers Tested on AM18x EVM with WL12xx on MMC1 Changes since v2: - Set default Kconfig state to off - Fix white