Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Saravana Kannan
On 03/23/2012 03:32 PM, Turquette, Mike wrote: On Fri, Mar 23, 2012 at 3:12 PM, Saravana Kannan wrote: On 03/23/2012 02:39 PM, Turquette, Mike wrote: __clk_recalc_rates is called by __clk_reparent which is called by clk_set_parent. __clk_recalc_rates is also called by clk_set_rate. Does this

Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Saravana Kannan
On 03/23/2012 02:39 PM, Turquette, Mike wrote: On Fri, Mar 23, 2012 at 2:33 PM, Saravana Kannan wrote: On 03/20/2012 08:10 PM, Saravana Kannan wrote: On 03/20/2012 04:53 PM, Turquette, Mike wrote: It does make me wonder if it would be a good idea to pass in the parent rate for .set_parent,

Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Saravana Kannan
On 03/20/2012 08:10 PM, Saravana Kannan wrote: On 03/20/2012 04:53 PM, Turquette, Mike wrote: It does make me wonder if it would be a good idea to pass in the parent rate for .set_parent, which is analogous to .set_rate in many ways. I need to think a bit more about this. I was thinking abou

Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Saravana Kannan
On 03/23/2012 02:39 PM, Turquette, Mike wrote: On Fri, Mar 23, 2012 at 2:33 PM, Saravana Kannan wrote: On 03/20/2012 08:10 PM, Saravana Kannan wrote: On 03/20/2012 04:53 PM, Turquette, Mike wrote: It does make me wonder if it would be a good idea to pass in the parent rate for .set_parent,

Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Turquette, Mike
On Fri, Mar 23, 2012 at 4:04 PM, Saravana Kannan wrote: > On 03/23/2012 03:32 PM, Turquette, Mike wrote: >> .recalc_rate serves two purposes: first it recalculates the rate after >> the rate has changed and you pass in a new parent_rate argument.  The >> second purpose is to "speculate" a rate cha

Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Turquette, Mike
On Fri, Mar 23, 2012 at 3:12 PM, Saravana Kannan wrote: > On 03/23/2012 02:39 PM, Turquette, Mike wrote: >> __clk_recalc_rates is called by __clk_reparent which is called by >> clk_set_parent.  __clk_recalc_rates is also called by clk_set_rate. >> >> Does this not handle the old cached clk->rate f

Re: [PATCH v7 2/3] clk: introduce the common clock framework

2012-03-23 Thread Turquette, Mike
On Fri, Mar 23, 2012 at 2:33 PM, Saravana Kannan wrote: > On 03/20/2012 08:10 PM, Saravana Kannan wrote: >> >> On 03/20/2012 04:53 PM, Turquette, Mike wrote: >>> >>> It does make me >>> wonder if it would be a good idea to pass in the parent rate for >>> .set_parent, which is analogous to .set_rat

[rt.linaro.org #364] Re: android-build jenkins only looks like it can use one builder

2012-03-23 Thread Zach Pfeffer via RT
Fri Mar 23 19:32:53 2012: Request 364 was acted upon. Transaction: Ticket created by zach.pfef...@linaro.org Queue: [T] Linaro Subject: Re: android-build jenkins only looks like it can use one builder Owner: Nobody Requestors: zach.pfef...@linaro.org Status: new Ticket

Re: android-build jenkins only looks like it can use one builder

2012-03-23 Thread Zach Pfeffer
Adding lists... On 23 March 2012 14:25, Zach Pfeffer wrote: > Would someone take a look? Mathieu is saying Jenkins can only use one builder. > > -- > Zach Pfeffer > Android Platform Team Lead, Linaro Platform Teams > Linaro.org | Open source software for ARM SoCs > Follow Linaro: http://www.faceb

12.03 Multimedia WG Component Release

2012-03-23 Thread Tom Gall
All, It's my pleasure to call out the following components that have been released as part the Linaro Multimedia WG's efforts for 12.03 1) Updated pulseaudio / alsa-lib including: - Audio jack detection - new UCM configs for imx6, origen, and snowball - ppa:linaro-maintainers/overlay 2

