Re: [PATCH V3 5/5] cpufreq: Add QoS requests for userspace constraints

2019-06-17 Thread Ulf Hansson
On Mon, 10 Jun 2019 at 12:52, Viresh Kumar wrote: > > This implements QoS requests to manage userspace configuration of min > and max frequency. > > Signed-off-by: Viresh Kumar Reviewed-by: Ulf Hansson Kind regards Uffe > --- > drivers/cpufreq/cpufreq.c | 92 +++-

Re: [PATCH V3 5/5] cpufreq: Add QoS requests for userspace constraints

2019-06-16 Thread Viresh Kumar
On 14-06-19, 10:14, Matthias Kaehlcke wrote: > Hi Viresh, > > On Mon, Jun 10, 2019 at 04:21:36PM +0530, Viresh Kumar wrote: > > This implements QoS requests to manage userspace configuration of min > > and max frequency. > > > > Signed-off-by: Viresh Kumar > > --- > > drivers/cpufreq/cpufreq.c

Re: [PATCH V3 5/5] cpufreq: Add QoS requests for userspace constraints

2019-06-14 Thread Matthias Kaehlcke
Hi Viresh, On Mon, Jun 10, 2019 at 04:21:36PM +0530, Viresh Kumar wrote: > This implements QoS requests to manage userspace configuration of min > and max frequency. > > Signed-off-by: Viresh Kumar > --- > drivers/cpufreq/cpufreq.c | 92 +++ > include/linux/c

[PATCH V3 5/5] cpufreq: Add QoS requests for userspace constraints

2019-06-10 Thread Viresh Kumar
This implements QoS requests to manage userspace configuration of min and max frequency. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 92 +++ include/linux/cpufreq.h | 8 +--- 2 files changed, 47 insertions(+), 53 deletions(-) diff --git a/d