Re: LAVA scheduler spec

2011-02-11 Thread Paul Larson
> > > Ah, you are correct, that's excellent - a user story in the scheduler > should then look something like this: "Dave wants to rerun a previous test > job from test job history". Comments? > > This would basically be a "resubmit job" feature, that would replicate the same parameters as the orig

Notes & Actions: Linaro Graphics Working Group - Feb 09, 2011

2011-02-11 Thread Alexandros Frantzis
Hi, notes and actions from our Wednesday graphics working group call are available on the wiki: + https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-02-09 Details about when and where of this meeting can be found here: + https://wiki.linaro.org/WorkingGroups/Middleware/Grap

Re: [PATCH] ARM: SAMSUNG: Removing dependency on CONFIG_PM_DEBUG for clock debugging

2011-02-11 Thread Amit Kucheria
On Fri, Feb 11, 2011 at 11:22 AM, Amit Kachhap wrote: > yes this is a temporary patch untill all the PM > components(sleep/resume) are mainlined. > The exact compilation error is, > >  CC      arch/arm/plat-samsung/pm.o > arch/arm/plat-samsung/pm.c:32: fatal error: mach/pm-core.h: No such > file o

Minutes and actions from MM WG call on 8th Feb 2011

2011-02-11 Thread Sachin Gupta
Hi All, Please find enclosed link to minutes and actions for multimedia wg meeting on 8st Feb 2011. https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2011-02-08 Summary - Discussions with gstreamer lead architect on improvements in gstreamer for zero copy on going - Discussion

Re: [RFC] dt: add of_platform_bus_snoop() which attaches nodes to devices

2011-02-11 Thread Thomas Abraham
Hi Grant, On 1 February 2011 03:31, Grant Likely wrote: > This patch implements an alternate method for using device tree data > for populating machine device registration.  Traditionally, board > support has directly generated and registered devices based on nodes > in the device tree.  The boar

[PATCH v2 1/2] ARM: IMX5: cpuidle driver

2011-02-11 Thread yong . shen
From: Yong Shen implement cpuidle driver for iMX5 SOCs, leave cpuidle params to board related code. Signed-off-by: Yong Shen --- arch/arm/mach-mx5/Makefile |1 + arch/arm/mach-mx5/cpuidle.c | 113 +++ arch/arm/mach-mx5/cpuidle.h | 26 ++

[PATCH v2 2/2] ARM: IMX5 bbg: add cpuidle parameters

2011-02-11 Thread yong . shen
From: Yong Shen This parameters are workable, but need further tuning. Signed-off-by: Yong Shen --- arch/arm/mach-mx5/board-mx51_babbage.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babb

[PATCH v2 0/2] ARM: IMX5: cpuidle driver

2011-02-11 Thread yong . shen
change log: 1. move code to arch/arm/mach-mx5/, since it is cpu-type specific 2. provide a interface for various board to register board-specific params. ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/li

Re: [PATCH] ARM: SAMSUNG: Removing dependency on CONFIG_PM_DEBUG for clock debugging

2011-02-11 Thread Amit Kachhap
yes this is a temporary patch untill all the PM components(sleep/resume) are mainlined. The exact compilation error is, CC arch/arm/plat-samsung/pm.o arch/arm/plat-samsung/pm.c:32: fatal error: mach/pm-core.h: No such file or directory compilation terminated. make[1]: *** [arch/arm/plat-sams