From: "hongbo.zhang" hongbo.zhang@linaro.com
If we want to set one cpufreq governor mode, we must check this mode is supported or not before setting it. Otherwise we will get failure reported, this differs from the case that one mode is said to be supported but doesn't work well at all.
hongbo.zhang (1): cpufreq: governor mode should be checked if it is supported before setting it.
cpufreq/cpufreq_04.sh | 7 ++++++- cpufreq/cpufreq_05.sh | 54 +++++++++++++++++++++++++++++++++---------------- cpufreq/cpufreq_06.sh | 6 ++++++ cpufreq/cpufreq_07.sh | 6 ++++++ cpufreq/cpufreq_08.sh | 6 ++++++ cpufreq/cpufreq_09.sh | 6 ++++++ 6 files changed, 67 insertions(+), 18 deletions(-)