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
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
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;
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;
> };
>
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
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
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
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 */
> > > +
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";
> +
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
10 matches
Mail list logo