Re: for-2.6.23 branch in powerpc.git created

2007-06-27 Thread Zang Roy-r61911
On Fri, 2007-06-15 at 12:50, Paul Mackerras wrote: > I have created a for-2.6.23 branch in the powerpc.git repository > (git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git) > where I have started queueing up patches to go in once the 2.6.23 > merge window opens. For now at least it's

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

2007-06-27 Thread Zhang Wei-r63237
Hi, Arnd, > > On Wednesday 27 June 2007, Zhang Wei wrote: > > +static struct of_device_id mpc86xx_of_ids[] = { > > +   { .type = "soc", }, > > +   { .compatible = "fsl,rapidio-delta", }, > > +   {}, > > +}; > > + > > +static __init int mpc86xx_of_device_init(void) > > +{ > > +   

Re: for-2.6.23 branch in powerpc.git created

2007-06-27 Thread Paul Mackerras
Guennadi Liakhovetski writes: > These two i2c patches: > > http://ozlabs.org/pipermail/linuxppc-dev/2007-June/037327.html > http://ozlabs.org/pipermail/linuxppc-dev/2007-June/037328.html > > also would be nice to get in, although, they only make sense with an ack > from Scott Wood and another p

In booting-without-of.txt, clarify that properties must precede subnodes

2007-06-27 Thread David Gibson
A strict reading of the flattened device tree format defined in booting-without-of.txt does in fact require that all the tags defining properties for a node go before any definitions of subnodes, however it's not particularly emphasised. Although allowing intermingled properties and subnodes would

Re: [PATCH 4/8] [POWERPC] Use global_number in ppc32 pci_controller

2007-06-27 Thread David Gibson
On Wed, Jun 27, 2007 at 09:09:36PM -0500, Kumar Gala wrote: > > On Jun 27, 2007, at 7:14 PM, Stephen Rothwell wrote: > > > Hi Kumar, > > > > All this stuff looks good, thanks. > > > > On Wed, 27 Jun 2007 13:19:14 -0500 Kumar Gala > > <[EMAIL PROTECTED]> wrote: > >> > >> diff --git a/arch/powerp

Re: [PATCH 4/8] [POWERPC] Use global_number in ppc32 pci_controller

2007-06-27 Thread Kumar Gala
On Jun 27, 2007, at 7:14 PM, Stephen Rothwell wrote: > Hi Kumar, > > All this stuff looks good, thanks. > > On Wed, 27 Jun 2007 13:19:14 -0500 Kumar Gala > <[EMAIL PROTECTED]> wrote: >> >> diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/ >> kernel/pci-common.c >> new file mode 100

dtc: Remove bogus break statement

2007-06-27 Thread David Gibson
Commit 0738774fcc34b78a708a127fb4b2f193d08c94ba introduced some incorrect indentation / bracketing in unflatten_tree(). By luck, the extra break statement intended to be within an if block, but actually afterwards has no semantic effect. Still, this patch gets rid of it for cleanliness. Signed-o

Disable old EMAC driver in arch/powerpc

2007-06-27 Thread David Gibson
The EMAC driver, in drivers/net/ibm_emac, for the embedded Ethernet MAC found in PowerPC 4xx embedded chips is not suitable for arch/powerpc. It will not build because it relies on the old arch/ppc OCP mechanism. BenH has a new, device-tree aware version of the driver which will work in arch/powe

Re: [PATCH 3/3] First cut at PReP support for arch/powerpc

2007-06-27 Thread David Gibson
On Wed, Jun 27, 2007 at 06:22:27AM -0500, Milton Miller wrote: > On Wed Jun 27 17:10:08 EST 2007, David Gibson wrote: > > Here is an implementation to allow PReP systems to boot under the > > arch/powerpc codebase, one of the few remaining platforms supported in > > arch/ppc but not so far in arch/

Re: [PATCH 1/5 v2] Add the explanation and a sample of RapidIO DTS sector to the document of booting-without-of.txt file.

2007-06-27 Thread David Gibson
On Wed, Jun 27, 2007 at 04:35:44PM +0800, Zhang Wei wrote: > Add the explanation and a sample of RapidIO DTS sector to the document of > booting-without-of.txt file. > > Signed-off-by: Zhang Wei <[EMAIL PROTECTED]> > --- > Documentation/powerpc/booting-without-of.txt | 34 > ++

Re: [PATCH 09/15] [POWERPC] 86xx: Add uli1575 pci-bridge sector to MPC8641HPCN dts file.

2007-06-27 Thread David Gibson
On Wed, Jun 27, 2007 at 10:39:14PM +0200, Segher Boessenkool wrote: > >> - ranges = <0 f800 0010>; > >> - reg = ; // CCSRBAR 1M > >> + ranges = <1000 f8001000 000ff000 > > [...] > >> + reg = ; // CCSRBAR > > > > This can't be right, and I su

Re: [PATCH 4/8] [POWERPC] Use global_number in ppc32 pci_controller

2007-06-27 Thread Stephen Rothwell
Hi Kumar, All this stuff looks good, thanks. On Wed, 27 Jun 2007 13:19:14 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > diff --git a/arch/powerpc/kernel/pci-common.c > b/arch/powerpc/kernel/pci-common.c > new file mode 100644 > index 000..3ca8cfb > --- /dev/null > +++ b/arch/powerpc/kernel