Re: [Query]: sched/fair: prio_changed_fair()

2012-11-07 Thread Viresh Kumar
On 7 November 2012 13:26, Michael Wang wrote: > It's the user nice value I suppose, so it should be reversed when we are > talking about weight. Ahh.. I knew it .. How can i miss it. Sorry for the noise :( -- viresh ___ linaro-dev mailing list linaro

Re: [PATCH] mtd: map: Fix compilation warning

2012-11-07 Thread Viresh Kumar
On 29 October 2012 22:47, Viresh Kumar wrote: > This patch is an attempt to fix following compilation warning. > > In file included from drivers/mtd/chips/cfi_cmdset_0001.c:35:0: > drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_write_words': > include/linux/mtd/map.h:331:11: warnin

[PATCH V4 0/2] Upstream ST-Ericsson thermal driver

2012-11-07 Thread hongbo.zhang
From: "hongbo.zhang" V3->V4 Changes: 1. In previous patch set V3 "Fix thermal bugs and Upstream ST-Ericsson thermal driver", there were 5 patches in total, since the first 3 for fixing thermal layer bugs have been accepted by the maintainer, I'd like to send out the updated last 2 only this time

[PATCH V4 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

2012-11-07 Thread hongbo.zhang
From: "hongbo.zhang" This patch adds device tree properties for ST-Ericsson DB8500 thermal driver, also adds the platform data to support the old fashion. Signed-off-by: hongbo.zhang Reviewed-by: Viresh Kumar --- arch/arm/boot/dts/dbx5x0.dtsi | 14 + arch/arm/boot/dts/snowball.dt

[PATCH V4 1/2] Thermal: Add ST-Ericsson DB8500 thermal driver.

2012-11-07 Thread hongbo.zhang
From: "hongbo.zhang" This driver is based on the thermal management framework in thermal_sys.c. A thermal zone device is created with the trip points to which cooling devices can be bound, the current cooling device is cpufreq, e.g. CPU frequency is clipped down to cool the CPU, and other cooling

Re: linux-linaro kernel trees move to 3.7 and 12.11 schedule

2012-11-07 Thread Jon Medhurst (Tixy)
On Wed, 2012-11-07 at 00:10 +0400, Andrey Konovalov wrote: > > * November 6: updated big-LITTLE-MP topic arrives, llct rebuild > > (llct-20121106) > > Done. The tag is llct-20121106.0. v3.7-rc4 based. > > Android and big-LITTLE-MP topics are back. New Gator version (v5.12). > > *ubuntu-sauce to

Re: linux-linaro kernel trees move to 3.7 and 12.11 schedule

2012-11-07 Thread Tushar Behera
On 11/07/2012 01:40 AM, Andrey Konovalov wrote: > Greetings, > > This cycle some more attention is given to the shape of the ci builds > done from the llct tree (the ones with "llct" in their name at > https://ci.linaro.org/jenkins/view/Linux%20Linaro%20Tracking/). See below. > > On 10/27/2012 12

Re: linux-linaro kernel trees move to 3.7 and 12.11 schedule

2012-11-07 Thread Andy Green
On 11/07/12 19:52, the mail apparently from Tushar Behera included: On 11/07/2012 01:40 AM, Andrey Konovalov wrote: Greetings, This cycle some more attention is given to the shape of the ci builds done from the llct tree (the ones with "llct" in their name at https://ci.linaro.org/jenkins/view/

Re: [PATCH V3 0/4] cpuidle : multiple drivers support

2012-11-07 Thread Peter De Schrijver
On Fri, Nov 02, 2012 at 02:19:50PM +0100, Lorenzo Pieralisi wrote: > On Wed, Oct 31, 2012 at 04:44:44PM +, Daniel Lezcano wrote: > > The discussion about having different cpus on the system with > > different latencies bring us to a first attemp by adding a > > pointer in the cpuidle_device to

Re: [PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-11-07 Thread Rajanikanth H V
On Thu, 1 Nov 2012, Francesco Lavra wrote: [...] + btech = of_get_property(np_bat_supply, + "stericsson,battery-type", NULL); + if (!btech) { + dev_warn(dev, "missing property battery-name/type\n"); + strcpy(bat_tech, "UNKNOWN"); + } els

Re: Repositories shown twice at: http://git.linaro.org/

2012-11-07 Thread Fathi Boudra
This is fixed now. On 7 November 2012 06:59, Viresh Kumar wrote: > Hi Guys, > > Since sometime i see following in git.linaro.org: > > android/boot/u-boot-pandroid > Unnamed > repository; edit > this...