Re: [PATCH v9 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

2018-11-20 Thread Quentin Perret
Hi Viresh, On Tuesday 20 Nov 2018 at 11:49:25 (+0530), Viresh Kumar wrote: > On 19-11-18, 14:18, Quentin Perret wrote: > > static int cpufreq_init(struct cpufreq_policy *policy) > > { > > + struct em_data_callback em_cb = EM_DATA_CB(of_est_power); > > struct cpufreq_frequency_table

Re: [PATCH v9 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

2018-11-20 Thread Quentin Perret
Hi Viresh, On Tuesday 20 Nov 2018 at 11:49:25 (+0530), Viresh Kumar wrote: > On 19-11-18, 14:18, Quentin Perret wrote: > > static int cpufreq_init(struct cpufreq_policy *policy) > > { > > + struct em_data_callback em_cb = EM_DATA_CB(of_est_power); > > struct cpufreq_frequency_table

Re: [PATCH v9 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

2018-11-19 Thread Viresh Kumar
On 19-11-18, 14:18, Quentin Perret wrote: > static int cpufreq_init(struct cpufreq_policy *policy) > { > + struct em_data_callback em_cb = EM_DATA_CB(of_est_power); > struct cpufreq_frequency_table *freq_table; > struct opp_table *opp_table = NULL; > struct private_data

Re: [PATCH v9 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

2018-11-19 Thread Viresh Kumar
On 19-11-18, 14:18, Quentin Perret wrote: > static int cpufreq_init(struct cpufreq_policy *policy) > { > + struct em_data_callback em_cb = EM_DATA_CB(of_est_power); > struct cpufreq_frequency_table *freq_table; > struct opp_table *opp_table = NULL; > struct private_data

[PATCH v9 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

2018-11-19 Thread Quentin Perret
*** * This patch illustrates the usage of the newly introduced Energy * * Model framework and isn't supposed to be merged as-is. * *** The Energy Model

[PATCH v9 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

2018-11-19 Thread Quentin Perret
*** * This patch illustrates the usage of the newly introduced Energy * * Model framework and isn't supposed to be merged as-is. * *** The Energy Model