Re: [PATCH v3 1/4] PM / EM: add devices to Energy Model

2020-02-26 Thread Lukasz Luba
Hi Randy, Thank you for taking the time to look into this patch. On 2/22/20 12:42 AM, Randy Dunlap wrote: Hi, One minor nit. Please see inline: On 2/21/20 11:47 AM, Lukasz Luba wrote: Add support of other devices into the Energy Model framework not only the CPUs. Change the interface to be mo

[PATCH v3 1/4] PM / EM: add devices to Energy Model

2020-02-24 Thread Lukasz Luba
Add support of other devices into the Energy Model framework not only the CPUs. Change the interface to be more unified which can handle other devices as well. Signed-off-by: Lukasz Luba --- Documentation/power/energy-model.rst | 133 Documentation/scheduler/sched-energy.rst | 2 +

Re: [PATCH v3 1/4] PM / EM: add devices to Energy Model

2020-02-24 Thread Randy Dunlap
Hi, One minor nit. Please see inline: On 2/21/20 11:47 AM, Lukasz Luba wrote: > Add support of other devices into the Energy Model framework not only the > CPUs. Change the interface to be more unified which can handle other > devices as well. > > Signed-off-by: Lukasz Luba > --- > Documentatio