Re: [PATCH v2] cpufreq: dt-platdev: allow RK3399 to have separate tunables per cluster

2018-10-16 Thread Rafael J. Wysocki
On Monday, October 8, 2018 7:55:47 AM CEST Viresh Kumar wrote: > On 05-10-18, 12:00, Dmitry Torokhov wrote: > > RK3899 has one cluster with 4 small cores, and another one with 2 big > > cores, with cores in different clusters having different OPPs and thus > > needing separate set of tunables. Let'

Re: [PATCH v2] cpufreq: dt-platdev: allow RK3399 to have separate tunables per cluster

2018-10-07 Thread Viresh Kumar
On 05-10-18, 12:00, Dmitry Torokhov wrote: > RK3899 has one cluster with 4 small cores, and another one with 2 big > cores, with cores in different clusters having different OPPs and thus > needing separate set of tunables. Let's enable this via > "have_governor_per_policy" platform data. > > Sign

[PATCH v2] cpufreq: dt-platdev: allow RK3399 to have separate tunables per cluster

2018-10-05 Thread Dmitry Torokhov
RK3899 has one cluster with 4 small cores, and another one with 2 big cores, with cores in different clusters having different OPPs and thus needing separate set of tunables. Let's enable this via "have_governor_per_policy" platform data. Signed-off-by: Dmitry Torokhov --- v2 changes: commit mes