]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM: Introduce struct pm_subsys_data
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 17 Aug 2011 18:43:20 +0000 (20:43 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 17 Aug 2011 18:43:20 +0000 (20:43 +0200)
commit221291c239e09823ac05e45105105d7238b5760e
tree20429e4e59c93da7e85dc9a1098c4c7f79de9708
parente482a65ba06f5f05d501f0340aeceea77bd9c4d0
PM: Introduce struct pm_subsys_data

Introduce struct pm_subsys_data that may be subclassed by subsystems
to store subsystem-specific information related to the device.  Move
the clock management fields accessed through the power.subsys_data
pointer in struct device to the new strucutre.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/pm-sh7372.c
drivers/base/power/clock_ops.c
include/linux/device.h
include/linux/pm.h
include/linux/pm_runtime.h