Re: [PATCH 3/4] PowerPC: 440GRx Rainier board support.

2007-10-31 Thread Valentine Barshak
Stephen Rothwell wrote: > On Tue, 30 Oct 2007 19:57:39 +0300 Valentine Barshak <[EMAIL PROTECTED]> > wrote: >> +++ linux-2.6/arch/powerpc/platforms/44x/rainier.c 2007-10-30 >> 18:00:15.0 +0300 >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#inclu

Re: [PATCH 3/4] PowerPC: 440GRx Rainier board support.

2007-10-30 Thread Stephen Rothwell
On Tue, 30 Oct 2007 19:57:39 +0300 Valentine Barshak <[EMAIL PROTECTED]> wrote: > > +++ linux-2.6/arch/powerpc/platforms/44x/rainier.c2007-10-30 > 18:00:15.0 +0300 > +#include > +#include > +#include > +#include > +#include > +#include > +#include You want -- Cheers, Stephen

Re: [PATCH 3/4] PowerPC: 440GRx Rainier board support.

2007-10-30 Thread Arnd Bergmann
On Tuesday 30 October 2007, Valentine Barshak wrote: > +static struct of_device_id rainier_of_bus[] = { > +   { .compatible = "ibm,plb4", }, > +   { .compatible = "ibm,opb", }, > +   { .compatible = "ibm,ebc", }, > +   {}, > +}; > + > +static int __init rainier_device_probe(void) >

[PATCH 3/4] PowerPC: 440GRx Rainier board support.

2007-10-30 Thread Valentine Barshak
PowerPC 440GRx Rainier board support. Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> --- arch/powerpc/platforms/44x/Kconfig | 16 - arch/powerpc/platforms/44x/Makefile |3 + arch/powerpc/platforms/44x/rainier.c | 61 +++ 3 files changed, 78