[PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops

2013-07-05 Thread Shuah Khan
Convert arch/arm/common/sa platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and not the PM_RUNTIME ops. Compile tested. Signed-off-by: Shuah Khan --- arch/arm/common/sa.c |

Re: [PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops

2013-07-05 Thread Shuah Khan
On 07/05/2013 04:45 PM, Shuah Khan wrote: > Convert arch/arm/common/sa platform and bus legacy pm_ops to dev_pm_ops. > This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this > platform and bus code implements PM_SLEEP ops and not the PM_RUNTIME ops. > Compile tested. > > Signe

Re: [PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops

2013-07-05 Thread Sergei Shtylyov
Hello. On 07/06/2013 02:44 AM, Shuah Khan wrote: Convert arch/arm/common/sa platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and not the PM_RUNTIME ops. Compile tested. I

Re: [PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops

2013-07-05 Thread Russell King - ARM Linux
On Fri, Jul 05, 2013 at 04:44:57PM -0600, Shuah Khan wrote: > Convert arch/arm/common/sa platform and bus legacy pm_ops to dev_pm_ops. > This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this > platform and bus code implements PM_SLEEP ops and not the PM_RUNTIME ops. > Compile

[PATCH] arm: Convert sa1111 platform and bus legacy pm_ops to dev_pm_ops

2013-07-05 Thread Shuah Khan
Convert arch/arm/common/sa platform and bus legacy pm_ops to dev_pm_ops. This change also updates the use of COMFIG_PM to CONFIG_PM_SLEEP as this platform and bus code implements PM_SLEEP ops and not the PM_RUNTIME ops. Compile tested. Signed-off-by: Shuah Khan --- arch/arm/common/sa.c |