Re: [PATCH V2 0/5] cpufreq: Use QoS layer to manage freq-constraints

2019-05-19 Thread Viresh Kumar
On 21-02-19, 12:30, Rafael J. Wysocki wrote: > On Thursday, February 21, 2019 12:29:26 PM CET Viresh Kumar wrote: > > Hello, > > > > This patchset attempts to manage CPU frequency constraints using the PM > > QoS framework. It only does the basic stuff right now and moves the > > userspace constra

Re: [PATCH V2 0/5] cpufreq: Use QoS layer to manage freq-constraints

2019-04-08 Thread Viresh Kumar
On 21-02-19, 12:30, Rafael J. Wysocki wrote: > On Thursday, February 21, 2019 12:29:26 PM CET Viresh Kumar wrote: > > Hello, > > > > This patchset attempts to manage CPU frequency constraints using the PM > > QoS framework. It only does the basic stuff right now and moves the > > userspace constra

Re: [PATCH V2 0/5] cpufreq: Use QoS layer to manage freq-constraints

2019-02-21 Thread Rafael J. Wysocki
On Thursday, February 21, 2019 12:29:26 PM CET Viresh Kumar wrote: > Hello, > > This patchset attempts to manage CPU frequency constraints using the PM > QoS framework. It only does the basic stuff right now and moves the > userspace constraints to use the QoS infrastructure. > > Todo: > - Migrat