Re: [RFC] Scheduler recorder and playback

2012-04-13 Thread Dmitry Antipov
On 04/12/2012 04:51 PM, Pantelis Antoniou wrote: The data file is not readable by me version of perf. Oops. This should be investigated. We definitely wants the perf data to be portable (or, at least, portable with some limitations between different hardware of the same major architecture).

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Sangwook Lee
Hi John On 11/04/12 20:19, John Stultz wrote: On 04/09/2012 03:18 PM, John Stultz wrote: I went ahead and forward ported the AOSP-3.3 tree to 3.4-rc1. You can grab it here: git://git.linaro.org/people/jstultz/android.git linaro-android-3.4-jstultz-rebase Sigh. Looks like the Google devs are

Re: [PATCH 00/13] common clk framework misc fixes

2012-04-13 Thread Mark Brown
On Wed, Apr 11, 2012 at 06:02:38PM -0700, Mike Turquette wrote: This series collects many of the fixes posted for the recently merged common clock framework as well as some general clean-up. Most of the code classifies as a clean-up moreso than a bug fix; hopefully this is not a problem since

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Jon Medhurst (Tixy)
Hi John When using the linaro-android-3.4 branch the mouse buttons don't seem to work. I've tracked the problem down to something you fixed in linaro-android-3.4-jstultz-rebase, namely: http://git.linaro.org/gitweb?p=people/jstultz/android.git;a=commit;h=2d571b539f94918e416971d0d2a7584544906f2c

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Tushar Behera
On 04/13/2012 02:48 PM, Sangwook Lee wrote: Hi John On 11/04/12 20:19, John Stultz wrote: On 04/09/2012 03:18 PM, John Stultz wrote: I went ahead and forward ported the AOSP-3.3 tree to 3.4-rc1. You can grab it here: git://git.linaro.org/people/jstultz/android.git

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Tushar Behera
On 04/13/2012 04:19 PM, Tushar Behera wrote: On 04/13/2012 02:48 PM, Sangwook Lee wrote: Hi John On 11/04/12 20:19, John Stultz wrote: On 04/09/2012 03:18 PM, John Stultz wrote: I went ahead and forward ported the AOSP-3.3 tree to 3.4-rc1. You can grab it here:

Re: About how to integrate android test into LAVA

2012-04-13 Thread YongQin Liu
| Put this email in a Wiki: | https://wiki.linaro.org/Platform/Android/IntegrateATestIntoLava Thank you for put it into a wiki, Zach! The wiki is a good place. Add in MANIFEST.in if there is a folder for the test case: include lava_android_test/test_definitions/${test_folder}/* Add an entry

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Sangwook Lee
On 13 April 2012 12:01, Tushar Behera tushar.beh...@linaro.org wrote: On 04/13/2012 04:19 PM, Tushar Behera wrote: On 04/13/2012 02:48 PM, Sangwook Lee wrote: Hi John On 11/04/12 20:19, John Stultz wrote: On 04/09/2012 03:18 PM, John Stultz wrote: I went ahead and forward ported the

[PATCH v2 2/2] regulator: da9052: add device tree support

2012-04-13 Thread Ying-Chun Liu (PaulLiu)
From: Ying-Chun Liu (PaulLiu) paul@linaro.org This patch adds device tree support for dialog regulators Signed-off-by: Ying-Chun Liu (PaulLiu) paul@linaro.org Cc: Mark Brown broo...@opensource.wolfsonmicro.com Cc: Liam Girdwood l...@ti.com Cc: Samuel Ortiz sa...@linux.intel.com Cc: Shawn

[PATCH v2 1/2] mfd: da9052: add device-tree support for i2c driver

2012-04-13 Thread Ying-Chun Liu (PaulLiu)
From: Ying-Chun Liu (PaulLiu) paul@linaro.org This patch adds device-tree support for dialog MFD and the binding documentations. Signed-off-by: Ying-Chun Liu (PaulLiu) paul@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Mark Brown broo...@opensource.wolfsonmicro.com Cc: Shawn Guo

