RE: [PATCH v2 1/3] dma: Add Freescale qDMA engine driver support

2015-11-12 Thread Yao Yuan
On Wed, Nov 11, 2015 4:14 PM, Vinod Koul wrote: > On Fri, Oct 23, 2015 at 09:59:11AM +0800, Yuan Yao wrote: > > > +config FSL_QDMA > > + tristate "Freescale qDMA engine support" > > + depends on SOC_LS1021A || ARCH_LAYERSCAPE > > Where is this ARCH defined, quick grep revealed none > This is

Re: [PATCH v2 1/3] dma: Add Freescale qDMA engine driver support

2015-11-11 Thread Vinod Koul
On Fri, Oct 23, 2015 at 09:59:11AM +0800, Yuan Yao wrote: > +config FSL_QDMA > + tristate "Freescale qDMA engine support" > + depends on SOC_LS1021A || ARCH_LAYERSCAPE Where is this ARCH defined, quick grep revealed none > +static void fsl_qdma_set_tcd_params(struct fsl_qdma_chan *fsl_ch

[PATCH v2 1/3] dma: Add Freescale qDMA engine driver support

2015-10-22 Thread Yuan Yao
Add Freescale Queue Direct Memory Access(qDMA) controller support. This module can be found on LS-1 and LS-2 SoCs. This add the legacy mode support for qDMA. Signed-off-by: Yuan Yao --- Changes since v1: 1. Separate Binding. 2. Remove dead code. 3. Add depend on for QDMA. --- MAINTAINERS