[PATCH] [POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file

2007-12-15 Thread Stefan Roese
Currently we have some limitations in the 4xx PCIe driver and can't support all possible PCIe busses. But the current limits in the dts file are quite low (only 16 busses per RC). This patch increases the number to 64 per RC. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- arch/powerpc/boot/d

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-12-15 Thread Stephen Rothwell
On Fri, 14 Dec 2007 21:24:38 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > + prop = (u32 *)of_get_property(dn, "reg-shift", NULL); This cast is unnecessary. > + if (prop) > + reg_shift = *prop; > + > + prop = (u32 *)of_get_property(dn, "pio-mode", NULL); So is this

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-12-15 Thread Anton Vorontsov
On Sun, Dec 16, 2007 at 01:09:22AM +1100, Stephen Rothwell wrote: > On Fri, 14 Dec 2007 21:24:38 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > > > + prop = (u32 *)of_get_property(dn, "reg-shift", NULL); > > This cast is unnecessary. > > > + if (prop) > > + reg_shift = *prop;

Re: [PATCH] [POWERPC][RFC] MPC8360E-RDK: Device tree and board file

2007-12-15 Thread Anton Vorontsov
On Tue, Dec 11, 2007 at 12:42:18PM -0600, Kumar Gala wrote: [...] > let's go ahead w/an aliases node: > > aliases { > ethernet0 = &enet0; > ethernet1 = &enet1; > ... > serial0 = &serial0; > serial1 = &serial1; > }; >

Re: Fix Firmware class name collision

2007-12-15 Thread Kay Sievers
On Fri, 2007-12-14 at 22:39 -0800, Greg KH wrote: > On Sat, Dec 15, 2007 at 05:14:29PM +1100, Benjamin Herrenschmidt wrote: > > > > On Fri, 2007-12-14 at 14:40 -0800, Greg KH wrote: > > > On Tue, Dec 04, 2007 at 07:28:00PM -0600, Timur Tabi wrote: > > > > Scott Wood wrote: > > > > > > > >> The phy

Re: [PATCH] [POWERPC] 4xx: Add aliases node to 4xx dts files

2007-12-15 Thread David Gibson
On Sat, Dec 15, 2007 at 08:55:16AM +0100, Stefan Roese wrote: > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _th

Re: [PATCH] [POWERPC] FSL: enet device tree cleanups

2007-12-15 Thread David Gibson
On Wed, Dec 12, 2007 at 01:52:05AM -0600, Kumar Gala wrote: > * Removed address fields in ethernet nodes > * Removed #address-cells, #size-cells from gianfar nodes > * Added cell-index to gianfar and ucc ethernet nodes > * Added enet[0..3] labels > * Renamed compatible node for gianfar mdio to "fsl

Re: [PATCH 1/5] PowerPC 74xx: Katana Qp device tree

2007-12-15 Thread David Gibson
On Mon, Dec 10, 2007 at 02:18:16PM -0700, Dale Farnsworth wrote: > David Gibson wrote: > > On Thu, Nov 29, 2007 at 06:28:36PM +0300, Andrei Dolnikov wrote: > > > Device tree source file for the Emerson Katana Qp board > > [snip] > > > > + [EMAIL PROTECTED] { /* Marvell Discovery */ > > > +

Re: [PATCH 2/3] mpc82xx: Embedded Planet EP8248E support

2007-12-15 Thread David Gibson
On Tue, Dec 11, 2007 at 03:22:47PM -0600, Scott Wood wrote: [snip] > + [EMAIL PROTECTED],0 { > + #address-cells = <2>; > + #size-cells = <1>; > + reg = <1 0 10>; > + compatible = "fsl,ep8248e-bcsr"; > +

Re: [PATCH RFC 0/7] "NAND on UPM" and related patches

2007-12-15 Thread David Gibson
On Wed, Dec 12, 2007 at 03:47:32PM +0300, Anton Vorontsov wrote: > On Tue, Dec 11, 2007 at 11:36:47AM +1100, David Gibson wrote: > [...] > > > > > OF device tree GPIOs bindings are similar to IRQs: > > > > > > > > > > node { > > > > > gpios = ; > > > > > gpio-parent = <&par_io_controll