Re: [PATCH v4 0/3] Dynamic power model from device tree

2015-11-17 Thread Punit Agrawal
Viresh Kumar writes: > On Tue, Nov 17, 2015 at 1:00 AM, Punit Agrawal wrote: >> Hi, >> >> This patchset adds support to build a single-coefficient dynamic power >> model for a CPU. The model is used by the CPU cooling device to >> provide an estimate of power consumption and also translate alloc

Re: [PATCH v4 0/3] Dynamic power model from device tree

2015-11-16 Thread Viresh Kumar
On Tue, Nov 17, 2015 at 1:00 AM, Punit Agrawal wrote: > Hi, > > This patchset adds support to build a single-coefficient dynamic power > model for a CPU. The model is used by the CPU cooling device to > provide an estimate of power consumption and also translate allocated > power to performance ca

[PATCH v4 0/3] Dynamic power model from device tree

2015-11-16 Thread Punit Agrawal
Hi, This patchset adds support to build a single-coefficient dynamic power model for a CPU. The model is used by the CPU cooling device to provide an estimate of power consumption and also translate allocated power to performance cap. Changes from previous posting - v3 -> v4: arm_big_little: Mig