Re: [PATCH 0/2] ACPI / platform: Put devices enumerated via ACPI into D0 before probing drivers

2012-11-25 Thread Mika Westerberg
On Sun, Nov 25, 2012 at 03:54:14PM +0100, Rafael J. Wysocki wrote: > The following two patches are meant to work around a problem where some > devices may be in the ACPI D3cold power state (power off) before their > drivers' .probe() routines are called, but those routines assume devices > to be

[PATCH 0/2] ACPI / platform: Put devices enumerated via ACPI into D0 before probing drivers

2012-11-25 Thread Rafael J. Wysocki
Hi All, The following two patches are meant to work around a problem where some devices may be in the ACPI D3cold power state (power off) before their drivers' .probe() routines are called, but those routines assume devices to be operational. They also allow ACPI PM to be used going forward with

[PATCH 0/2] ACPI / platform: Put devices enumerated via ACPI into D0 before probing drivers

2012-11-25 Thread Rafael J. Wysocki
Hi All, The following two patches are meant to work around a problem where some devices may be in the ACPI D3cold power state (power off) before their drivers' .probe() routines are called, but those routines assume devices to be operational. They also allow ACPI PM to be used going forward with

Re: [PATCH 0/2] ACPI / platform: Put devices enumerated via ACPI into D0 before probing drivers

2012-11-25 Thread Mika Westerberg
On Sun, Nov 25, 2012 at 03:54:14PM +0100, Rafael J. Wysocki wrote: The following two patches are meant to work around a problem where some devices may be in the ACPI D3cold power state (power off) before their drivers' .probe() routines are called, but those routines assume devices to be