Re: [PATCH] olpc-xo15-sci: Use struct dev_pm_ops for power management

2012-07-12 Thread Randy Dunlap
On 07/12/2012 03:29 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Make the OLPC XO15 SCI driver define its resume callback through > a struct dev_pm_ops object rather than by using a legacy PM hook > in struct acpi_device_ops. > > Signed-off-by: Rafael J. Wysocki Reported-by: Ra

[PATCH] olpc-xo15-sci: Use struct dev_pm_ops for power management

2012-07-12 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Make the OLPC XO15 SCI driver define its resume callback through a struct dev_pm_ops object rather than by using a legacy PM hook in struct acpi_device_ops. Signed-off-by: Rafael J. Wysocki --- This patch was missing from my patchset converting ACPI do the PM handling b