Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Sanjay Singh Rawat
On Wednesday 25 June 2014 08:38 PM, Amit Kucheria wrote: On Wed, Jun 25, 2014 at 8:21 PM, Sanjay Singh Rawat wrote: Milosz, Yes i meant that. Hmm, i think i am missing the understanding here. So now all cpu are hotpluggable? Technically any cpu can be hotpluggable. But you need to have atlea

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Amit Kucheria
On Wed, Jun 25, 2014 at 8:21 PM, Sanjay Singh Rawat wrote: > Milosz, > > Yes i meant that. Hmm, i think i am missing the understanding here. So now > all cpu are hotpluggable? Technically any cpu can be hotpluggable. But you need to have atleast one plugged in at anytime else there won't be a ker

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Sanjay Singh Rawat
On Wednesday 25 June 2014 08:13 PM, Milosz Wasilewski wrote: On 25 June 2014 15:39, Sanjay Singh Rawat wrote: hi Lisa, Can we have this in way like, mask for cpuhotplug. I believe out of cpu0-N one will be permanent. We can pass it like cpu_hotplug_mask=cpuX Sanjay, Do you mean that one CPU

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Milosz Wasilewski
On 25 June 2014 15:39, Sanjay Singh Rawat wrote: > hi Lisa, > > Can we have this in way like, mask for cpuhotplug. I believe out > of cpu0-N one will be permanent. We can pass it like cpu_hotplug_mask=cpuX Sanjay, Do you mean that one CPU will not be tested always? I don't think this assumption i

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Sanjay Singh Rawat
hi Lisa, Can we have this in way like, mask for cpuhotplug. I believe out of cpu0-N one will be permanent. We can pass it like cpu_hotplug_mask=cpuX and skip hotplugging that specific cpu only. On Wednesday 25 June 2014 09:48 AM, Lisa Nguyen wrote: Pass hotplug_cpu_start=0 to make check like th

Test Result Summary of Linux Linaro ubuntu 14.06 Release.

2014-06-25 Thread Botao Sun
Linaro 14.06 Release (Calendar Week 26): Here is test result summary for Linux Linaro ubuntu Trusty image on following boards: 1) Samsung Arndale; 2) TI Panda 4430; 3) TI Panda 4460. 1. Samsung Arndale + Linux Linaro Trusty (Column BB): https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0A

[PATCH powerdebug] Check null pointer before dereferencing

2014-06-25 Thread Salman Ahmed
Fixes the below issue: - check if pointer t is null before de-referencing diff --git a/gpio.c b/gpio.c index 39480b0..5db17e7 100644 --- a/gpio.c +++ b/gpio.c @@ -273,9 +273,11 @@ static int gpio_display(bool refresh) static int gpio_change(int keyvalue) { struct tree *t = display_g