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-24 Thread Thomas Abraham
Hi Rob, On 24 August 2011 17:14, Rob Herring robherri...@gmail.com 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.

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 thomas.abra...@linaro.org 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'

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 from transfer request

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

2011-08-23 Thread Thomas Abraham
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 data can be eliminated. So the structure definition

[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