From: Rafael J. Wysocki Date: Thu, 28 Apr 2011 22:36:53 +0000 (+0200) Subject: PM / Runtime: Add subsystem data field to struct dev_pm_info X-Git-Tag: v3.0-rc1~408^2~3^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2b71f61b6a10216274e27b717becf9ae101fc7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed