Re: [PATCH 4/4] DMA: PL330: add device tree property for DMA_MEMCPY capability

2012-12-11 Thread Jassi Brar
On Fri, Nov 30, 2012 at 4:26 PM, Bartlomiej Zolnierkiewicz wrote: > Thank you for explaining it. Here is a patch implementing the idea: > > From: Bartlomiej Zolnierkiewicz > Subject: [PATCH] DMA: PL330: add peripherals map to the device tree > > Add device tree (DT) property ("peri-map") for st

Re: [PATCH 4/4] DMA: PL330: add device tree property for DMA_MEMCPY capability

2012-11-30 Thread Bartlomiej Zolnierkiewicz
On Friday 09 November 2012 07:11:30 Jassi Brar wrote: > On 30 October 2012 14:51, Bartlomiej Zolnierkiewicz > wrote: > > > > Hi, > > > > On Monday 29 October 2012 22:45:48 Jassi Brar wrote: > >> On Mon, Oct 29, 2012 at 10:59 AM, Bartlomiej Zolnierkiewicz > >> wrote: > >> > * Add device tree (DT)

Re: [PATCH 4/4] DMA: PL330: add device tree property for DMA_MEMCPY capability

2012-11-08 Thread Jassi Brar
On 30 October 2012 14:51, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Monday 29 October 2012 22:45:48 Jassi Brar wrote: >> On Mon, Oct 29, 2012 at 10:59 AM, Bartlomiej Zolnierkiewicz >> wrote: >> > * Add device tree (DT) property ("pl330,dma-memcpy") for DMA_MEMCPY >> > capability and inste

Re: [PATCH 4/4] DMA: PL330: add device tree property for DMA_MEMCPY capability

2012-10-30 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday 29 October 2012 22:45:48 Jassi Brar wrote: > On Mon, Oct 29, 2012 at 10:59 AM, Bartlomiej Zolnierkiewicz > wrote: > > * Add device tree (DT) property ("pl330,dma-memcpy") for DMA_MEMCPY > > capability and instead of setting this capability unconditionally > > in pl330_probe() d

Re: [PATCH 4/4] DMA: PL330: add device tree property for DMA_MEMCPY capability

2012-10-29 Thread Jassi Brar
On Mon, Oct 29, 2012 at 10:59 AM, Bartlomiej Zolnierkiewicz wrote: > * Add device tree (DT) property ("pl330,dma-memcpy") for DMA_MEMCPY > capability and instead of setting this capability unconditionally > in pl330_probe() do it only when property is present. > Perhaps we should pass the arra

[PATCH 4/4] DMA: PL330: add device tree property for DMA_MEMCPY capability

2012-10-29 Thread Bartlomiej Zolnierkiewicz
* Add device tree (DT) property ("pl330,dma-memcpy") for DMA_MEMCPY capability and instead of setting this capability unconditionally in pl330_probe() do it only when property is present. * Set the new "pl330,dma-memcpy" device tree property for all current pl330 driver users except pdma con