Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-16 Thread Kumar Gala
On Mar 12, 2012, at 12:13 PM, Martyn Welch wrote: > Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 > processor. > > Signed-off-by: Martyn Welch > --- > > v2: Rebase patch onto powerpc/next, taking work by Kyle Moffett into >account. > > v3: Correct detection of

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-13 Thread Linus Walleij
2012/3/13 Martyn Welch : > On 13/03/12 11:51, Linus Walleij wrote: >> This habit of changing a lot of defconfig stuff in a patch dealing with other >> stuff is alien in the ARM world. Especially when changing a horde of stuff >> that has nothing to do with the patch subject. >> > > This is adding

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-13 Thread Martyn Welch
On 13/03/12 11:51, Linus Walleij wrote: > On Mon, Mar 12, 2012 at 6:13 PM, Martyn Welch wrote: > >> Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 >> processor. > (...) >> +++ b/arch/powerpc/configs/ge_imp3a_defconfig >> @@ -0,0 +1,257 @@ >> +CONFIG_PPC_85xx=y >> +CONFI

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-13 Thread Linus Walleij
On Mon, Mar 12, 2012 at 6:13 PM, Martyn Welch wrote: > Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 > processor. (...) > +++ b/arch/powerpc/configs/ge_imp3a_defconfig > @@ -0,0 +1,257 @@ > +CONFIG_PPC_85xx=y > +CONFIG_SMP=y > +CONFIG_NR_CPUS=2 > +CONFIG_EXPERIMENTAL=y

[PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-12 Thread Martyn Welch
Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 processor. Signed-off-by: Martyn Welch --- v2: Rebase patch onto powerpc/next, taking work by Kyle Moffett into account. v3: Correct detection of interrupt controller. arch/powerpc/boot/dts/ge_imp3a.dts | 255