[GIT PULL] bit-LITTLE-MP-v4

2012-07-25 Thread Viresh Kumar
Hi Andrey, V4 contains following updates: - wq-hotplug patches from Tejun - slow-fast CPU DT support from Tixy - All branches rebased on v3.5 They are compile tested. -8< The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92:

Re: [GIT PULL] bit-LITTLE-MP-v4

2012-07-25 Thread Jon Medhurst (Tixy)
On Wed, 2012-07-25 at 10:47 +0100, Viresh Kumar wrote: > Hi Andrey, > > > V4 contains following updates: > > > - wq-hotplug patches from Tejun > - slow-fast CPU DT support from Tixy Thanks Viresh. :-) I'm tidying up my TC2 power management branches, then I'll test it all with the new bit-LITT

[PATCH 0/5][RFC] Use per cpuidle_device states

2012-07-25 Thread Daniel Lezcano
Since commit 46bcfad7a819bd17ac4e831b04405152d59784ab, cpuidle: Single/Global registration of idle states we have a single registration for the cpuidle states which makes sense. But now two new architectures are coming: tegra3 and big.LITTLE. These architectures have different cpus with d

[PATCH 5/5][RFC] cpuidle : add cpuidle_register_states function

2012-07-25 Thread Daniel Lezcano
The tegra3 and big.LITTLE architecture have different cpu latencies. This API allows to specify a different cpu latency for a specific cpu. With the previous patches, we use the per cpuidle device states pointer, this function overrides this pointer. Signed-off-by: Daniel Lezcano --- drivers/cp

[PATCH 1/5] acpi : move the acpi_idle_driver variable declaration

2012-07-25 Thread Daniel Lezcano
This variable is only used in the in processor_driver.c. This patch reduces the scope of the variable by moving it to this file. Signed-off-by: Daniel Lezcano --- drivers/acpi/processor_driver.c |2 +- include/acpi/processor.h|1 - 2 files changed, 1 insertions(+), 2 deletions(-)

[PATCH 2/5] acpi : move cpuidle_device field out of the acpi_processor_power structure

2012-07-25 Thread Daniel Lezcano
Currently we have the cpuidle_device field in the acpi_processor_power structure. This adds a dependency in processor.h for cpuidle.h. In order to be consistent with the rest of the drivers and for the per cpu states coming right after this patch, this one move out of the acpi_processor_power st

[PATCH 4/5][RFC] cpuidle : use per cpuidle device cpu states

2012-07-25 Thread Daniel Lezcano
We have the cpuidle states pointer stored in the cpuidle device structure. This patch use this pointer instead of the driver's one. Signed-off-by: Daniel Lezcano --- drivers/cpuidle/cpuidle.c |6 +++--- drivers/cpuidle/governors/ladder.c | 18 +- drivers/cpuidle/go

[PATCH 3/5][RFC] cpuidle : add a pointer for cpuidle_state in the cpuidle_device

2012-07-25 Thread Daniel Lezcano
This patch adds a pointer to the cpuidle_state array in the cpuidle_device structure. When the cpuidle_device is initialized, the pointer is assigned from the driver's cpuidle states array. Signed-off-by: Daniel Lezcano --- drivers/cpuidle/cpuidle.c |1 + include/linux/cpuidle.h |1 +

Re: [PATCH] acpi : remove power from acpi_processor_cx structure

2012-07-25 Thread Konrad Rzeszutek Wilk
On Tue, Jul 24, 2012 at 11:12:29PM +0200, Daniel Lezcano wrote: > Remove the power field as it is not used. > > Signed-off-by: Daniel Lezcano > Cc: Konrad Rzeszutek Wilk Acked. > --- > drivers/acpi/processor_idle.c|2 -- > drivers/xen/xen-acpi-processor.c |1 - > include/acpi/proc

Re: [PATCH v2 1/2] v4l: Add factory register values form S5K4ECGX sensor

2012-07-25 Thread Sylwester Nawrocki
Hi Sangwook, On 07/20/2012 12:03 PM, Sangwook Lee wrote: > Hi Sylwester > > Thank for the review. > > On 19 July 2012 20:40, Sylwester Nawrocki > wrote: >> On 07/19/2012 02:14 PM, Sangwook Lee wrote: ... >>> Add factory default settings for S5K4ECGX sensor registers. >>> I copied them from the

Error tinyhal on pandaboard

2012-07-25 Thread Asha Anand
Hi, I am studying the tinyhal with linaro android source on pandaboard in order to port tinyhal to our custom board. >> Does the latest pandaboard binaries from https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt-tracking-blob/#build=138 include the tinyhal(Mark XML) modi

