Rafael J. Wysocki cd0ea672f5 PM / Domains: Split device PM domain data into base and need_restore
The struct pm_domain_data data type is defined in such a way that
adding new fields specific to the generic PM domains code will
require include/linux/pm.h to be modified.  As a result, data types
used only by the generic PM domains code will be defined in two
headers, although they all should be defined in pm_domain.h and
pm.h will need to include more headers, which won't be very nice.

For this reason change the definition of struct pm_subsys_data
so that its domain_data member is a pointer, which will allow
struct pm_domain_data to be subclassed by various PM domains
implementations.  Remove the need_restore member from
struct pm_domain_data and make the generic PM domains code
subclass it by adding the need_restore member to the new data type.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2011-09-26 20:22:02 +02:00
..
2011-08-03 11:30:42 -04:00
2011-08-11 10:36:05 +02:00
2011-08-25 16:25:33 -07:00
2011-08-03 19:06:37 -04:00
2011-08-25 15:33:50 +02:00
2011-08-08 16:08:08 +02:00
2011-08-09 11:27:16 -06:00
2011-08-03 14:25:22 -10:00
2011-08-23 10:10:38 -07:00
2011-08-23 10:10:38 -07:00