Re: [PATCH 2/3] ARM: SAMSUNG: Modify pl330 channel filter function

2011-08-23 Thread Thomas Abraham
Hi Russell, On 23 August 2011 03:22, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Aug 23, 2011 at 03:29:44AM +0530, Thomas Abraham wrote: With the change in dma channels private data information, the pl330 channel filter function is modified to look for a simple u8 value

[PATCH 2/3] ARM: SAMSUNG: Modify pl330 channel filter function

2011-08-22 Thread Thomas Abraham
With the change in dma channels private data information, the pl330 channel filter function is modified to look for a simple u8 value instead of the now unused 'struct dma_pl330_peri' value. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/plat-samsung/dma-ops.c |4 ++--

Re: [PATCH 2/3] ARM: SAMSUNG: Modify pl330 channel filter function

2011-08-22 Thread Russell King - ARM Linux
On Tue, Aug 23, 2011 at 03:29:44AM +0530, Thomas Abraham wrote: With the change in dma channels private data information, the pl330 channel filter function is modified to look for a simple u8 value instead of the now unused 'struct dma_pl330_peri' value. Signed-off-by: Thomas Abraham