Re: [PATCH 1/1] - Altix: cannot register acpi bus driver before bus scan

2007-02-23 Thread Len Brown
Applied to acpi-test. Thanks John. Sorry to have broken this on you. Maybe some day we'll be able to tidy up the init sequence. -Len On Friday 23 February 2007 17:24, John Keller wrote: > SN code to initialize the Hub/TIO infrastructure needs to > execute before bus scanning. This is currently

[PATCH 1/1] - Altix: cannot register acpi bus driver before bus scan

2007-02-23 Thread John Keller
SN code to initialize the Hub/TIO infrastructure needs to execute before bus scanning. This is currently done by an early call to acpi_bus_register_driver(). With the latest ACPI changes to the driver model, a driver cannot be registered this early. Make changes to have the init routines invoked

[PATCH 1/1] - Altix: cannot register acpi bus driver before bus scan

2007-02-23 Thread John Keller
SN code to initialize the Hub/TIO infrastructure needs to execute before bus scanning. This is currently done by an early call to acpi_bus_register_driver(). With the latest ACPI changes to the driver model, a driver cannot be registered this early. Make changes to have the init routines invoked

Re: [PATCH 1/1] - Altix: cannot register acpi bus driver before bus scan

2007-02-23 Thread Len Brown
Applied to acpi-test. Thanks John. Sorry to have broken this on you. Maybe some day we'll be able to tidy up the init sequence. -Len On Friday 23 February 2007 17:24, John Keller wrote: SN code to initialize the Hub/TIO infrastructure needs to execute before bus scanning. This is currently