Re: [PATCH V2] cpufreq: respect the min/max settings from user space

2014-11-14 Thread Rafael J. Wysocki
On Monday, November 10, 2014 02:14:50 PM Vince Hsu wrote: > When the user space tries to set scaling_(max|min)_freq through > sysfs, the cpufreq_set_policy() asks other driver's opinions > for the max/min frequencies. Some device drivers, like Tegra > CPU EDP which is not upstreamed yet though,

Re: [PATCH V2] cpufreq: respect the min/max settings from user space

2014-11-14 Thread Rafael J. Wysocki
On Monday, November 10, 2014 02:14:50 PM Vince Hsu wrote: When the user space tries to set scaling_(max|min)_freq through sysfs, the cpufreq_set_policy() asks other driver's opinions for the max/min frequencies. Some device drivers, like Tegra CPU EDP which is not upstreamed yet though, may

[PATCH V2] cpufreq: respect the min/max settings from user space

2014-11-09 Thread Vince Hsu
When the user space tries to set scaling_(max|min)_freq through sysfs, the cpufreq_set_policy() asks other driver's opinions for the max/min frequencies. Some device drivers, like Tegra CPU EDP which is not upstreamed yet though, may constrain the CPU maximum frequency dynamically because of board

[PATCH V2] cpufreq: respect the min/max settings from user space

2014-11-09 Thread Vince Hsu
When the user space tries to set scaling_(max|min)_freq through sysfs, the cpufreq_set_policy() asks other driver's opinions for the max/min frequencies. Some device drivers, like Tegra CPU EDP which is not upstreamed yet though, may constrain the CPU maximum frequency dynamically because of board