Re: [PATCH 05/11] PM / devfreq: governors: Return device frequency limits instead of user limits

2018-05-29 Thread Matthias Kaehlcke
On Mon, May 28, 2018 at 02:04:44PM +0900, MyungJoo Ham wrote: > >The performance, powersave and simpleondemand governors can return > >df->min/max_freq, which are the user defined frequency limits. > >update_devfreq() already takes care of adjusting the target frequency > >with the user limits if n

Re: [PATCH 05/11] PM / devfreq: governors: Return device frequency limits instead of user limits

2018-05-27 Thread Chanwoo Choi
Hi, On 2018년 05월 26일 05:30, Matthias Kaehlcke wrote: > The performance, powersave and simpleondemand governors can return > df->min/max_freq, which are the user defined frequency limits. > update_devfreq() already takes care of adjusting the target frequency > with the user limits if necessary, th

RE: [PATCH 05/11] PM / devfreq: governors: Return device frequency limits instead of user limits

2018-05-27 Thread MyungJoo Ham
>The performance, powersave and simpleondemand governors can return >df->min/max_freq, which are the user defined frequency limits. >update_devfreq() already takes care of adjusting the target frequency >with the user limits if necessary, therefore we can return >df->scaling_min/max_freq instead, w

[PATCH 05/11] PM / devfreq: governors: Return device frequency limits instead of user limits

2018-05-25 Thread Matthias Kaehlcke
The performance, powersave and simpleondemand governors can return df->min/max_freq, which are the user defined frequency limits. update_devfreq() already takes care of adjusting the target frequency with the user limits if necessary, therefore we can return df->scaling_min/max_freq instead, which