RE: [PATCH v2 2/8] ARM: S5PV310: Add new CPU initialization support

2010-07-18 Thread Kukjin Kim
Russell King wrote: > > On Fri, Jul 16, 2010 at 05:58:28PM +0900, Kukjin Kim wrote: > > diff --git a/arch/arm/mach-s5pv310/platsmp.c b/arch/arm/mach- > s5pv310/platsmp.c > > new file mode 100644 > > index 000..9325ac2 > > --- /dev/null > > +++ b/arch/arm/mach-s5pv310/platsmp.c > > @@ -0,0 +1,2

Re: [PATCH v2 2/8] ARM: S5PV310: Add new CPU initialization support

2010-07-16 Thread Kyungmin Park
To Ben, Now you are working on make a single kernel for s5p series at your git. The v310 or c210 chip also included in these works. Previous time Marek sent the mail if you are busy with other works, he can help it. Give your opinions. TO Changhwan or Kukjin Did you see the ben's work? If yes,

Re: [PATCH v2 2/8] ARM: S5PV310: Add new CPU initialization support

2010-07-16 Thread Russell King - ARM Linux
On Fri, Jul 16, 2010 at 05:58:28PM +0900, Kukjin Kim wrote: > diff --git a/arch/arm/mach-s5pv310/platsmp.c b/arch/arm/mach-s5pv310/platsmp.c > new file mode 100644 > index 000..9325ac2 > --- /dev/null > +++ b/arch/arm/mach-s5pv310/platsmp.c > @@ -0,0 +1,212 @@ > +/* linux/arch/arm/mach-s5pv310/

Re: [PATCH v2 2/8] ARM: S5PV310: Add new CPU initialization support

2010-07-16 Thread Kyungmin Park
On Fri, Jul 16, 2010 at 5:58 PM, Kukjin Kim wrote: > From: Changhwan Youn > > This patch adds Samsung's S5PV310/S5PC210 CPU support. > The S5PV310/S5PC210 integrates a ARM Cortex A9 multi-core. > > Signed-off-by: Changhwan Youn > Signed-off-by: Jongpill Lee > Signed-off-by: Kukjin Kim > --- >

[PATCH v2 2/8] ARM: S5PV310: Add new CPU initialization support

2010-07-16 Thread Kukjin Kim
From: Changhwan Youn This patch adds Samsung's S5PV310/S5PC210 CPU support. The S5PV310/S5PC210 integrates a ARM Cortex A9 multi-core. Signed-off-by: Changhwan Youn Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/cpu.c | 122 +