Re: BUG: no PCI/PCIe devices found in 85xx architecture

2013-06-25 Thread Stefani Seibold
Am Dienstag, den 25.06.2013, 18:46 -0500 schrieb Scott Wood: > On 06/25/2013 01:40:14 PM, Stefani Seibold wrote: > > Hi, > > > > there is a bug in kernel 3.9 which the new fsl_pci platform driver. > > The > > pcibios_init in pci_32.c will be called before the platform driver > > probe > > will

Re: BUG: no PCI/PCIe devices found in 85xx architecture

2013-06-25 Thread Scott Wood
On 06/25/2013 01:40:14 PM, Stefani Seibold wrote: Hi, there is a bug in kernel 3.9 which the new fsl_pci platform driver. The pcibios_init in pci_32.c will be called before the platform driver probe will be invoked. The call order for a p2020 board with linux 3.9 is currently: fsl_pci_ini

BUG: no PCI/PCIe devices found in 85xx architecture

2013-06-25 Thread Stefani Seibold
Hi, there is a bug in kernel 3.9 which the new fsl_pci platform driver. The pcibios_init in pci_32.c will be called before the platform driver probe will be invoked. The call order for a p2020 board with linux 3.9 is currently: fsl_pci_init pcibios_init fsl_pci_probe fsl_pci_probe fsl_pci_probe