[PATCH] powerpc/pci: Pull ppc32 PCI features into common

2009-08-25 Thread Kumar Gala
Some of the PCI features we have in ppc32 we will need on ppc64 platforms in the future. These include support for: * ppc_md.pci_exclude_device * indirect config cycles * early config cycles We also simplified the logic in fake_pci_bus() to assume it will always get a valid pci_controller.

Re: [PATCH] powerpc/pci: Pull ppc32 PCI features into common

2009-08-25 Thread Kumar Gala
On Aug 25, 2009, at 9:20 PM, Kumar Gala wrote: Some of the PCI features we have in ppc32 we will need on ppc64 platforms in the future. These include support for: * ppc_md.pci_exclude_device * indirect config cycles * early config cycles We also simplified the logic in fake_pci_bus() to

Re: [PATCH] powerpc/pci: Pull ppc32 PCI features into common

2009-08-25 Thread Grant Likely
On Tue, Aug 25, 2009 at 8:20 PM, Kumar Galaga...@kernel.crashing.org wrote: Some of the PCI features we have in ppc32 we will need on ppc64 platforms in the future.  These include support for: * ppc_md.pci_exclude_device * indirect config cycles * early config cycles We also simplified the