Messages in this thread |  | | Date | Tue, 21 Nov 2017 10:12:24 -0800 | From | Eduardo Valentin <> | Subject | Re: [PATCH 4/4] cpu_cooling: Drop static-power related stuff |
| |
On Tue, Nov 21, 2017 at 06:00:07PM +0000, Javi Merino wrote: > Hi, > > On Tue, Nov 21, 2017 at 08:57:06AM -0800, Eduardo Valentin wrote: > > [snip] > > > As I said before, the minimal you guys (ARM and Linaro) can do is to at > > least upstream the Juno code! as a reference. Come on guys? what is > > preventing you to upstream Juno model? > > As Ionela pointed out earlier in the thread, the cpufreq driver for Juno > was not acceptable for mainline because it used platform specific code. > When it was converted to cpufreq-dt, the static power was left behind > because it can't be represented in device tree. This is because there
Or we still haven't figure what to represent. Once decided what to represent, then we can claim if is doable in DT or not.
> isn't a function that works for every SoC, different process nodes > (among other things) will need different functions. So it can't be just > a bunch of coefficients in DT, we need a function. Hence the callback.
Well, DT is full of vendor specific stuff.
> > In a nutshell, mainline does not want platform specific code, but we > haven't figured out how to calculate static power without platform > specific code.
To, that is still fine to have it as a callback, as long as you have at least one user! I still do not understand why Juno static power cannot go as platform code that register the callback to implement the static power model.
> > Cheers, > Javi
|  |