]> Git Repo - linux.git/commit
PM core: Use new async_schedule_dev command
authorAlexander Duyck <[email protected]>
Tue, 22 Jan 2019 18:39:42 +0000 (10:39 -0800)
committerGreg Kroah-Hartman <[email protected]>
Thu, 31 Jan 2019 13:20:54 +0000 (14:20 +0100)
commit8b9ec6b732775849f506aa6c2649e626e82a297c
treed8c40989be49bba81479d74b432c21b147582c3a
parentc37e20eaf4b21125898fd454f3ea6b212865d0a6
PM core: Use new async_schedule_dev command

Use the device specific version of the async_schedule commands to defer
various tasks related to power management. By doing this we should see a
slight improvement in performance as any device that is sensitive to
latency/locality in the setup will now be initializing on the node closest
to the device.

Reviewed-by: Dan Williams <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Alexander Duyck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/base/power/main.c
This page took 0.045723 seconds and 4 git commands to generate.