[PATCH] pm-qa : Fix global variable with sigatomic_t

2012-07-12 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- utils/cpucycle.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/cpucycle.c b/utils/cpucycle.c index 5ad36bc..f896815 100644 --- a/utils/cpucycle.c +++ b/utils/cpucycle.c @@ -35,11 +35,11 @@

Build failure for Omap

2012-07-12 Thread Viresh Kumar
Hi, Sorry if I am missing something very obvious, I am building OMAP for the first time. I fetched latest kernel from: http://git.linaro.org/gitweb?p=kernel/linux-linaro-tracking.git;a=shortlog;h=refs/heads/linux-linaro tried to do following: make ARCH=arm O=../panda omap2plus_defconfig

Re: Build failure for Omap

2012-07-12 Thread Andrey Konovalov
On 07/12/2012 07:18 PM, Viresh Kumar wrote: Hi, Sorry if I am missing something very obvious, I am building OMAP for the first time. I fetched latest kernel from: http://git.linaro.org/gitweb?p=kernel/linux-linaro-tracking.git;a=shortlog;h=refs/heads/linux-linaro tried to do following: make

Re: Build failure for Omap

2012-07-12 Thread Viresh Kumar
On 12 July 2012 16:19, Andrey Konovalov andrey.konova...@linaro.org wrote: make ARCH=arm O=../panda omap2plus_defconfig (After this, OMAP 2/3/4 none is selected in .config) make ARCH=arm O=../panda uImage LD init/built-in.o arch/arm/mach-vexpress/built-**in.o: In function

Re: Build failure for Omap

2012-07-12 Thread Scott Bambrough
On 12-07-12 11:36 AM, Viresh Kumar wrote: On 12 July 2012 16:19, Andrey Konovalov andrey.konova...@linaro.org mailto:andrey.konova...@linaro.org wrote: make ARCH=arm O=../panda omap2plus_defconfig (After this, OMAP 2/3/4 none is selected in .config) make ARCH=arm

Using ARM Energy probe and PandaBoard

2012-07-12 Thread Dechesne, Nicolas
hi there, at HK connect i learned about the ARM energy probe ( http://www.arm.com/about/newsroom/arm-enables-energy-aware-coding-with-the-arm-energy-probe-and-ds-5-toolchain.php). Since that we ordered some probes, and I was wondering if someone is working in linaro on enabling power

Re: Using ARM Energy probe and PandaBoard

2012-07-12 Thread Paul Larson
I've been looking a bit at how to get this running under DS-5, but I haven't found much documentation. Best thing I've found so far has been http://www.youtube.com/watch?v=aDStdtopy_g I tried going through this, and even found caiman on my box at /usr/local/DS-5/bin/caiman However, when I try to

Re: [PATCH] pm-qa : Fix global variable with sigatomic_t

2012-07-12 Thread Hongbo Zhang
Merged. On 12 July 2012 16:52, Daniel Lezcano daniel.lezc...@linaro.org wrote: Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- utils/cpucycle.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/cpucycle.c b/utils/cpucycle.c index

Re: [Powertop][PATCH] fix cpuidle state name parsing

2012-07-12 Thread Rajagopal Venkat
Can someone consider this patch for merge? On 23 June 2012 00:08, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: parse cpuidle C state based on sysfs file entry(stateX) instead of state name/description Signed-off-by: Rajagopal Venkat rajagopal.ven...@linaro.org ---

Re: [Powertop][PATCH v3] conditionally disable pci if not supported

2012-07-12 Thread Rajagopal Venkat
Can someone consider this patch for merge? On 25 June 2012 22:44, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: disable pci if not supported by host platform. When libpci is not found, define a macro which will be used for conditional compilation. Signed-off-by: Rajagopal Venkat

Re: [Powertop][PATCH v3] conditionally disable pci if not supported

2012-07-12 Thread Ricardo Salveti
On Fri, Jul 13, 2012 at 2:02 AM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: Can someone consider this patch for merge? As we will have libpci available at most distros by default, isn't there a way of doing run-time detection instead of disabling it at build time? This is just because