Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-12-02 Thread Stefan Roese
On Sunday 02 December 2007, Benjamin Herrenschmidt wrote: > > So before digging into this deeper, I wanted to check if you don't > > have a > > slightly "better" version which passed your tests with the sky2 PCIe > > card. > > Yup, looks I forgot a quilt ref or something. I'll check. I'll also give

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-12-02 Thread Benjamin Herrenschmidt
On Sun, 2007-12-02 at 13:32 +0100, Stefan Roese wrote: > As already mentioned I'm experiencing some problems with this current > version. > At least what's available in Josh's 2.6.25-candidates branch. The > kernel > crashes in the first ppc4xx_pciex_read_config() call upon (after I > fixed the

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-12-02 Thread Josh Boyer
On Sun, 2 Dec 2007 13:32:28 +0100 Stefan Roese <[EMAIL PROTECTED]> wrote: > Hi Ben, > > On Friday 30 November 2007, Benjamin Herrenschmidt wrote: > > This adds to the previous 2 patches the support for the 4xx PCI Express > > cells as found in the 440SPe revA, revB and 405EX. > > > > Unfortunatel

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-12-02 Thread Stefan Roese
Hi Ben, On Friday 30 November 2007, Benjamin Herrenschmidt wrote: > This adds to the previous 2 patches the support for the 4xx PCI Express > cells as found in the 440SPe revA, revB and 405EX. > > Unfortunately, due to significant differences between these, and other > interesting "features" of th

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-11-30 Thread Benjamin Herrenschmidt
> Is it intentional that you dont support ppc_md.pci_exclude_device()? More like I didn't have a need for it... that can easily be fixed when it arises. Cheers, Ben. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/lis

Re: [PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-11-30 Thread Kumar Gala
On Nov 30, 2007, at 12:10 AM, Benjamin Herrenschmidt wrote: > This adds to the previous 2 patches the support for the 4xx PCI > Express > cells as found in the 440SPe revA, revB and 405EX. > > Unfortunately, due to significant differences between these, and other > interesting "features" of tho

[PATCH 12/24] powerpc: 4xx PLB to PCI Express support

2007-11-29 Thread Benjamin Herrenschmidt
This adds to the previous 2 patches the support for the 4xx PCI Express cells as found in the 440SPe revA, revB and 405EX. Unfortunately, due to significant differences between these, and other interesting "features" of those pieces of HW, the code isn't as simple as it is for PCI and PCI-X and so