Re: [PATCH V2 2/2] cpufreq: dt: Implement online/offline() callbacks

2019-02-12 Thread Rafael J. Wysocki
On Tue, Feb 12, 2019 at 10:49 AM Viresh Kumar wrote: > > On 12-02-19, 10:43, Rafael J. Wysocki wrote: > > On Tue, Feb 12, 2019 at 8:07 AM Viresh Kumar > > wrote: > > > > > > Implement the light-weight tear down and bring up helpers to reduce the > > > amount of work to do on CPU offline/online o

Re: [PATCH V2 2/2] cpufreq: dt: Implement online/offline() callbacks

2019-02-12 Thread Viresh Kumar
On 12-02-19, 10:43, Rafael J. Wysocki wrote: > On Tue, Feb 12, 2019 at 8:07 AM Viresh Kumar wrote: > > > > Implement the light-weight tear down and bring up helpers to reduce the > > amount of work to do on CPU offline/online operation. > > > > Signed-off-by: Viresh Kumar > > --- > > drivers/cpu

Re: [PATCH V2 2/2] cpufreq: dt: Implement online/offline() callbacks

2019-02-12 Thread Rafael J. Wysocki
On Tue, Feb 12, 2019 at 8:07 AM Viresh Kumar wrote: > > Implement the light-weight tear down and bring up helpers to reduce the > amount of work to do on CPU offline/online operation. > > Signed-off-by: Viresh Kumar > --- > drivers/cpufreq/cpufreq-dt.c | 17 + > 1 file changed, 1

[PATCH V2 2/2] cpufreq: dt: Implement online/offline() callbacks

2019-02-11 Thread Viresh Kumar
Implement the light-weight tear down and bring up helpers to reduce the amount of work to do on CPU offline/online operation. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-dt.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers