Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-23 Thread Krzysztof Kozlowski
On Mon, Aug 22, 2016 at 07:30:36PM +0200, Rafael J. Wysocki wrote: > On Saturday, August 20, 2016 05:40:49 PM Krzysztof Kozlowski wrote: > > On Sat, Aug 20, 2016 at 03:08:01AM +0200, Rafael J. Wysocki wrote: > > > On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > > > > On Fri,

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-23 Thread Krzysztof Kozlowski
On Mon, Aug 22, 2016 at 07:30:36PM +0200, Rafael J. Wysocki wrote: > On Saturday, August 20, 2016 05:40:49 PM Krzysztof Kozlowski wrote: > > On Sat, Aug 20, 2016 at 03:08:01AM +0200, Rafael J. Wysocki wrote: > > > On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > > > > On Fri,

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-22 Thread Rafael J. Wysocki
On Saturday, August 20, 2016 05:40:49 PM Krzysztof Kozlowski wrote: > On Sat, Aug 20, 2016 at 03:08:01AM +0200, Rafael J. Wysocki wrote: > > On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > > > On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki > > > wrote:

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-22 Thread Rafael J. Wysocki
On Saturday, August 20, 2016 05:40:49 PM Krzysztof Kozlowski wrote: > On Sat, Aug 20, 2016 at 03:08:01AM +0200, Rafael J. Wysocki wrote: > > On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > > > On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki > > > wrote: > > > > From:

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-20 Thread Krzysztof Kozlowski
On Sat, Aug 20, 2016 at 03:08:01AM +0200, Rafael J. Wysocki wrote: > On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > > On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki > > wrote: > > > From: Rafael J. Wysocki > > > > > > It

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-20 Thread Krzysztof Kozlowski
On Sat, Aug 20, 2016 at 03:08:01AM +0200, Rafael J. Wysocki wrote: > On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > > On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki > > wrote: > > > From: Rafael J. Wysocki > > > > > > It is useful to know the reason why

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-19 Thread Rafael J. Wysocki
On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > It is useful to know the reason why cpufreq_update_util() has just > > been called and

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-19 Thread Rafael J. Wysocki
On Friday, August 19, 2016 03:26:21 PM Krzysztof Kozlowski wrote: > On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > It is useful to know the reason why cpufreq_update_util() has just > > been called and that can be passed as flags to

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-19 Thread Krzysztof Kozlowski
On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > It is useful to know the reason why cpufreq_update_util() has just > been called and that can be passed as flags to cpufreq_update_util() > and to the ->func()

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-19 Thread Krzysztof Kozlowski
On Fri, Aug 12, 2016 at 2:04 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > It is useful to know the reason why cpufreq_update_util() has just > been called and that can be passed as flags to cpufreq_update_util() > and to the ->func() callback in struct update_util_data. However, >

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-15 Thread Steve Muckle
LGTM On Fri, Aug 12, 2016 at 02:04:42AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > It is useful to know the reason why cpufreq_update_util() has just > been called and that can be passed as flags to cpufreq_update_util() > and to the ->func()

Re: [PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-15 Thread Steve Muckle
LGTM On Fri, Aug 12, 2016 at 02:04:42AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > It is useful to know the reason why cpufreq_update_util() has just > been called and that can be passed as flags to cpufreq_update_util() > and to the ->func() callback in struct

[PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-11 Thread Rafael J. Wysocki
From: Rafael J. Wysocki It is useful to know the reason why cpufreq_update_util() has just been called and that can be passed as flags to cpufreq_update_util() and to the ->func() callback in struct update_util_data. However, doing that in addition to passing the

[PATCH v2 1/2] cpufreq / sched: Pass flags to cpufreq_update_util()

2016-08-11 Thread Rafael J. Wysocki
From: Rafael J. Wysocki It is useful to know the reason why cpufreq_update_util() has just been called and that can be passed as flags to cpufreq_update_util() and to the ->func() callback in struct update_util_data. However, doing that in addition to passing the util and max arguments they