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:
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
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
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
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(-)
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
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
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 +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo