Re: [PATCH 11/14] PM / AVR32: Use struct syscore_ops instead of sysdevs for PM

2011-04-26 Thread Rafael J. Wysocki
On Tuesday, April 26, 2011, Hans-Christian Egtvedt wrote: > On Sun, 2011-04-17 at 23:13 +0200, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Convert some AVR32 architecture's code to using struct syscore_ops > > objects for power management instead of sysdev classes and sysdevs. >

Re: [PATCH 11/14] PM / AVR32: Use struct syscore_ops instead of sysdevs for PM

2011-04-26 Thread Hans-Christian Egtvedt
On Sun, 2011-04-17 at 23:13 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Convert some AVR32 architecture's code to using struct syscore_ops > objects for power management instead of sysdev classes and sysdevs. > > This simplifies the code and reduces the kernel's memory footprin

[PATCH 11/14] PM / AVR32: Use struct syscore_ops instead of sysdevs for PM

2011-04-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Convert some AVR32 architecture's code to using struct syscore_ops objects for power management instead of sysdev classes and sysdevs. This simplifies the code and reduces the kernel's memory footprint. It also is necessary for removing sysdevs from the kernel entirely in