Re: ssh on Foundation v8 model filesystem

2013-01-15 Thread Riku Voipio
Hi Tim, This looks like a problem in our OpenEmbedded setup. Please file a bug against linaro-oe: ( https://bugs.launchpad.net/linaro-oe ) and we will dig into it. Riku On 15 January 2013 16:51, Tim Northover wrote: > Hi there, > > We're hoping to use the foundation model and its filesystem fo

Re: [PATCH] clk: remove unreachable code

2013-01-15 Thread Mike Turquette
Quoting Rajagopal Venkat (2013-01-08 22:29:48) > while reparenting a clock, NULL check is done for clock in > consideration and its new parent. So re-check is not required. > If done, else part becomes unreachable. > > Signed-off-by: Rajagopal Venkat > --- > drivers/clk/clk.c | 13 ++--

RE: [PATCH] Genericise CPUIdle for ARM big.LITTLE

2013-01-15 Thread Nicolas Pitre
On Tue, 15 Jan 2013, Mark Hambleton wrote: > Hi Lorenzo, > > > > +obj-$(CONFIG_BIG_LITTLE) += arm_big_little.o > > There is nothing big.LITTLE specific in all of this, so arm_idle.c would > >be better. > > I figured that because the current version calls into the big.little > platform power fr

Re: [PATCH] Genericise CPUIdle for ARM big.LITTLE

2013-01-15 Thread Lorenzo Pieralisi
On Tue, Jan 15, 2013 at 04:22:22PM +, Steve Bannister wrote: > Thanks for this Mark, > > CCing Lorenzo as this doesn't seem to have come through on the linaro-devs > list. > > Cheers, > > Steve > > On 15 Jan 2013, at 13:35, Mark Hambleton wrote: > > > Take the TC2 version of CPUIdle and

Re: [PATCH] Genericise CPUIdle for ARM big.LITTLE

2013-01-15 Thread Steve Bannister
Thanks for this Mark, CCing Lorenzo as this doesn't seem to have come through on the linaro-devs list. Cheers, Steve On 15 Jan 2013, at 13:35, Mark Hambleton wrote: > Take the TC2 version of CPUIdle and remove TC2 specific line. > Move the file to drivers/cpuidle. > Introduce the concept of "

ssh on Foundation v8 model filesystem

2013-01-15 Thread Tim Northover
Hi there, We're hoping to use the foundation model and its filesystem for our LLVM AArch64 testing, but I'm having some difficulties getting reliable ssh access. I'm running the suggested kernel image and filesystem with options: $ Foundation_v8pkg/Foundation_v8 --image img-foundation.axf --bloc

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.01

2013-01-15 Thread Andrey Konovalov
On 01/15/2013 01:55 PM, Viresh Kumar wrote: On 15 January 2013 14:59, Andrey Konovalov wrote: The current 13.01 schedule has been published on wiki: https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule Initial versions of llct and ll trees has been pushed to g.l.o, kernel/li

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.01

2013-01-15 Thread Andrey Konovalov
On 01/15/2013 03:59 PM, Tushar Behera wrote: On 01/15/2013 02:59 PM, Andrey Konovalov wrote: Greetings, The current 13.01 schedule has been published on wiki: https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule Initial versions of llct and ll trees has been pushed to g.l.o,

Re: [PATCH 5/5] ARM: exynos: enable/disable cpuidle when cpu1 is down/up

2013-01-15 Thread Daniel Lezcano
On 01/10/2013 11:33 PM, amit daniel kachhap wrote: > On Thu, Jan 10, 2013 at 1:32 PM, Daniel Lezcano > wrote: >> On 01/10/2013 09:07 PM, amit daniel kachhap wrote: >>> Hi Daniel, >> >> Hi Amit Daniel, >> >>> This hotplug noifiers looks fine. I suppose it should add extra state >>> C1 in cpu0. If

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.01

2013-01-15 Thread Tushar Behera
On 01/15/2013 02:59 PM, Andrey Konovalov wrote: > Greetings, > > The current 13.01 schedule has been published on wiki: > > https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule > > Initial versions of llct and ll trees has been pushed to g.l.o, > kernel/linux-linaro-tracking.gi

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-15 Thread Rajagopal Venkat
On 14 January 2013 20:18, MyungJoo Ham wrote: > On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat > wrote: >> devfreq stats is not taking device suspend and resume into >> account. Fix it. >> >> Signed-off-by: Rajagopal Venkat > > With monitor_suspend(), we are suspending the DVFS mechanism of a

Re: [PATCH 2/3] PM / devfreq: fix stats start time stamp

2013-01-15 Thread Rajagopal Venkat
On 14 January 2013 20:12, MyungJoo Ham wrote: > On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat > wrote: >> Mark the stats start time stamp when actual load monitoring is >> started for accuracy. >> > > It appears that you are changing the semantics of the information here. > > > For example, in

Re: [PATCH 1/3] PM / devfreq: set min/max freq limit from freq table

2013-01-15 Thread Rajagopal Venkat
On 14 January 2013 20:06, MyungJoo Ham wrote: > On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat > wrote: >> Set devfreq device min and max frequency limits when device >> is added to devfreq, provided frequency table is supplied. >> This helps governors to suggest target frequency with in >> lim

[PATCH] vexpress: Move set_irq_affinity.sh to /sbin/

2013-01-15 Thread Jon Medhurst (Tixy)
This is needed so the file is given executable permissions when it is placed in the initrd. (Android doesn't use the file's attributes when creating filesystems, instead it applies the set of rules in system/core/include/private/android_filesystem_config.h) This fixes bug: https://bugs.launchpad.n

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.01

2013-01-15 Thread Viresh Kumar
On 15 January 2013 14:59, Andrey Konovalov wrote: > The current 13.01 schedule has been published on wiki: > > https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule > > Initial versions of llct and ll trees has been pushed to g.l.o, > kernel/linux-linaro-tracking.git yesterday. >

[ANNOUNCE] linux-linaro kernel schedule for 13.01

2013-01-15 Thread Andrey Konovalov
Greetings, The current 13.01 schedule has been published on wiki: https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule Initial versions of llct and ll trees has been pushed to g.l.o, kernel/linux-linaro-tracking.git yesterday. The 13.01 release would be v3.8-rc4 based (tent