Re: [PATCH 2/6] ACPI: Change the ordering of PCI root bridge driver registrarion

2012-12-13 Thread Rafael J. Wysocki
On Wednesday, December 12, 2012 06:00:19 PM Bjorn Helgaas wrote: > On Sun, Dec 9, 2012 at 4:00 PM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Devices created by acpi_create_platform_device() sometimes may need > > to be added to the device hierarchy as children of PCI bridges.

Re: [PATCH 2/6] ACPI: Change the ordering of PCI root bridge driver registrarion

2012-12-13 Thread Rafael J. Wysocki
On Wednesday, December 12, 2012 06:00:19 PM Bjorn Helgaas wrote: On Sun, Dec 9, 2012 at 4:00 PM, Rafael J. Wysocki r...@sisk.pl wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Devices created by acpi_create_platform_device() sometimes may need to be added to the device hierarchy

Re: [PATCH 2/6] ACPI: Change the ordering of PCI root bridge driver registrarion

2012-12-12 Thread Bjorn Helgaas
On Sun, Dec 9, 2012 at 4:00 PM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Devices created by acpi_create_platform_device() sometimes may need > to be added to the device hierarchy as children of PCI bridges. An example of this hierarchy would help to understand it. > For > this

Re: [PATCH 2/6] ACPI: Change the ordering of PCI root bridge driver registrarion

2012-12-12 Thread Bjorn Helgaas
On Sun, Dec 9, 2012 at 4:00 PM, Rafael J. Wysocki r...@sisk.pl wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Devices created by acpi_create_platform_device() sometimes may need to be added to the device hierarchy as children of PCI bridges. An example of this hierarchy would help

[PATCH 2/6] ACPI: Change the ordering of PCI root bridge driver registrarion

2012-12-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Devices created by acpi_create_platform_device() sometimes may need to be added to the device hierarchy as children of PCI bridges. For this purpose, however, the struct pci_dev objects representing those bridges need to exist before the platform devices in question are

[PATCH 2/6] ACPI: Change the ordering of PCI root bridge driver registrarion

2012-12-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Devices created by acpi_create_platform_device() sometimes may need to be added to the device hierarchy as children of PCI bridges. For this purpose, however, the struct pci_dev objects representing those bridges need to exist before the