Re: [PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering

2012-12-13 Thread Yijing Wang
Hi rafael, I tested the pachset in our IA64 machine, system boot up log seems ok, but when do IOH hot plug, there are two small problems that missing match and start acpi devices for the top acpi device(eg. pci host bridge), refer https://lkml.org/lkml/2012/12/12/268. Test Machine: IA64,2

Re: [PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering

2012-12-13 Thread Yijing Wang
Hi rafael, I tested the pachset in our IA64 machine, system boot up log seems ok, but when do IOH hot plug, there are two small problems that missing match and start acpi devices for the top acpi device(eg. pci host bridge), refer https://lkml.org/lkml/2012/12/12/268. Test Machine: IA64,2

[PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering

2012-12-09 Thread Rafael J. Wysocki
Hi, The following patches change the ordering of the ACPI namespace scanning code so that all struct acpi_device objects in the given scope are registered before ACPI drivers are probed against them. They also do some simplifications and clarifications of the code made possible by this main

[PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering

2012-12-09 Thread Rafael J. Wysocki
Hi, The following patches change the ordering of the ACPI namespace scanning code so that all struct acpi_device objects in the given scope are registered before ACPI drivers are probed against them. They also do some simplifications and clarifications of the code made possible by this main