It would be nice if @ /etc/conf.d/cpufrequtils would be possibility to set target frequency... like GOVERNOR="userspace" FREQUENCY=1000 and pass this value to cpufreq-set -f also we could use cpufreq-set --min/--max like: GOVERNOR="performace" FREQUENCY_MIN=1000 FREQUENCY_MAX=1800
Just in case you aren't aware, for now you can set min (or max) frequency in /etc/conf.d/local.start like so: cpufreq-set -d 525MHz
cpufreq-utils-005 lets you pass any option that cpufreq-set takes