[PATCH] ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONE

2010-09-14 Thread Kukjin Kim
From: Seung-Chull Suh This patch adds header into the below files for build with CONFIG_PREEMPT_NONE. arch/arm/mach-s5p6442/cpu.c arch/arm/mach-s5p64x0/cpu.c arch/arm/mach-s5pc100/cpu.c arch/arm/mach-s5pv210/cpu.c Following is error message of in case of s5pv210_defconfig with CONFIG_PREEMPT_

Re: [PATCH 3/3] ARM: S5PC210: Set the common L2 cache configurations

2010-09-14 Thread Kyungmin Park
On Tue, Sep 14, 2010 at 6:48 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> From: Kyungmin Park >> >> S5PC210 has PL310 1MiB L2 cache. >> It uses the optimized data & tag latency and also enable the prefetch. >> >> Signed-off-by: Kyungmin Park >> --- >>  arch/arm/mach-s5pv310/cpu.c |   19 ++

RE: [PATCH 3/3] ARM: S5PC210: Set the common L2 cache configurations

2010-09-14 Thread Kukjin Kim
Kyungmin Park wrote: > > From: Kyungmin Park > > S5PC210 has PL310 1MiB L2 cache. > It uses the optimized data & tag latency and also enable the prefetch. > > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-s5pv310/cpu.c | 19 +++ > 1 files changed, 19 insertions(+), 0 de

RE: [PATCH v2] ARM: Samsung: s5p-fimc: fix dma coherent mask

2010-09-14 Thread Marek Szyprowski
Hello, On Thursday, September 09, 2010 1:20 PM Kukjin Kim wrote: > Marek Szyprowski wrote: > > > > FIMC driver uses DMA_coherent allocator, which requires proper dma mask > > to be set. > > > > Signed-off-by: Marek Szyprowski > > Signed-off-by: Kyungmin Park > > --- > > > > Chnages since v1: >