Re: [PATCH] power: Add legacy pm ops usage warning

2013-11-05 Thread Shuah Khan
On 11/01/2013 05:04 PM, Rafael J. Wysocki wrote: On Friday, November 01, 2013 09:07:04 AM Shuah Khan wrote: Add legacy pm_ops usage checks to device_pm_add() when a device gets added to PM core's list of active devices. If legacy pm_ops usage is found at its class, bus, driver level, print

Re: [PATCH] power: Add legacy pm ops usage warning

2013-11-05 Thread Shuah Khan
On 11/01/2013 05:04 PM, Rafael J. Wysocki wrote: On Friday, November 01, 2013 09:07:04 AM Shuah Khan wrote: Add legacy pm_ops usage checks to device_pm_add() when a device gets added to PM core's list of active devices. If legacy pm_ops usage is found at its class, bus, driver level, print

Re: [PATCH] power: Add legacy pm ops usage warning

2013-11-01 Thread Rafael J. Wysocki
On Friday, November 01, 2013 09:07:04 AM Shuah Khan wrote: > Add legacy pm_ops usage checks to device_pm_add() when a device gets added > to PM core's list of active devices. If legacy pm_ops usage is found at its > class, bus, driver level, print warning message to indicate the driver code >

[PATCH] power: Add legacy pm ops usage warning

2013-11-01 Thread Shuah Khan
Add legacy pm_ops usage checks to device_pm_add() when a device gets added to PM core's list of active devices. If legacy pm_ops usage is found at its class, bus, driver level, print warning message to indicate the driver code needs updating to use dev pm ops interfaces. This will help serve as a

[PATCH] power: Add legacy pm ops usage warning

2013-11-01 Thread Shuah Khan
Add legacy pm_ops usage checks to device_pm_add() when a device gets added to PM core's list of active devices. If legacy pm_ops usage is found at its class, bus, driver level, print warning message to indicate the driver code needs updating to use dev pm ops interfaces. This will help serve as a

Re: [PATCH] power: Add legacy pm ops usage warning

2013-11-01 Thread Rafael J. Wysocki
On Friday, November 01, 2013 09:07:04 AM Shuah Khan wrote: Add legacy pm_ops usage checks to device_pm_add() when a device gets added to PM core's list of active devices. If legacy pm_ops usage is found at its class, bus, driver level, print warning message to indicate the driver code needs