From: Ulf Hansson Date: Wed, 10 Apr 2013 15:00:48 +0000 (+0200) Subject: PM / Runtime: Idle devices asynchronously after probe|release X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~138^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa180eb448fa263cf18dd930143b515d27d70d7b;p=pandora-kernel.git PM / Runtime: Idle devices asynchronously after probe|release Putting devices into idle|suspend in a synchronous manner means we are waiting for each device to become idle|suspended before the probe|release is fully done. This patch switch to use the asynchronous runtime PM API:s instead and thus improves the parallelism since we can move on and handle the next device in queue in an earlier phase. Signed-off-by: Ulf Hansson Acked-by: Kevin Hilman Acked-by: Rafael J. Wysocki Cc: Alan Stern Acked-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed