Re: Can't view the lava information from android-build for some builds

2012-08-21 Thread YongQin Liu
Hi, All One point I noticed is that the log in url is hard coded with "http://validation.linaro.org/lava-server/accounts/login/";. but the url written in lava-job-info is "https://validation.linaro.org/lava-server";(http://staging.validation.linaro.org when submitted to staging) If we use the url

Re: [PATH v3 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-08-21 Thread Sylwester Nawrocki
Hi Sangwook, On 08/03/2012 04:24 PM, Sangwook Lee wrote: > I was thinking about this, but this seems to be is a bit time-consuming > because > I have to do this just due to lack of s5k4ecgx hardware information. > let me try it later once > this patch is accepted. I've converted this driver to u

Re: Can't view the lava information from android-build for some builds

2012-08-21 Thread Andy Doan
On 08/21/2012 10:45 AM, James Tunnicliffe wrote: On 21 August 2012 16:19, Zach Pfeffer wrote: On 20 August 2012 22:35, YongQin Liu wrote: On 21 August 2012 10:25, YongQin Liu wrote: Hi, Paul I have tried with the Shift+Reload and Ctrl+R about 10 times for each, but the problem still exists

big.LITTLE MP status Aug 20, 2012

2012-08-21 Thread David Zinman
https://wiki.linaro.org/projects/big.LITTLE.MP Roadmap Cards = http://cards.linaro.org/browse/CARD-34 Closeout * A script has been created that emulates a big.LITTLE system on an x86 system by tuning down 2 processors in a cluster to emulate the A7 processors. * Simulation tools and c

2012/8/22 Android Platform Team Meeting Agenda Posted

2012-08-21 Thread Zach Pfeffer
Take a look at: https://wiki.linaro.org/Platform/Android/Meetings/2012-08-22 Feel free to add to the agenda and join us in #linaro-meeting on irc.freenode.net at 13:00 UTC on 8/22/2012. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM S

Re: Can't view the lava information from android-build for some builds

2012-08-21 Thread Zach Pfeffer
On 21 August 2012 10:45, James Tunnicliffe wrote: > On 21 August 2012 16:19, Zach Pfeffer wrote: >> On 20 August 2012 22:35, YongQin Liu wrote: >>> On 21 August 2012 10:25, YongQin Liu wrote: Hi, Paul I have tried with the Shift+Reload and Ctrl+R about 10 times for each, but

Re: Can't view the lava information from android-build for some builds

2012-08-21 Thread James Tunnicliffe
On 21 August 2012 16:19, Zach Pfeffer wrote: > On 20 August 2012 22:35, YongQin Liu wrote: >> On 21 August 2012 10:25, YongQin Liu wrote: >>> Hi, Paul >>> >>> I have tried with the Shift+Reload and Ctrl+R about 10 times for each, >>> but the problem still exists. >>> I have reported it as a bug

Re: Can't view the lava information from android-build for some builds

2012-08-21 Thread Zach Pfeffer
On 20 August 2012 22:35, YongQin Liu wrote: > On 21 August 2012 10:25, YongQin Liu wrote: >> Hi, Paul >> >> I have tried with the Shift+Reload and Ctrl+R about 10 times for each, >> but the problem still exists. >> I have reported it as a bug here: >> https://bugs.launchpad.net/linaro-android-inf

[PATCH 2/3][RFC] devfreq: Add suspend and resume apis

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 15:49, MyungJoo Ham wrote: > > > This patch adds suspend and resume apis needed > > for devices which can idle. Suspend/resume apis > > are called from driver to suspend/resume devfreq > > load monitoring of that device. > > > > Signed-off-by: Rajagopal Venkat > > 1. Some devfre

[PATCH 1/3][RFC] devfreq: Core updates to support devices which can idle

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 12:50, 함명주 wrote: > > > Prepare devfreq core framework to support devices which > > can idle. When device idleness is detected perhaps through > > runtime-pm, need some mechanism to suspend devfreq load > > monitoring and resume when device is back online. Present > > code contin

Re: [PATCH 3/3][RFC] devfreq: Add current freq callback in device profile

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 15:15, 함명주 wrote: >> Devfreq returns governor predicted frequency as current >> frequency via sysfs interface. But device may not support >> all frequencies that governor predicts. As per the design >> its driver responsibility to maintain current frequency >> at which device is

Fwd: [PATCH 0/3][RFC] devfreq: Add support for devices which can idle

2012-08-21 Thread Rajagopal Venkat
-- Forwarded message -- From: Rajagopal Venkat Date: 17 August 2012 23:50 Subject: [PATCH 0/3][RFC] devfreq: Add support for devices which can idle To: mturque...@linaro.org, myungjoo@samsung.com, kyungmin.p...@samsung.com, r...@sisk.pl Cc: patc...@linaro.org, linaro-dev@lists.

Re: [PATCH 2/3][RFC] devfreq: Add suspend and resume apis

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 15:49, MyungJoo Ham wrote: > > This patch adds suspend and resume apis needed > > for devices which can idle. Suspend/resume apis > > are called from driver to suspend/resume devfreq > > load monitoring of that device. > > > > Signed-off-by: Rajagopal Venkat > > 1. Some devfreq

Re: [PATCH 1/3][RFC] devfreq: Core updates to support devices which can idle

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 12:50, 함명주 wrote: > > Prepare devfreq core framework to support devices which > > can idle. When device idleness is detected perhaps through > > runtime-pm, need some mechanism to suspend devfreq load > > monitoring and resume when device is back online. Present > > code continu