RE: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-16 Thread Kukjin Kim
Tushar Behera wrote: On Monday 11 July 2011 09:53 PM, Sangwook Lee wrote: Function declaration differs between file: dma.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages All dma channels are members of 'enum dma_ch' and not 'unsigned int' Please have a look

Re: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-12 Thread Tushar Behera
On Monday 11 July 2011 09:53 PM, Sangwook Lee wrote: Function declaration differs between file: dma.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages All dma channels are members of 'enum dma_ch' and not 'unsigned int' Please have a look at channel definitions in:

[PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-11 Thread Sangwook Lee
Function declaration differs between file: dma.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages All dma channels are members of 'enum dma_ch' and not 'unsigned int' Please have a look at channel definitions in: arch/arm/mach-s3c64xx/include/mach/dma.h

RE: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-07-06 Thread Kukjin Kim
Kukjin Kim wrote: Sangwook Lee wrote: Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/plat-samsung/include/plat/dma.h | 16

Re: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-07-06 Thread Sangwook Lee
I can reproduce this errors and let me see how to fix those. On 6 July 2011 07:08, Kukjin Kim kgene@samsung.com wrote: Kukjin Kim wrote: Sangwook Lee wrote: Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error

RE: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-07-04 Thread Kukjin Kim
Sangwook Lee wrote: Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/plat-samsung/include/plat/dma.h | 16 1 files changed,

[PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-06-30 Thread Sangwook Lee
Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/plat-samsung/include/plat/dma.h | 16 1 files changed, 8 insertions(+), 8

Re: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-06-30 Thread Jassi Brar
On Thu, Jun 30, 2011 at 3:46 PM, Sangwook Lee sangwook@linaro.org wrote: Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages Signed-off-by: Sangwook Lee sangwook@linaro.org Acked-by: Jassi Brar