Re: drivers/cpufreq/cpufreq_governor.c:46:53: sparse: incorrect type in argument 2 (different modifiers)

2012-10-22 Thread Viresh Kumar
Hi Fengguang, Thanks for your mail. Few things i learnt from it: - Rafael has already applied my patches :) - I haven't used sparse in my life till this point. Now i know how to use it. On 23 October 2012 10:21, Fengguang Wu wrote: > Hi viresh, > > FYI, there are new sparse warnings show up in

Re: [PATCH] acpi/cpuidle: reinitialize power_usage values when adding/removing C-states

2012-10-22 Thread Julius Werner
> Could we just say this is always true because state[i+1] consumes less > than state[i] ? > > And then just remove the 'set_power_state' function, and the field > 'driver->power_specified' ? > > That will cleanup the code and fix this problem, no ? I totally agree with your analysis. Even if a dr

Re: [PATCH 5/5] Thermal: Add ST-Ericsson db8500 thermal dirver.

2012-10-22 Thread Francesco Lavra
On 10/22/2012 02:02 PM, Hongbo Zhang wrote: [...] >>> +static irqreturn_t prcmu_low_irq_handler(int irq, void *irq_data) >>> +{ >>> + struct db8500_thermal_zone *pzone = irq_data; >>> + struct db8500_thsens_platform_data *ptrips; >>> + unsigned long next_low, next_high; >>> + unsign

Re: [PATCH] acpi/cpuidle: reinitialize power_usage values when adding/removing C-states

2012-10-22 Thread Daniel Lezcano
On 10/22/2012 07:13 PM, Julius Werner wrote: >> Could we just say this is always true because state[i+1] consumes less >> than state[i] ? >> >> And then just remove the 'set_power_state' function, and the field >> 'driver->power_specified' ? >> >> That will cleanup the code and fix this problem, no

Re: Linaro-media-create error

2012-10-22 Thread Milo Casagrande
Hello Tejas, On Sat, Oct 20, 2012 at 6:58 PM, Tejas Shah wrote: > > sfdisk: ERROR: sector 0 does not have an msdos signature > beagle_sd.img: unrecognized partition table type > No partitions found > Warning: partition 1 does not end at a cylinder boundary > BLKRRPART: Inappropriate ioctl for de

Re: [PATCH 5/5] Thermal: Add ST-Ericsson db8500 thermal dirver.

2012-10-22 Thread Hongbo Zhang
On 21 October 2012 23:01, Francesco Lavra wrote: > Hi Hongbo, Hi Francesco, Thanks for your review, I will accept all the comments except the ones I have some comments under them. > > On 10/16/2012 01:44 PM, hongbo.zhang wrote: >> From: "hongbo.zhang" >> >> This diver is based on the thermal man

LCE12: QA Pilot test plan kick off at Connect 2012

2012-10-22 Thread Naresh Kamboju
Hi All, Greeting from QA Team. INFO: The QA Services team can offer test planning and sign-off services to Working Groups for their major road-map items. We are planning to kick off road-map piloting for Linaro Engineering efforts at Connect 2012. Card http://cards.linaro.org/browse/CARD-140 bri

Linaro-media-create error

2012-10-22 Thread Tejas Shah
Hello, I am trying to emulate beagleboard in qemu. I am using linaro 11.08 releases of nano rootfs and hwpack (this release is dated as on 2011/08/23) and the version of linaro-media-create I am using is 2012.06. After I run the following command, I do get a image generated but with the following

Re: [PATCH 2/2] cpufreq: governors: remove redundant code

2012-10-22 Thread Viresh Kumar
On 20 October 2012 01:42, Viresh Kumar wrote: > Initially ondemand governor was written and then using its code conservative > governor is written. It used a lot of code from ondemand governor, but copy of > code was created instead of using the same routines from both governors. Which > increased