aboutsummaryrefslogtreecommitdiff
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases/Makefile2
-rw-r--r--testcases/cpufreq/Makefile2
-rwxr-xr-xtestcases/cpufreq/avail_freq01.sh2
-rwxr-xr-xtestcases/cpufreq/avail_freq02.sh2
-rwxr-xr-xtestcases/cpufreq/avail_gov01.sh2
-rwxr-xr-xtestcases/cpufreq/avail_gov02.sh2
-rw-r--r--testcases/cpuhotplug/Makefile2
-rwxr-xr-xtestcases/cpuhotplug/cpu_hotplug_latency.sh2
-rw-r--r--testcases/cpuidle/Makefile2
-rw-r--r--testcases/cpuidle/test_usb_cpuidle.c2
-rw-r--r--testcases/proof_o_concept/Makefile2
-rwxr-xr-xtestcases/proof_o_concept/PM-list_c_states.sh2
-rwxr-xr-xtestcases/proof_o_concept/PM-list_p_states.sh2
13 files changed, 13 insertions, 13 deletions
diff --git a/testcases/Makefile b/testcases/Makefile
index 8844ad0..08b3233 100644
--- a/testcases/Makefile
+++ b/testcases/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/Makefile b/testcases/cpufreq/Makefile
index 75413f2..65afd9a 100644
--- a/testcases/cpufreq/Makefile
+++ b/testcases/cpufreq/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_freq01.sh b/testcases/cpufreq/avail_freq01.sh
index 7396d05..1809e46 100755
--- a/testcases/cpufreq/avail_freq01.sh
+++ b/testcases/cpufreq/avail_freq01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_freq02.sh b/testcases/cpufreq/avail_freq02.sh
index f5a1a81..b012317 100755
--- a/testcases/cpufreq/avail_freq02.sh
+++ b/testcases/cpufreq/avail_freq02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_gov01.sh b/testcases/cpufreq/avail_gov01.sh
index 43f797c..d2c8f1c 100755
--- a/testcases/cpufreq/avail_gov01.sh
+++ b/testcases/cpufreq/avail_gov01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_gov02.sh b/testcases/cpufreq/avail_gov02.sh
index 1eea948..3e07d80 100755
--- a/testcases/cpufreq/avail_gov02.sh
+++ b/testcases/cpufreq/avail_gov02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuhotplug/Makefile b/testcases/cpuhotplug/Makefile
index f214123..ab92602 100644
--- a/testcases/cpuhotplug/Makefile
+++ b/testcases/cpuhotplug/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuhotplug/cpu_hotplug_latency.sh b/testcases/cpuhotplug/cpu_hotplug_latency.sh
index d7b29c8..9fb63f1 100755
--- a/testcases/cpuhotplug/cpu_hotplug_latency.sh
+++ b/testcases/cpuhotplug/cpu_hotplug_latency.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuidle/Makefile b/testcases/cpuidle/Makefile
index a2c1f57..64a9f79 100644
--- a/testcases/cpuidle/Makefile
+++ b/testcases/cpuidle/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuidle/test_usb_cpuidle.c b/testcases/cpuidle/test_usb_cpuidle.c
index 985f2f2..9f12161 100644
--- a/testcases/cpuidle/test_usb_cpuidle.c
+++ b/testcases/cpuidle/test_usb_cpuidle.c
@@ -1,5 +1,5 @@
/*
- * PM-QA validation test suite for the power management on ARM
+ * PM-QA validation test suite for the power management on Linux
*
* Copyright (C) 2011, Linaro Limited.
*
diff --git a/testcases/proof_o_concept/Makefile b/testcases/proof_o_concept/Makefile
index 1cef8c4..6d54932 100644
--- a/testcases/proof_o_concept/Makefile
+++ b/testcases/proof_o_concept/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/proof_o_concept/PM-list_c_states.sh b/testcases/proof_o_concept/PM-list_c_states.sh
index 537fc50..f274419 100755
--- a/testcases/proof_o_concept/PM-list_c_states.sh
+++ b/testcases/proof_o_concept/PM-list_c_states.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/proof_o_concept/PM-list_p_states.sh b/testcases/proof_o_concept/PM-list_p_states.sh
index 84d684d..8c592bf 100755
--- a/testcases/proof_o_concept/PM-list_p_states.sh
+++ b/testcases/proof_o_concept/PM-list_p_states.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#