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
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 si
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
C
On Wednesday 04 April 2012, Chris Simmonds wrote:
>
> On 04/04/12 11:53, Amit Kucheria wrote:
> > On Wed, Apr 4, 2012 at 1:31 PM, Chris Simmonds
> > wrote:
> >> Hello,
> >>
> >> I am working on behalf of an SoC vendor and I am trying to work out which
> >> (if any) of the many git trees at http:
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
>>> lina
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:
gi
| 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
On 13 April 2012 12:01, Tushar Behera 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 AOSP
From: "Ying-Chun Liu (PaulLiu)"
This patch adds device tree support for dialog regulators
Signed-off-by: Ying-Chun Liu (PaulLiu)
Cc: Mark Brown
Cc: Liam Girdwood
Cc: Samuel Ortiz
Cc: Shawn Guo
Cc: Ashish Jangam
---
drivers/regulator/da9052-regulator.c | 29 -
From: "Ying-Chun Liu (PaulLiu)"
This patch adds device-tree support for dialog MFD and the binding
documentations.
Signed-off-by: Ying-Chun Liu (PaulLiu)
Cc: Samuel Ortiz
Cc: Mark Brown
Cc: Shawn Guo
Cc: Ashish Jangam
---
.../devicetree/bindings/mfd/da9052-i2c.txt | 64 ++
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 sho
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 Kachhap wrote:
> Hi Andrey,
>
> Please pull the thermal management work for exynos4 and imx6 p
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>;
> +
On Fri, Apr 13, 2012 at 09:37:41PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> From: "Ying-Chun Liu (PaulLiu)"
>
> 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 the core chang
(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)
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:
http://git.linaro.org/gitweb?p=people/jstultz/android.git;a
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 Kachhap wrote:
Hi Andrey,
Please
On Fri, Apr 13, 2012 at 2:21 AM, Mark Brown
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
>> code classifies as a clean-up mo
On Wed, Apr 11, 2012 at 9:28 PM, Viresh Kumar 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 CLK_SET_RATE_GATE re
On Wed, Apr 11, 2012 at 11:14 PM, Viresh Kumar 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 clk_debug_init(v
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
21 matches
Mail list logo