Re: [Patch v3 2/2] dmaengine: Add ADM driver

2015-02-11 Thread Andy Gross
On Wed, Feb 11, 2015 at 05:28:14PM -0800, Stephen Boyd wrote: > On 02/11, Andy Gross wrote: > > +static struct platform_driver adm_dma_driver = { > > + .probe = adm_dma_probe, > > + .remove = adm_dma_remove, > > + .driver = { > > + .name = "adm-dma-engine", > > + .owner =

Re: [Patch v3 2/2] dmaengine: Add ADM driver

2015-02-11 Thread Stephen Boyd
On 02/11, Andy Gross wrote: > +static struct platform_driver adm_dma_driver = { > + .probe = adm_dma_probe, > + .remove = adm_dma_remove, > + .driver = { > + .name = "adm-dma-engine", > + .owner = THIS_MODULE, > + .of_match_table = adm_of_match, > +

Re: [Patch v3 2/2] dmaengine: Add ADM driver

2015-02-11 Thread Stephen Boyd
On 02/11, Andy Gross wrote: +static struct platform_driver adm_dma_driver = { + .probe = adm_dma_probe, + .remove = adm_dma_remove, + .driver = { + .name = adm-dma-engine, + .owner = THIS_MODULE, + .of_match_table = adm_of_match, + },

Re: [Patch v3 2/2] dmaengine: Add ADM driver

2015-02-11 Thread Andy Gross
On Wed, Feb 11, 2015 at 05:28:14PM -0800, Stephen Boyd wrote: On 02/11, Andy Gross wrote: +static struct platform_driver adm_dma_driver = { + .probe = adm_dma_probe, + .remove = adm_dma_remove, + .driver = { + .name = adm-dma-engine, + .owner = THIS_MODULE,

[Patch v3 2/2] dmaengine: Add ADM driver

2015-02-10 Thread Andy Gross
Add the DMA engine driver for the QCOM Application Data Mover (ADM) DMA controller found in the MSM8x60 and IPQ/APQ8064 platforms. The ADM supports both memory to memory transactions and memory to/from peripheral device transactions. The controller also provides flow control capabilities for

[Patch v3 2/2] dmaengine: Add ADM driver

2015-02-10 Thread Andy Gross
Add the DMA engine driver for the QCOM Application Data Mover (ADM) DMA controller found in the MSM8x60 and IPQ/APQ8064 platforms. The ADM supports both memory to memory transactions and memory to/from peripheral device transactions. The controller also provides flow control capabilities for