Re: [RFC] Scheduler recorder and playback

2012-04-13 Thread Pantelis Antoniou
Hi Dmitry, Yes, I know, the non-portability of perf.data is a big issue, and one of the design goals of spr-replay. The generated program by spr-replay is perfectly portable, but due to the way perf data format is, they are not. We can't do anything about perf.data, but the spr-replay program

Re: [PATCH v2 1/2] mfd: da9052: add device-tree support for i2c driver

2012-04-13 Thread Mark Brown
On Fri, Apr 13, 2012 at 09:37:40PM +0800, Ying-Chun Liu (PaulLiu) wrote: + regulators { + buck0 { + regulator-name = DA9052_BUCK_CORE; + regulator-min-microvolt = 50; +

Re: [PATCH v2 2/2] regulator: da9052: add device tree support

2012-04-13 Thread Mark Brown
On Fri, Apr 13, 2012 at 09:37:41PM +0800, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org This patch adds device tree support for dialog regulators Applied, thanks. It'd be good to correct the documentation in patch 1 but there should be no code dependency on

Re: [PATCH] rtc: add support for Freescale SNVS RTC

2012-04-13 Thread Ying-Chun Liu (PaulLiu)
(2012年03月22日 23:11), Shawn Guo wrote: On Mon, Mar 19, 2012 at 09:04:29PM +0800, Ying-Chun Liu (PaulLiu) wrote: + +#define RTC_READ_TIME_47BIT _IOR('p', 0x20, unsigned long long) +/* blocks until LPSCMR is set, returns difference */ +#define RTC_WAIT_TIME_SET _IOR('p', 0x21, int64_t) +

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread John Stultz
On 04/13/2012 03:22 AM, Jon Medhurst (Tixy) wrote: Hi John When using the linaro-android-3.4 branch the mouse buttons don't seem to work. I've tracked the problem down to something you fixed in linaro-android-3.4-jstultz-rebase, namely:

Re: Thermal release for this month.

2012-04-13 Thread Andrey Konovalov
Greetings, On 04/13/2012 05:52 PM, Amit Kucheria wrote: Adding Guodong and Tushar to make sure that the LT trees also have thermal management turned on for 12.04. And cc'ing linaro-dev and the release manager. :) /Amit On Fri, Apr 13, 2012 at 4:47 PM, Amit Kachhapamit.kach...@linaro.org

Re: [PATCH 00/13] common clk framework misc fixes

2012-04-13 Thread Turquette, Mike
On Fri, Apr 13, 2012 at 2:21 AM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Apr 11, 2012 at 06:02:38PM -0700, Mike Turquette wrote: This series collects many of the fixes posted for the recently merged common clock framework as well as some general clean-up.  Most of the

Re: [PATCH 01/13] clk: core: correct clk_set_rate kerneldoc

2012-04-13 Thread Turquette, Mike
On Wed, Apr 11, 2012 at 9:28 PM, Viresh Kumar viresh.ku...@st.com wrote: On 4/12/2012 6:32 AM, Mike Turquette wrote: - * If clk has the CLK_SET_RATE_GATE flag set and it is enabled this call - * will fail; only when the clk is disabled will it be able to change - * its rate. Why is

Re: [PATCH 02/13] clk: core: remove dead code paths

2012-04-13 Thread Turquette, Mike
On Wed, Apr 11, 2012 at 11:14 PM, Viresh Kumar viresh.ku...@st.com wrote: On 4/12/2012 6:32 AM, Mike Turquette wrote: diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 3ed36d3..4daacf5 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -194,7 +194,7 @@ static int __init

Re: Thermal release for this month.

2012-04-13 Thread Christian Robottom Reis
On Sat, Apr 14, 2012 at 01:02:59AM +0400, Andrey Konovalov wrote: 2) So the new thermal_exynos4_imx6_work obsoletes the old exynos_thermal_framework_V2 topic. You should mention that explicitly when asking to add the new one to linux-linaro! I was a bit surprised at something related to this