commit | 9d7302299ee96ca954fe4ab8ca640333b6e19ad0 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Thu Aug 20 20:25:32 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Sun Aug 23 00:05:31 2009 +0200 |
tree | 6694cfef0d50e53841af9b0954831c03f136af20 | |
parent | 5e928f77a09a07f9dd595bb8a489965d69a83458 [diff] |
PM: Run-time PM platform device bus support This patch adds default Runtime PM callbacks to the dev_pm_ops belonging to the platform bus. The callbacks are weak symbols that architecture specific code can override. Allows Runtime PM even though CONFIG_PM_SLEEP=n. Signed-off-by: Magnus Damm <damm@igel.co.jp> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>