Re: [PATCH V3 10/16] PM / OPP: Add support for opp-suspend

2015-07-31 Thread Viresh Kumar
On 30-07-15, 23:24, Stephen Boyd wrote: > On 07/29, Viresh Kumar wrote: > > With "operating-points-v2" bindings, its possible to specify the OPP to > > s/its/it's/ ? > > > which the device must be switched, before suspending. > > > > This patch adds support for getting that information. > > >

Re: [PATCH V3 10/16] PM / OPP: Add support for opp-suspend

2015-07-31 Thread Stephen Boyd
On 07/29, Viresh Kumar wrote: > With "operating-points-v2" bindings, its possible to specify the OPP to s/its/it's/ ? > which the device must be switched, before suspending. > > This patch adds support for getting that information. > > Reviewed-by: Bartlomiej Zolnierkiewicz > Signed-off-by:

Re: [PATCH V3 10/16] PM / OPP: Add support for opp-suspend

2015-07-31 Thread Stephen Boyd
On 07/29, Viresh Kumar wrote: With operating-points-v2 bindings, its possible to specify the OPP to s/its/it's/ ? which the device must be switched, before suspending. This patch adds support for getting that information. Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com

Re: [PATCH V3 10/16] PM / OPP: Add support for opp-suspend

2015-07-31 Thread Viresh Kumar
On 30-07-15, 23:24, Stephen Boyd wrote: On 07/29, Viresh Kumar wrote: With operating-points-v2 bindings, its possible to specify the OPP to s/its/it's/ ? which the device must be switched, before suspending. This patch adds support for getting that information. Reviewed-by:

[PATCH V3 10/16] PM / OPP: Add support for opp-suspend

2015-07-29 Thread Viresh Kumar
With "operating-points-v2" bindings, its possible to specify the OPP to which the device must be switched, before suspending. This patch adds support for getting that information. Reviewed-by: Bartlomiej Zolnierkiewicz Signed-off-by: Viresh Kumar --- drivers/base/power/opp.c | 11 +++

[PATCH V3 10/16] PM / OPP: Add support for opp-suspend

2015-07-29 Thread Viresh Kumar
With operating-points-v2 bindings, its possible to specify the OPP to which the device must be switched, before suspending. This patch adds support for getting that information. Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Viresh Kumar viresh.ku...@linaro.org