I made some tests on the driver and I saw an issue. The gouvernor is userspace and the initial frequency is 454735, I use this command to test processor performance "dd if=/dev/zero of=/dev/null bs=512 count=1000000" and I change the frequency of cpu :
454735 => 6.771169 seconds, 72.1MB/s
392728 => 7.658884 seconds, 63.8MB/s
360000 => 8.207378 seconds, 59.5MB/s
261819 => 11.302969 seconds, 43.2MB/s
360000 => 8.205697 seconds, 59.5MB/s
392728 => 7.660851 seconds, 63.7MB/s
454735 => 12.211602 seconds, 40.0MB/s
It's seems that the cpu can't come back to maximal frequency. Do you have the same issue ?