Re: [v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-02-18 Thread sebastian . capella
Shuah Khan wrote: > Convert drivers/video/backlight/class to use dev_pm_ops for power > management and remove Legacy PM ops hooks. With this change, rtc class > registers suspend/resume callbacks via class->pm (dev_pm_ops) instead of > Legacy class->suspend/resume. When __device_suspend() runs

Re: [v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-02-18 Thread sebastian . capella
Shuah Khan shuah...@samsung.com wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume callbacks via class-pm (dev_pm_ops) instead of Legacy class-suspend/resume. When

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-02-04 Thread Jingoo Han
On Wednesday, February 05, 2014 2:55 AM, Shuah Khan wrote: > On 01/20/2014 08:27 AM, Shuah Khan wrote: > > On 01/19/2014 06:34 PM, Jingoo Han wrote: > >> On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: > > > Rafael/Jingoo Han, > > > > I did send the v3 patch with the typo fixed.

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-02-04 Thread Shuah Khan
On 01/20/2014 08:27 AM, Shuah Khan wrote: On 01/19/2014 06:34 PM, Jingoo Han wrote: On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: Rafael/Jingoo Han, I did send the v3 patch with the typo fixed. Here is the link:

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-02-04 Thread Shuah Khan
On 01/20/2014 08:27 AM, Shuah Khan wrote: On 01/19/2014 06:34 PM, Jingoo Han wrote: On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: Rafael/Jingoo Han, I did send the v3 patch with the typo fixed. Here is the link:

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-02-04 Thread Jingoo Han
On Wednesday, February 05, 2014 2:55 AM, Shuah Khan wrote: On 01/20/2014 08:27 AM, Shuah Khan wrote: On 01/19/2014 06:34 PM, Jingoo Han wrote: On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: Rafael/Jingoo Han, I did send the v3 patch with the typo fixed. Here is the

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-21 Thread Shuah Khan
On 01/19/2014 08:37 AM, Rafael J. Wysocki wrote: On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume callbacks via

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-21 Thread Shuah Khan
On 01/19/2014 08:37 AM, Rafael J. Wysocki wrote: On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume callbacks via class-pm

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-20 Thread Shuah Khan
On 01/19/2014 06:34 PM, Jingoo Han wrote: On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change,

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-20 Thread Shuah Khan
On 01/19/2014 06:34 PM, Jingoo Han wrote: On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change,

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-19 Thread Jingoo Han
On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: > On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: > > Convert drivers/video/backlight/class to use dev_pm_ops for power > > management and remove Legacy PM ops hooks. With this change, rtc class > > registers

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-19 Thread Rafael J. Wysocki
On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: > Convert drivers/video/backlight/class to use dev_pm_ops for power > management and remove Legacy PM ops hooks. With this change, rtc class > registers suspend/resume callbacks via class->pm (dev_pm_ops) instead of > Legacy

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-19 Thread Rafael J. Wysocki
On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume callbacks via class-pm (dev_pm_ops) instead of Legacy

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2014-01-19 Thread Jingoo Han
On Monday, January 20, 2014 12:37 AM, Rafael J. Wysocki wrote: On Wednesday, November 14, 2040 04:27:17 AM Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-08-09 Thread Shuah Khan
On 08/09/2013 03:28 PM, David Brown wrote: > On Wed, Nov 14, 2040 at 04:27:17AM -0700, Shuah Khan wrote: >> ... > > The clock on your computer might be running just a wee bit ahead. > > Either that, or we're getting patches from the future. > > David > David, I know what happened. I was testing

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-08-09 Thread David Brown
On Wed, Nov 14, 2040 at 04:27:17AM -0700, Shuah Khan wrote: ... The clock on your computer might be running just a wee bit ahead. Either that, or we're getting patches from the future. David -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc.

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-08-09 Thread David Brown
On Wed, Nov 14, 2040 at 04:27:17AM -0700, Shuah Khan wrote: ... The clock on your computer might be running just a wee bit ahead. Either that, or we're getting patches from the future. David -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc.

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-08-09 Thread Shuah Khan
On 08/09/2013 03:28 PM, David Brown wrote: On Wed, Nov 14, 2040 at 04:27:17AM -0700, Shuah Khan wrote: ... The clock on your computer might be running just a wee bit ahead. Either that, or we're getting patches from the future. David David, I know what happened. I was testing suspend to

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-05-31 Thread Jingoo Han
On Wednesday, November 14, 2040 8:27 PM, Shuah Khan wrote: > > Convert drivers/video/backlight/class to use dev_pm_ops for power > management and remove Legacy PM ops hooks. With this change, rtc class There is still the typo. Please fix it. rtc class -> backlight class > registers

[PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-05-31 Thread Shuah Khan
Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume callbacks via class->pm (dev_pm_ops) instead of Legacy class->suspend/resume. When __device_suspend() runs call-backs, it will find

[PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-05-31 Thread Shuah Khan
Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class registers suspend/resume callbacks via class-pm (dev_pm_ops) instead of Legacy class-suspend/resume. When __device_suspend() runs call-backs, it will find

Re: [PATCH v2] backlight: Convert from Legacy pm ops to dev_pm_ops

2013-05-31 Thread Jingoo Han
On Wednesday, November 14, 2040 8:27 PM, Shuah Khan wrote: Convert drivers/video/backlight/class to use dev_pm_ops for power management and remove Legacy PM ops hooks. With this change, rtc class There is still the typo. Please fix it. rtc class - backlight class registers