Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-09-05 Thread Valentine Barshak
Vitaly Bordug wrote: > In fact, loosely move of arch/ppc bits, though regions are > set up using values from ranges property. This also adds > setup_indirect_pci_noremap() function to handle indirect > PCI without one more ioremap. > > Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> > Signed-off-

Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-27 Thread David Gibson
On Mon, Aug 27, 2007 at 08:21:35AM +0200, Stefan Roese wrote: > On Monday 27 August 2007, David Gibson wrote: > > On Sat, Aug 25, 2007 at 01:30:01PM +0400, Vitaly Bordug wrote: [snip] > > Unless there really is something peculiar about the EPx bridge > > compared to say the GP, EP and other 4xx bri

Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-27 Thread Josh Boyer
On Mon, 27 Aug 2007 08:21:35 +0200 Stefan Roese <[EMAIL PROTECTED]> wrote: > > > +++ b/arch/powerpc/platforms/44x/ppc440epx-pci.c > > > @@ -0,0 +1,192 @@ > > > +/* > > > + * PPC44x PCI host support > > > + * > > > + * Vitaly Bordug <[EMAIL PROTECTED]> > > > + * Stefan Roese <[EMAIL PROTECTED]> > >

Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-27 Thread Stefan Roese
On Monday 27 August 2007, Vitaly Bordug wrote: > On Mon, 27 Aug 2007 11:57:19 +1000 > > David Gibson wrote: > > > + * Free Software Foundation; either version 2 of the License, or > > > (at your > > > + * option) any later version. > > > + */ > > > > Unless there really is something peculiar abou

Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-26 Thread Vitaly Bordug
On Mon, 27 Aug 2007 11:57:19 +1000 David Gibson wrote: > > + * Free Software Foundation; either version 2 of the License, or > > (at your > > + * option) any later version. > > + */ > > Unless there really is something peculiar about the EPx bridge > compared to say the GP, EP and other 4xx b

Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-26 Thread Stefan Roese
On Monday 27 August 2007, David Gibson wrote: > On Sat, Aug 25, 2007 at 01:30:01PM +0400, Vitaly Bordug wrote: > > In fact, loosely move of arch/ppc bits, though regions are > > set up using values from ranges property. This also adds > > setup_indirect_pci_noremap() function to handle indirect > >

Re: [PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-26 Thread David Gibson
On Sat, Aug 25, 2007 at 01:30:01PM +0400, Vitaly Bordug wrote: > > In fact, loosely move of arch/ppc bits, though regions are > set up using values from ranges property. This also adds > setup_indirect_pci_noremap() function to handle indirect > PCI without one more ioremap. > > Signed-off-by: Vi

[PATCH 3/3] [POWERPC] Add PCI support for AMCC 440EPx (sequoia)

2007-08-25 Thread Vitaly Bordug
In fact, loosely move of arch/ppc bits, though regions are set up using values from ranges property. This also adds setup_indirect_pci_noremap() function to handle indirect PCI without one more ioremap. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> Signed-off-by: Stefan Roese <[EMAIL PROTECTED