Re: [PATCH] cpufreq: exynos: simplify .init() for setting policy->cpus

2013-02-06 Thread Viresh Kumar
On 4 February 2013 17:52, Viresh Kumar wrote: > On 31 January 2013 07:56, Viresh Kumar wrote: >> With the recent changes in cpufreq core, we just need to set mask of all >> possible cpus into policy->cpus. Rest would be done by core. >> >> Signed-off-by: Viresh Kumar >> --- >> drivers/cpufreq/e

Re: Agenda posted for Android Platform/Mobile Development Meeting

2013-02-06 Thread Zach Pfeffer
For this call we'll be using code: 1697261755 Sorry for the confusion. On 5 February 2013 20:00, Zach Pfeffer wrote: > We playing around with a new meeting format. We may split this meeting > into 2, 30 min calls depending on how things go. > > Agenda: > > == Concall details == > > * https://w

[PATCH v2 1/2] hwmon: add ST-Ericsson ABX500 hwmon driver

2013-02-06 Thread Hongbo Zhang
Each of ST-Ericsson X500 chip set series consists of both ABX500 and DBX500 chips. This is ABX500 hwmon driver, where the abx500.c is a common layer for all ABX500s, and the ab8500.c is specific for AB8500 chip. Under this designed structure, other chip specific files can be added simply using the

[PATCH v2 0/2] Add ST-Ericsson AB8500 HWMON driver

2013-02-06 Thread Hongbo Zhang
Guenter, Please check this v2 patches, thanks. Anton Vorontsov and David Woodhouse, Please have a look at this [2/2] patch, thanks. v1 -> v2 changes: - Add Documentation/hwmon/abx500 and Documentation/hwmon/abx500 - Make devices which cannot report milli-Celsius invisible - Add temp5_crit interf

[PATCH v2 2/2] ab8500_btemp: export two symblols

2013-02-06 Thread Hongbo Zhang
Export ab8500_btemp_get and ab8500_btemp_get_batctrl_temp, thus the ab8500 hwmon driver can be compiled as module. Signed-off-by: Hongbo Zhang --- drivers/power/ab8500_btemp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/power/ab8500_btemp.c b/drivers/power/ab8500_btemp.c index

Re: [PATCH 0/4] CPUFreq: Implement per policy instances of governors

2013-02-06 Thread Rafael J. Wysocki
On Wednesday, February 06, 2013 03:45:58 PM Viresh Kumar wrote: > On 6 February 2013 15:38, Amit Kucheria wrote: > > On Wed, Feb 6, 2013 at 3:28 PM, Viresh Kumar > > wrote: > >> I have pushed the complete patchset here: > >> > >> http://git.linaro.org/gitweb?p=people/vireshk/linux.git;a=shortlog

Re: [PATCH 0/4] CPUFreq: Implement per policy instances of governors

2013-02-06 Thread Viresh Kumar
On 6 February 2013 15:38, Amit Kucheria wrote: > On Wed, Feb 6, 2013 at 3:28 PM, Viresh Kumar wrote: >> I have pushed the complete patchset here: >> >> http://git.linaro.org/gitweb?p=people/vireshk/linux.git;a=shortlog;h=refs/heads/cpufreq-updates >> > > Viresh, perhaps you should ask Stephen Rot

Re: [PATCH 0/4] CPUFreq: Implement per policy instances of governors

2013-02-06 Thread Amit Kucheria
On Wed, Feb 6, 2013 at 3:28 PM, Viresh Kumar wrote: > On 5 February 2013 21:51, Viresh Kumar wrote: >> commit 15b5548c9ccfb8088270f7574710d9d67edfe33b >> Author: Viresh Kumar >> Date: Tue Feb 5 21:29:05 2013 +0530 >> >> cpufreq: Make governors directory sysfs location based on >> have_mult

Re: [PATCH 0/4] CPUFreq: Implement per policy instances of governors

2013-02-06 Thread Viresh Kumar
On 5 February 2013 21:51, Viresh Kumar wrote: > commit 15b5548c9ccfb8088270f7574710d9d67edfe33b > Author: Viresh Kumar > Date: Tue Feb 5 21:29:05 2013 +0530 > > cpufreq: Make governors directory sysfs location based on > have_multiple_policies > > Until now directory for governors tunab

Re: Power aware scheduler - DVFS development question

2013-02-06 Thread Vincent Guittot
On 5 February 2013 08:05, Lukasz Majewski wrote: > Hi Vincent, > >> Hi Lukasz, >> >> I still need to get figures for the cover letter of the V3 of packing >> small tasks patches. Nevertheless, the patches series is available >> here: >> http://git.linaro.org/gitweb?p=people/vingu/kernel.git;a=shor