Re: [PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-24 Thread Thomas Abraham
Hi Rob, On 24 August 2011 17:14, Rob Herring wrote: > Thomas, > > On 08/22/2011 04:59 PM, Thomas Abraham wrote: >> The transfer direction for a channel can be inferred from the transfer >> request and the need for specifying transfer direction in platfrom data >> can be eliminated. So the structu

Re: [PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-24 Thread Rob Herring
Thomas, On 08/22/2011 04:59 PM, Thomas Abraham wrote: > The transfer direction for a channel can be inferred from the transfer > request and the need for specifying transfer direction in platfrom data > can be eliminated. So the structure definition 'struct dma_pl330_peri' > is no longer required.

RE: [PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-23 Thread Boojin Kim
x-samsung-soc@vger.kernel.org; kgene@samsung.com; > >> vinod.k...@intel.com; Jassi Brar; Boojin Kim > >> Subject: [PATCH 1/3] DMA: PL330: Infer transfer direction from > >> transfer request instead of platform data > >> > >> The transfer direction f

Re: [PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-23 Thread Thomas Abraham
ojin Kim >> Subject: [PATCH 1/3] DMA: PL330: Infer transfer direction from >> transfer request instead of platform data >> >> The transfer direction for a channel can be inferred from the transfer >> request and the need for specifying transfer direction in platfrom

RE: [PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-23 Thread Boojin Kim
Thomas Abraham wrote: > Sent: Tuesday, August 23, 2011 7:00 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org; kgene@samsung.com; > vinod.k...@intel.com; Jassi Brar; Boojin Kim > Subject: [PATCH 1/3] DMA: PL330: Infer transfer direction

Re: [PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-23 Thread Jassi Brar
On Tue, Aug 23, 2011 at 3:20 AM, Thomas Abraham wrote: > The transfer direction for a channel can be inferred from the transfer > request and the need for specifying transfer direction in platfrom data > can be eliminated. So the structure definition 'struct dma_pl330_peri' > is no longer required

[PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-22 Thread Thomas Abraham
The transfer direction for a channel can be inferred from the transfer request and the need for specifying transfer direction in platfrom data can be eliminated. So the structure definition 'struct dma_pl330_peri' is no longer required. With the 'struct dma_pl330_peri' removed, the dma controller

[PATCH 1/3] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-08-22 Thread Thomas Abraham
The transfer direction for a channel can be inferred from the transfer request and the need for specifying transfer direction in platfrom data can be eliminated. So the structure definition 'struct dma_pl330_peri' is no longer required. With the 'struct dma_pl330_peri' removed, the dma controller