Greetings,
The llct and ll have been updated to v3.8-rc4.
The tags are llct-20130121.1 and ll-20130122.0 respectively.
Some more details are here:
http://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule
Unless there would be a strong reason, for the 13.01 ll will remain on
llct-20
On 01/20/2013 08:57 AM, Rob Clark wrote:
Btw, not sure if any of you have seen the 0-day kbuild setup that intel has..
https://lists.01.org/mailman/listinfo/kbuild
runs various builds for different archs on every commit with different
configs, randconfig, etc. And various checks with sparse,
On Mon, Jan 21, 2013 at 12:11 PM, John Stultz wrote:
> On 01/20/2013 06:57 AM, Rob Clark wrote:
>>
>> Btw, not sure if any of you have seen the 0-day kbuild setup that intel
>> has..
>>
>> https://lists.01.org/mailman/listinfo/kbuild
>>
>> runs various builds for different archs on every commit wi
On 01/20/2013 06:57 AM, Rob Clark wrote:
Btw, not sure if any of you have seen the 0-day kbuild setup that intel has..
https://lists.01.org/mailman/listinfo/kbuild
runs various builds for different archs on every commit with different
configs, randconfig, etc. And various checks with sparse,
Hi Tixy,
On Wed, Jan 09, 2013 at 05:04:38PM +, Jon Medhurst (Tixy) wrote:
> Patch 25c92a37a (arm64: Always select ARM_AMBA and GENERIC_GPIO)
> expects platforms to have GPIO so we need to make sure vexpress
> always has this by selecting ARCH_REQUIRE_GPIOLIB.
>
> Without this change drivers l
On 01/21/2013 03:38 PM, Santosh Shilimkar wrote:
> On Monday 21 January 2013 07:47 PM, Daniel Lezcano wrote:
>>
>> Hi All,
>>
>> I have a question regarding the behavior of cpuidle on pandaboard.
>>
>> 1. cpuidle is enabled
>>
>> 2. The deep idle states seem to be reach
>>
>> for i in $(find /sys/d
On Monday 21 January 2013 07:47 PM, Daniel Lezcano wrote:
Hi All,
I have a question regarding the behavior of cpuidle on pandaboard.
1. cpuidle is enabled
2. The deep idle states seem to be reach
for i in $(find /sys/devices/system/cpu -name "usage"); do echo "$i :
$(cat $i)"; done
/sys/devi
Hi All,
I have a question regarding the behavior of cpuidle on pandaboard.
1. cpuidle is enabled
2. The deep idle states seem to be reach
for i in $(find /sys/devices/system/cpu -name "usage"); do echo "$i :
$(cat $i)"; done
/sys/devices/system/cpu/cpu0/cpuidle/state0/usage : 7049
/sys/devices
Allow reparenting of a clock(multiple and single parent)
to the orphan list when new parent clock is NULL.
Signed-off-by: Rajagopal Venkat
---
drivers/clk/clk.c | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index e