tools/testing/selftests/cpufreq/Makefile
0 → 100644
+8
−0
tools/testing/selftests/cpufreq/cpu.sh
0 → 100755
+84
−0
+201
−0
+146
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch adds supports for basic cpufreq tests, which can be performed independent of any platform. It does basic tests for now, like - reading all cpufreq files - trying to update them - switching frequencies - switching governors This can be extended to have more specific tests later on. Signed-off-by:Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by:
Shuah Khan <shuahkh@osg.samsung.com>