commit | 1d2b71f61b6a10216274e27b717becf9ae101fc7 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Apr 29 00:36:53 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Apr 29 00:36:53 2011 +0200 |
tree | 9a2c7c3411cfcf485f17fec985c646ee90390d02 | |
parent | 638080c37ae08fd0c44cec13d7948ca5385ae851 [diff] |
PM / Runtime: Add subsystem data field to struct dev_pm_info Some subsystems need to attach PM-related data to struct device and they need to use devres for this purpose. For their convenience and to make code more straightforward, add a new field called subsys_data to struct dev_pm_info and let subsystems use it for attaching PM-related information to devices. Convert the ARM shmobile platform to using the new field. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>