From: Kevin Hilman Date: Wed, 17 Mar 2010 23:18:15 +0000 (-0700) Subject: platform_bus: allow custom extensions to system PM methods X-Git-Tag: v2.6.35-rc1~459^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190e8370b8033f746db5289e9324174564a6f5a7;p=pandora-kernel.git platform_bus: allow custom extensions to system PM methods When runtime PM for platform_bus was added, it allowed for platforms to customize the runtime PM methods since they are defined as weak symbols. This patch allows platforms to also extend the system PM methods with custom hooks so runtime PM and system PM extensions can be managed together by custom platform-specific code. Signed-off-by: Kevin Hilman Cc: Magnus Damm Cc: Rafael Wysocki Cc: Dmitry Torokhov Cc: Eric Miao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed