RE: [PATCH 3/5 v3] Add the platform device support with RapidIO to MPC8641HPCN platform.

2007-07-30 Thread Zhang Wei-r63237
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH 3/5 v3] Add the platform device support > with RapidIO to MPC8641HPCN platform. > > On Thursday 26 July 2007, Zhang Wei wrote: > > + > > +static struct of_device_id

Re: [PATCH 3/5 v3] Add the platform device support with RapidIO to MPC8641HPCN platform.

2007-07-29 Thread Arnd Bergmann
On Thursday 26 July 2007, Zhang Wei wrote: > + > +static struct of_device_id mpc86xx_of_ids[] = { > +   { .type = "soc", }, > +   { .compatible = "fsl,rapidio-delta", }, > +   {}, > +}; With the device tree source you have posted in 2/5, the rapidio node is a child of the soc bus, and

Re: [PATCH 3/5 v3] Add the platform device support with RapidIO to MPC8641HPCN platform.

2007-07-27 Thread Stephen Rothwell
On Thu, 26 Jul 2007 16:42:50 +0800 Zhang Wei <[EMAIL PROTECTED]> wrote: > > +#include > +#include These should now be and -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpKguAUULKWS.pgp Description: PGP signature

[PATCH 3/5 v3] Add the platform device support with RapidIO to MPC8641HPCN platform.

2007-07-26 Thread Zhang Wei
Add the platform device support with RapidIO to MPC8641HPCN platform. Signed-off-by: Zhang Wei <[EMAIL PROTECTED]> --- arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/