Re: [GIT PULL] bit-LITTLE-MP-v4

2012-07-25 Thread Andrey Konovalov
On 07/25/2012 02:27 PM, Jon Medhurst (Tixy) wrote: On Wed, 2012-07-25 at 10:47 +0100, Viresh Kumar wrote: Hi Andrey, V4 contains following updates: - wq-hotplug patches from Tejun - slow-fast CPU DT support from Tixy Thanks Viresh. :-) I'm tidying up my TC2 power management branches, then

Re: [GIT PULL] bit-LITTLE-MP-v4

2012-07-25 Thread Andrey Konovalov
Hi Viresh, big-LITTLE-MP-v4 has been merged into linux-linaro-core-tracking, tag llct-20120725.0 Thanks, Andrey On 07/25/2012 01:47 PM, Viresh Kumar wrote: Hi Andrey, V4 contains following updates: - wq-hotplug patches from Tejun - slow-fast CPU DT support from Tixy - All branches rebased

TC2 PM topic branch, [Re: [GIT PULL] bit-LITTLE-MP-v4]

2012-07-25 Thread Jon Medhurst (Tixy)
On Wed, 2012-07-25 at 18:29 +0400, Andrey Konovalov wrote: > Great! I am pulling big-LITTLE-MP-v4 into linux-linaro-core-tracking > (v3.5 based). > linux-linaro is currently frozen due to the 12.07 release. After 12.07 > is out, I can add big-LITTLE-MP-v4 and the TC2 PM to linux-linaro. > Also I

Re: [GIT PULL] bit-LITTLE-MP-v4

2012-07-25 Thread Paul E. McKenney
On Wed, Jul 25, 2012 at 10:47:50AM +0100, Viresh Kumar wrote: > Hi Andrey, > > V4 contains following updates: > > - wq-hotplug patches from Tejun > - slow-fast CPU DT support from Tixy > - All branches rebased on v3.5 > > They are compile tested. Hello, Viresh, You are missing some fixes, plea

Re: Nexus 7/Jellybean Kernel Config

2012-07-25 Thread Andy Doan
On 07/24/2012 02:54 PM, Christian Robottom Reis wrote: On Sun, Jul 08, 2012 at 09:40:46AM +0100, Dave Pigott wrote: Shouldn't require a kernel change. Just a configuration with a really annoyingly low default. I am concerned with the explosion of the numbers mmc partitions in android though

First-cut 12.08 Android plan available

2012-07-25 Thread Zach Pfeffer
Take a look at: https://launchpad.net/linaro-android/+milestone/12.08 (lots of JB) -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.li

[PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread kejun.zhou
From: "kejun.zhou" Signed-off-by: kejun.zhou --- Android.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index c82cd95..fa1c225 100644 --- a/Android.mk +++ b/Android.mk @@ -28,7 +28,9 @@ LOCAL_CPPFLAGS += -DDISABLE_I18N \ -DNCURSES_NO

Re: [PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread Amit Kucheria
Kejun, On Thu, Jul 26, 2012 at 8:45 AM, kejun.zhou wrote: > From: "kejun.zhou" Commit message? > Signed-off-by: kejun.zhou In the future, please indicate in the email subject and commit message what project/subsystem this patch is meant for. Since you've cc'ed Rajagopal, I'm guessing this

Re: [PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread Kejun Zhou
Hi Rajagopal, This patch is for git://git.linaro.org/tools/powertop-2.0.git BRs, Kejun On 26 July 2012 12:27, Amit Kucheria wrote: > Kejun, > > On Thu, Jul 26, 2012 at 8:45 AM, kejun.zhou wrote: > > From: "kejun.zhou" > > Commit message? > > > Signed-off-by: kejun.zhou > > In the future, ple

Re: [PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread Rajagopal Venkat
On 26 July 2012 08:45, kejun.zhou wrote: > From: "kejun.zhou" > > Signed-off-by: kejun.zhou > --- > Android.mk |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Android.mk b/Android.mk > index c82cd95..fa1c225 100644 > --- a/Android.mk > +++ b/Android.mk > @@ -28,7

Re: [PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread Kejun Zhou
OK. Please ignore the patch. On 26 July 2012 13:52, Rajagopal Venkat wrote: > > > On 26 July 2012 08:45, kejun.zhou wrote: > >> From: "kejun.zhou" >> >> Signed-off-by: kejun.zhou >> --- >> Android.mk |4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/Android.m