Re: [PATCH v6 03/10] PM / EM: update callback structure and add device pointer

2020-04-23 Thread Lukasz Luba
Hi Daniel, On 4/23/20 2:22 PM, Daniel Lezcano wrote: On Fri, Apr 10, 2020 at 09:42:03AM +0100, Lukasz Luba wrote: The Energy Model framework is going to support devices other that CPUs. In order to make this happen change the callback function and add pointer to a device as an argument. Update

Re: [PATCH v6 03/10] PM / EM: update callback structure and add device pointer

2020-04-23 Thread Daniel Lezcano
On Fri, Apr 10, 2020 at 09:42:03AM +0100, Lukasz Luba wrote: > The Energy Model framework is going to support devices other that CPUs. In > order to make this happen change the callback function and add pointer to > a device as an argument. > > Update the related users to use new function and new

[PATCH v6 03/10] PM / EM: update callback structure and add device pointer

2020-04-10 Thread Lukasz Luba
The Energy Model framework is going to support devices other that CPUs. In order to make this happen change the callback function and add pointer to a device as an argument. Update the related users to use new function and new callback from the Energy Model. Signed-off-by: Lukasz Luba --- drive