From patchwork Mon Oct 3 09:08:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 4489 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7B09823F56 for ; Mon, 3 Oct 2011 09:10:34 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 54B41A1816E for ; Mon, 3 Oct 2011 09:10:34 +0000 (UTC) Received: by eyb6 with SMTP id 6so3433846eyb.11 for ; Mon, 03 Oct 2011 02:10:34 -0700 (PDT) Received: by 10.223.94.134 with SMTP id z6mr5099445fam.8.1317633033652; Mon, 03 Oct 2011 02:10:33 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.23.170 with SMTP id n10cs7537laf; Mon, 3 Oct 2011 02:10:33 -0700 (PDT) Received: by 10.227.202.19 with SMTP id fc19mr2776848wbb.76.1317633032497; Mon, 03 Oct 2011 02:10:32 -0700 (PDT) Received: from smtp.smtpout.orange.fr (smtp11.smtpout.orange.fr. [80.12.242.133]) by mx.google.com with ESMTP id et19si9976228wbb.114.2011.10.03.02.10.32; Mon, 03 Oct 2011 02:10:32 -0700 (PDT) Received-SPF: neutral (google.com: 80.12.242.133 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=80.12.242.133; Authentication-Results: mx.google.com; spf=neutral (google.com: 80.12.242.133 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: from monster.dhcp.lxc ([90.60.119.82]) by mwinf5d34 with ME id g9AX1h0061mlJK6039AXzt; Mon, 03 Oct 2011 11:10:32 +0200 X-ME-engine: default From: Daniel Lezcano To: linaro-dev@lists.linaro.org Subject: [pm-qa] change header to specify 'on Linux' Date: Mon, 3 Oct 2011 11:08:23 +0200 Message-Id: <1317632903-17709-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.1 Specify the test suite can be run on Linux because it is not ARM specific. Signed-off-by: Daniel Lezcano --- Makefile | 2 +- Test.mk | 2 +- cpufreq/Makefile | 2 +- cpufreq/cpufreq_01.sh | 2 +- cpufreq/cpufreq_02.sh | 2 +- cpufreq/cpufreq_03.sh | 2 +- cpufreq/cpufreq_04.sh | 2 +- cpufreq/cpufreq_05.sh | 2 +- cpufreq/cpufreq_06.sh | 2 +- cpufreq/cpufreq_07.sh | 2 +- cpufreq/cpufreq_08.sh | 2 +- cpufreq/cpufreq_09.sh | 2 +- cpuhotplug/Makefile | 2 +- cpuhotplug/cpuhotplug_01.sh | 2 +- cpuhotplug/cpuhotplug_02.sh | 2 +- cpuhotplug/cpuhotplug_03.sh | 2 +- cpuhotplug/cpuhotplug_04.sh | 2 +- cpuhotplug/cpuhotplug_05.sh | 2 +- cpuhotplug/cpuhotplug_06.sh | 2 +- cpuhotplug/cpuhotplug_07.sh | 2 +- cpuhotplug/cpuhotplug_08.sh | 2 +- include/functions.sh | 2 +- sched_mc/Makefile | 2 +- sched_mc/sched_01.sh | 2 +- sched_mc/sched_02.sh | 2 +- sched_mc/sched_03.sh | 2 +- sched_mc/sched_04.sh | 2 +- testcases.awk | 2 +- testcases/Makefile | 2 +- testcases/cpufreq/Makefile | 2 +- testcases/cpufreq/avail_freq01.sh | 2 +- testcases/cpufreq/avail_freq02.sh | 2 +- testcases/cpufreq/avail_gov01.sh | 2 +- testcases/cpufreq/avail_gov02.sh | 2 +- testcases/cpuhotplug/Makefile | 2 +- testcases/cpuhotplug/cpu_hotplug_latency.sh | 2 +- testcases/cpuidle/Makefile | 2 +- testcases/cpuidle/test_usb_cpuidle.c | 2 +- testcases/proof_o_concept/Makefile | 2 +- testcases/proof_o_concept/PM-list_c_states.sh | 2 +- testcases/proof_o_concept/PM-list_p_states.sh | 2 +- utils/Makefile | 2 +- utils/cpuburn.c | 2 +- utils/cpucycle.c | 2 +- utils/nanosleep.c | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Makefile b/Makefile index 478fec3..1560e98 100644 --- a/Makefile +++ b/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/Test.mk b/Test.mk index 3c387db..655527c 100644 --- a/Test.mk +++ b/Test.mk @@ -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/cpufreq/Makefile b/cpufreq/Makefile index 762441f..a90620c 100644 --- a/cpufreq/Makefile +++ b/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/cpufreq/cpufreq_01.sh b/cpufreq/cpufreq_01.sh index 8cfbce9..f4fc178 100755 --- a/cpufreq/cpufreq_01.sh +++ b/cpufreq/cpufreq_01.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/cpufreq/cpufreq_02.sh b/cpufreq/cpufreq_02.sh index 212b2eb..aeecd45 100755 --- a/cpufreq/cpufreq_02.sh +++ b/cpufreq/cpufreq_02.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/cpufreq/cpufreq_03.sh b/cpufreq/cpufreq_03.sh index 256a5c2..65aed52 100755 --- a/cpufreq/cpufreq_03.sh +++ b/cpufreq/cpufreq_03.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/cpufreq/cpufreq_04.sh b/cpufreq/cpufreq_04.sh index 6fa81fa..a4ee5db 100755 --- a/cpufreq/cpufreq_04.sh +++ b/cpufreq/cpufreq_04.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/cpufreq/cpufreq_05.sh b/cpufreq/cpufreq_05.sh index a264e24..560ae3d 100755 --- a/cpufreq/cpufreq_05.sh +++ b/cpufreq/cpufreq_05.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/cpufreq/cpufreq_06.sh b/cpufreq/cpufreq_06.sh index cb75e7f..d67ce6d 100755 --- a/cpufreq/cpufreq_06.sh +++ b/cpufreq/cpufreq_06.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/cpufreq/cpufreq_07.sh b/cpufreq/cpufreq_07.sh index 2fb4b53..1505cb3 100755 --- a/cpufreq/cpufreq_07.sh +++ b/cpufreq/cpufreq_07.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/cpufreq/cpufreq_08.sh b/cpufreq/cpufreq_08.sh index 3f47613..89be94c 100755 --- a/cpufreq/cpufreq_08.sh +++ b/cpufreq/cpufreq_08.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/cpufreq/cpufreq_09.sh b/cpufreq/cpufreq_09.sh index 7fa8317..1807dc8 100755 --- a/cpufreq/cpufreq_09.sh +++ b/cpufreq/cpufreq_09.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/cpuhotplug/Makefile b/cpuhotplug/Makefile index 2225d82..df0b8f4 100644 --- a/cpuhotplug/Makefile +++ b/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/cpuhotplug/cpuhotplug_01.sh b/cpuhotplug/cpuhotplug_01.sh index f6f36ff..83fc17a 100644 --- a/cpuhotplug/cpuhotplug_01.sh +++ b/cpuhotplug/cpuhotplug_01.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/cpuhotplug/cpuhotplug_02.sh b/cpuhotplug/cpuhotplug_02.sh index 4f3f3d2..4273f65 100644 --- a/cpuhotplug/cpuhotplug_02.sh +++ b/cpuhotplug/cpuhotplug_02.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/cpuhotplug/cpuhotplug_03.sh b/cpuhotplug/cpuhotplug_03.sh index 489706b..51cde18 100644 --- a/cpuhotplug/cpuhotplug_03.sh +++ b/cpuhotplug/cpuhotplug_03.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/cpuhotplug/cpuhotplug_04.sh b/cpuhotplug/cpuhotplug_04.sh index 6cf944f..753cf55 100644 --- a/cpuhotplug/cpuhotplug_04.sh +++ b/cpuhotplug/cpuhotplug_04.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/cpuhotplug/cpuhotplug_05.sh b/cpuhotplug/cpuhotplug_05.sh index 82bf2b4..12df3c4 100644 --- a/cpuhotplug/cpuhotplug_05.sh +++ b/cpuhotplug/cpuhotplug_05.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/cpuhotplug/cpuhotplug_06.sh b/cpuhotplug/cpuhotplug_06.sh index 1b1c7eb..ce4ffeb 100644 --- a/cpuhotplug/cpuhotplug_06.sh +++ b/cpuhotplug/cpuhotplug_06.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/cpuhotplug/cpuhotplug_07.sh b/cpuhotplug/cpuhotplug_07.sh index 518ad06..72d9744 100644 --- a/cpuhotplug/cpuhotplug_07.sh +++ b/cpuhotplug/cpuhotplug_07.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/cpuhotplug/cpuhotplug_08.sh b/cpuhotplug/cpuhotplug_08.sh index 889221f..e996f11 100644 --- a/cpuhotplug/cpuhotplug_08.sh +++ b/cpuhotplug/cpuhotplug_08.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/include/functions.sh b/include/functions.sh index b34d49b..1d06249 100644 --- a/include/functions.sh +++ b/include/functions.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/sched_mc/Makefile b/sched_mc/Makefile index 762441f..a90620c 100644 --- a/sched_mc/Makefile +++ b/sched_mc/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/sched_mc/sched_01.sh b/sched_mc/sched_01.sh index e0fd9aa..d4414b6 100755 --- a/sched_mc/sched_01.sh +++ b/sched_mc/sched_01.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/sched_mc/sched_02.sh b/sched_mc/sched_02.sh index 36730a4..c7cbc26 100755 --- a/sched_mc/sched_02.sh +++ b/sched_mc/sched_02.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/sched_mc/sched_03.sh b/sched_mc/sched_03.sh index b5a9c49..6520ce5 100755 --- a/sched_mc/sched_03.sh +++ b/sched_mc/sched_03.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/sched_mc/sched_04.sh b/sched_mc/sched_04.sh index 4d7cfc1..f9266e8 100755 --- a/sched_mc/sched_04.sh +++ b/sched_mc/sched_04.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.awk b/testcases.awk index a28279a..71ce9ee 100644 --- a/testcases.awk +++ b/testcases.awk @@ -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/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. # diff --git a/utils/Makefile b/utils/Makefile index 6b0db07..6d2783f 100644 --- a/utils/Makefile +++ b/utils/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/utils/cpuburn.c b/utils/cpuburn.c index 12e82c0..af3d2ee 100644 --- a/utils/cpuburn.c +++ b/utils/cpuburn.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/utils/cpucycle.c b/utils/cpucycle.c index dc4a7d7..5ad36bc 100644 --- a/utils/cpucycle.c +++ b/utils/cpucycle.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/utils/nanosleep.c b/utils/nanosleep.c index f366e53..27f197e 100644 --- a/utils/nanosleep.c +++ b/utils/nanosleep.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. *