Re: [RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Jean Pihet
On Fri, Mar 23, 2012 at 1:41 PM, Daniel Lezcano wrote: > On 03/23/2012 01:35 PM, Jean Pihet wrote: >> >> On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano >>  wrote: >>> >>> Use the new cpuidle API and define in the driver the states. >>> >>> Signed-off-by: Daniel Lezcano >>> --- > > > [ ... ] > >

Re: [RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Daniel Lezcano
On 03/23/2012 01:35 PM, Jean Pihet wrote: On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: Use the new cpuidle API and define in the driver the states. Signed-off-by: Daniel Lezcano --- [ ... ] /* * Erratum i583: implementation for ES rev< Es1.2 on 3630. We cannot

Re: [RFC][PATCH 3/9] ARM: OMAP3: cpuidle - set enable_off_mode as static

2012-03-23 Thread Daniel Lezcano
On 03/23/2012 01:22 PM, Jean Pihet wrote: On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: This variable is only used in the pm-debug.c file. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/pm-debug.c |2 +- arch/arm/mach-omap2/pm.h | 30 ---

Re: [RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Jean Pihet
On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: > Use the new cpuidle API and define in the driver the states. > > Signed-off-by: Daniel Lezcano > --- >  arch/arm/mach-omap2/cpuidle34xx.c |   85 +--- >  1 files changed, 59 insertions(+), 26 deletions(-) > >

Re: [RFC][PATCH 3/9] ARM: OMAP3: cpuidle - set enable_off_mode as static

2012-03-23 Thread Jean Pihet
On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: > This variable is only used in the pm-debug.c file. > > Signed-off-by: Daniel Lezcano > --- >  arch/arm/mach-omap2/pm-debug.c |    2 +- >  arch/arm/mach-omap2/pm.h       |   30 -- >  2 files changed, 13 insertion

Re: [RFC][PATCH 2/9] ARM: OMAP3: cpuidle - remove next_valid_state function

2012-03-23 Thread Jean Pihet
Hi Daniel, On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: > As we will be able to remove C-states from userspace with the sysfs > API, this function is no longer needed. We remove it and that simplifies > the code for more consolidation. > > Signed-off-by: Daniel Lezcano > --- >  arch/a

Re: How to install OpenCV in Linaro Android on Pandaboard

2012-03-23 Thread Loïc Minier
On Fri, Mar 23, 2012, Christian Robottom Reis wrote: > Is there OpenCV code actually available for the Panda yet? Last time I > checked it was yet to be released. The opencv libraries themselves are built on armel/armhf in Ubuntu, but I don't know whether there is an easy way to use them on Andr

Re: How to install OpenCV in Linaro Android on Pandaboard

2012-03-23 Thread Christian Robottom Reis
On Thu, Mar 22, 2012 at 11:46:50AM +0100, Loïc Minier wrote: > On Thu, Mar 22, 2012, Wijden Gargouri wrote: > > I'm doing a project using OpenCV 2.3.1 and I want to embedded this on a > > pandaboard. So I'm looking for someone who can help me to instal opencv on > > Pandabord using Linaro Android 1

[RFC][PATCH 8/9] ARM: OMAP3: cpuidle - use omap3_idle_data directly

2012-03-23 Thread Daniel Lezcano
We are storing the 'omap3_idle_data' in the private data field if the cpuidle device. As we are using this variable only in this file, that does not really make sense. Let's use the global variable directly instead dereferencing pointers in an idle critical loop. As the table is initialized static

[RFC][PATCH 6/9] ARM: OMAP3: cpuidle - remove cpuidle_params_table

2012-03-23 Thread Daniel Lezcano
We do not longer need the ''cpuidle_params_table' array as we defined the states in the driver and we checked they are all valid. We also remove the structure definition as it is no longer used. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c | 28 +++--

[RFC][PATCH 9/9] ARM: OMAP3/4: consolidate cpuidle Makefile

2012-03-23 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/Makefile | 11 +++ arch/arm/mach-omap2/cpuidle34xx.c |8 arch/arm/mach-omap2/cpuidle44xx.c |8 arch/arm/mach-omap2/pm.h | 17 +++-- 4 files changed, 22 insertions(+), 22 deletions

[RFC][PATCH 5/9] ARM: OMAP3: cpuidle - remove the 'valid' field

2012-03-23 Thread Daniel Lezcano
With the previous changes all the states are valid, except the last state which can be handled by decreasing the number of states. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2

[RFC][PATCH 7/9] ARM: OMAP3: define statically the omap3_idle_data

2012-03-23 Thread Daniel Lezcano
Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c | 31 ++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index 877a7e1..34e1e34 100644 --- a/arch/arm/mach-omap

[RFC][PATCH 2/9] ARM: OMAP3: cpuidle - remove next_valid_state function

2012-03-23 Thread Daniel Lezcano
As we will be able to remove C-states from userspace with the sysfs API, this function is no longer needed. We remove it and that simplifies the code for more consolidation. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c | 85 + 1 files

[RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Daniel Lezcano
Use the new cpuidle API and define in the driver the states. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c | 85 +--- 1 files changed, 59 insertions(+), 26 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/

[RFC][PATCH 1/9] ARM: OMAP3: cpuidle - remove rx51 cpuidle parameters table

2012-03-23 Thread Daniel Lezcano
As suggested, this table is an optimized version for rx51 and we remove it in order to consolidate the cpuidle code between omap3 and omap4, we remove this specific data definition which is used to override the default omap3 latencies but at the cost of extra code and complexity. In order to not l

[RFC][PATCH 3/9] ARM: OMAP3: cpuidle - set enable_off_mode as static

2012-03-23 Thread Daniel Lezcano
This variable is only used in the pm-debug.c file. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/pm-debug.c |2 +- arch/arm/mach-omap2/pm.h | 30 -- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/arch/arm/mach-omap2/pm-debug.c b/a

suspend function has been merged into pm-qa

2012-03-23 Thread Hongbo Zhang
Hi all, The suspend test[1] had been integrated into pm-qa. Fetch the source: git clone git://git.linaro.org/tools/pm-qa.git Usage of suspend test: make -C suspend check NOTE: Tests suspend_03 and suspend 04 only make sense on Ubuntu laptop, they are currently disabled for LEBs. If you want to t