Re: [PATCH v2] power: Include additional information in pm_print_times

2013-06-17 Thread Shuah Khan
On 06/14/2013 02:55 PM, Joe Perches wrote: > On Fri, 2013-06-14 at 14:35 -0600, Shuah Khan wrote: >> Change __device_suspend() path to include driver name and the ops that >> get run for a device. This additional information helps associate the >> driver and the type of pm_ops the device uses in th

Re: [PATCH v2] power: Include additional information in pm_print_times

2013-06-14 Thread Joe Perches
On Fri, 2013-06-14 at 14:35 -0600, Shuah Khan wrote: > Change __device_suspend() path to include driver name and the ops that > get run for a device. This additional information helps associate the > driver and the type of pm_ops the device uses in the suspend path very > quickly which will aid in

Re: [PATCH v2] power: Include additional information in pm_print_times

2013-06-14 Thread Greg KH
On Fri, Jun 14, 2013 at 02:35:24PM -0600, Shuah Khan wrote: > Change __device_suspend() path to include driver name and the ops that > get run for a device. This additional information helps associate the > driver and the type of pm_ops the device uses in the suspend path very > quickly which will