From fa180eb448fa263cf18dd930143b515d27d70d7b Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Wed, 10 Apr 2013 17:00:48 +0200 Subject: [PATCH] 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-format-patch failed