Re: [driver-core PATCH v5 8/9] PM core: Use new async_schedule_dev command

2018-11-06 Thread Bart Van Assche
On Mon, 2018-11-05 at 13:12 -0800, Alexander Duyck wrote: > This change makes it so that we 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

[driver-core PATCH v5 8/9] PM core: Use new async_schedule_dev command

2018-11-05 Thread Alexander Duyck
This change makes it so that we 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 initializin