[REMINDER] Linaro 11.09 release dates and deliveries

2011-09-12 Thread Fathi Boudra
Hi, This is a mail sent to remind you the coming release dates: * Toolchain WG components release for 11.09 is September 15th, 2011. * Linaro 11.09 components release is September 22nd, 2011. * Linaro 11.09 RC images is September 26th, 2011. * Linaro 11.09 release is September 29th, 2011. Th

Re: Linaro Boot up times.

2011-09-12 Thread Sudhangathan B S
Thankyou for the super quick reponse, I'l keep track of proposed "Investigate and improve the boot speed of Oneiric based images".. at the said link. My boot time measurement markers are: Timer start is at the plug-in (i.e. at the instant when overo-fire is powered) Timer end is when all the ico

[PATCH] ARM: EXYNOS4: Enable double linefill in PL310 Prefetch Control Register

2011-09-12 Thread Siarhei Siamashka
Setting "Double linefill enable" bit improves memcpy performance from ~750 MB/s to ~1150 MB/s when working with large buffers and also the performance of just anything which may need good memory bandwidth (for example, software rendered graphics). Additionally setting "Double linefill on WRAP read

Re: [PATCH] ARM: EXYNOS4: Setup consistent dma size at boot time

2011-09-12 Thread Subash Patel
My bad. I am still referring to drivers/video/samsung/s3cfb_main.c in Linaro-3.0 kernel. Thanks for the pointer. This makes sense now. Also, we will not be able to use CMA directly, even after it gets mainlined. It needs to be called from the dma_alloc_*() with appropriate attributes. Regard

Re: [PATCH] ARM: EXYNOS4: Setup consistent dma size at boot time

2011-09-12 Thread Tushar Behera
Hi Subash, On Monday 12 September 2011 08:32 PM, Subash Patel wrote: Hi Tushar, On 09/12/2011 11:25 AM, Tushar Behera wrote: Some of the boards under mach-exynos4 initialize frame-buffers for which the memory requirement is more than 2MB (Nuri board requires around 4MB, Origen requires around

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Zach Pfeffer
On 12 September 2011 16:36, Michael Hope wrote: > On Mon, Sep 12, 2011 at 11:36 PM, Loïc Minier wrote: >> On Mon, Sep 12, 2011, Zach Pfeffer wrote: >>> I think stage is okay. Its short for staging which is used in the >>> kernel as a place for things which aren't mainline. >>> If I hear of any ot

Re: Bootchart results

2011-09-12 Thread Guilherme Salgado
On Mon, 2011-09-12 at 15:13 -0500, Paul Larson wrote: > This time with the attachment :) > > On Mon, Sep 12, 2011 at 2:16 PM, Paul Larson > wrote: > I started working on a results view in LAVA for the bootchart > results since they are now part of the daily runs. This is >

Re: [PATCH 4/6] drm/gem: add functions to get/put pages

2011-09-12 Thread Rob Clark
On Mon, Sep 12, 2011 at 2:21 PM, Rob Clark wrote: > From: Rob Clark > > This factors out common code from psb_gtt_attach_pages()/ > i915_gem_object_get_pages_gtt() and psb_gtt_detach_pages()/ > i915_gem_object_put_pages_gtt(). > > Signed-off-by: Rob Clark > --- >  drivers/gpu/drm/drm_gem.c |   6

Re: [PATCH 6/6] drm/gma500: use common functions for get/put pages

2011-09-12 Thread Alan Cox
> > 3. GMA500 used the old way of doing things because last mail conversation > > I had with Hugh the cleaned up interfaces could not guarantee the page is > > mapped in the low 32bits and for any of the GMA500/600 series devices. > > > > Has that changed ? I think I'd also prefer it if the methods

Re: [PATCH 6/6] drm/gma500: use common functions for get/put pages

2011-09-12 Thread Rob Clark
On Mon, Sep 12, 2011 at 3:31 PM, Alan Cox wrote: > On Mon, 12 Sep 2011 14:21:26 -0500 > Rob Clark wrote: > >> From: Rob Clark >> >> Signed-off-by: Rob Clark > > Generally looks sensible but: > > 1. This is a staging driver, so good practise is to cc the staging > maintainer and preferably the a

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Michael Hope
On Mon, Sep 12, 2011 at 11:36 PM, Loïc Minier wrote: > On Mon, Sep 12, 2011, Zach Pfeffer wrote: >> I think stage is okay. Its short for staging which is used in the >> kernel as a place for things which aren't mainline. >> If I hear of any other issues with the name I'll think we can >> reevaluat

Re: Bootchart results

2011-09-12 Thread Paul Larson
On Mon, Sep 12, 2011 at 3:37 PM, Tom Gall wrote: > The machine, configuration would be also good to have as part of the > context. Media (class if applicable) in use. > What kind of configuration are you looking for? This doesn't sound like something that would fit well on the graph, but better

Re: Bootchart results

2011-09-12 Thread Paul Larson
On Mon, Sep 12, 2011 at 3:32 PM, Jesse Barker wrote: > Is this "time to boot to a prompt"? > Someone can correct me if I'm wrong here, but iirc it looks for getty or the display manager (or greeter) depending on which runlevel it hits. http://www.bootchart.org/ has more information on the benchmar

Re: Bootchart results

2011-09-12 Thread Tom Gall
The machine, configuration would be also good to have as part of the context. Media (class if applicable) in use. The times noted for developer and nano seem quite long. Regards, Tom On Mon, Sep 12, 2011 at 3:13 PM, Paul Larson wrote: > This time with the attachment :) > > On Mon, Sep 12, 2011

Re: Bootchart results

2011-09-12 Thread Jesse Barker
Is this "time to boot to a prompt"? cheers, Jesse On Mon, Sep 12, 2011 at 1:13 PM, Paul Larson wrote: > This time with the attachment :) > > On Mon, Sep 12, 2011 at 2:16 PM, Paul Larson wrote: >> >> I started working on a results view in LAVA for the bootchart results >> since they are now part

Re: [PATCH 6/6] drm/gma500: use common functions for get/put pages

2011-09-12 Thread Alan Cox
On Mon, 12 Sep 2011 14:21:26 -0500 Rob Clark wrote: > From: Rob Clark > > Signed-off-by: Rob Clark Generally looks sensible but: 1. This is a staging driver, so good practise is to cc the staging maintainer and preferably the author (though I'm on dri-devel so its ok). It needs to be co-ordi

[PATCH v2] ORIGEN : use absolute paths and fix tool naming

2011-09-12 Thread Angus Ainslie
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Get rid of MSDOS style excecutable extension Signed-off-by: Angus Ainslie --- board/samsung/origen/Makefile |6 +++--- spl/Makefile |2 +- 2 files cha

Re: Code Review for enabling wifi for Pandaboard

2011-09-12 Thread Vishal Bhoj
Please review the following commits. http://review.android.git.linaro.org/#change,175 http://review.android.git.linaro.org/#change,183 http://review.android.git.linaro.org/#change,185 On 13 September 2011 01:04, Vishal Bhoj wrote: > Please review the following commits instead of #176 and #178 >

Re: Code Review for enabling wifi for Pandaboard

2011-09-12 Thread Vishal Bhoj
Please review the following commits instead of #176 and #178 http://review.android.git.linaro.org/#change,184 http://review.android.git.linaro.org/#change,185 On 12 September 2011 23:14, Vishal Bhoj wrote: > Hello All, > > These are the changes to enable wifi on Pandaboard.Please review them. >

Re: people summaries broken on status.linaro.org

2011-09-12 Thread James Westby
Hi, This is now fixed, and the other pages will be updating over the next hour or so. The problem was a bug that only seems to manifest in production, so I've rolled back for now until we can investigate and fix it. Thanks, James On Mon, 12 Sep 2011 15:59:20 +0100, Dave Martin wrote: > Hi all

Re: [PATCH 0/6] Common functions for GEM (v2)

2011-09-12 Thread Dave Airlie
On Mon, Sep 12, 2011 at 8:21 PM, Rob Clark wrote: > From: Rob Clark > > In the process of adding GEM support for omapdrm driver, I noticed that > I was adding code for creating/freeing mmap offsets which was virtually > identical to what was already duplicated in i915 and gma500 drivers. > And th

[PATCH 5/6] drm/i915: use common functions for get/put pages

2011-09-12 Thread Rob Clark
From: Rob Clark Signed-off-by: Rob Clark --- drivers/gpu/drm/i915/i915_gem.c | 51 +++--- 1 files changed, 10 insertions(+), 41 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index ee59f31..6b49b4e 100644 --- a/driv

[PATCH 0/6] Common functions for GEM (v2)

2011-09-12 Thread Rob Clark
From: Rob Clark In the process of adding GEM support for omapdrm driver, I noticed that I was adding code for creating/freeing mmap offsets which was virtually identical to what was already duplicated in i915 and gma500 drivers. And the code for attach/detatch_pages was quite similar as well. Ra

[PATCH 4/6] drm/gem: add functions to get/put pages

2011-09-12 Thread Rob Clark
From: Rob Clark This factors out common code from psb_gtt_attach_pages()/ i915_gem_object_get_pages_gtt() and psb_gtt_detach_pages()/ i915_gem_object_put_pages_gtt(). Signed-off-by: Rob Clark --- drivers/gpu/drm/drm_gem.c | 68 + include/drm/drmP.h

[PATCH 3/6] drm/gma500: use common functions for mmap offset creation

2011-09-12 Thread Rob Clark
From: Rob Clark Signed-off-by: Rob Clark Signed-off-by: Alan Cox --- drivers/staging/gma500/gem.c |2 +- drivers/staging/gma500/gem_glue.c | 61 + drivers/staging/gma500/gem_glue.h |1 - 3 files changed, 2 insertions(+), 62 deletions(-) diff

[PATCH 2/6] drm/i915: use common functions for mmap offset creation

2011-09-12 Thread Rob Clark
From: Rob Clark Signed-off-by: Rob Clark --- drivers/gpu/drm/i915/i915_gem.c | 85 +-- 1 files changed, 2 insertions(+), 83 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index a546a71..ee59f31 100644 --- a/driv

[PATCH 1/6] drm/gem: add functions for mmap offset creation

2011-09-12 Thread Rob Clark
From: Rob Clark Signed-off-by: Rob Clark --- drivers/gpu/drm/drm_gem.c | 88 + include/drm/drmP.h|3 ++ 2 files changed, 91 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c index 186d62e..

[PATCH 6/6] drm/gma500: use common functions for get/put pages

2011-09-12 Thread Rob Clark
From: Rob Clark Signed-off-by: Rob Clark --- drivers/staging/gma500/gtt.c | 47 ++--- 1 files changed, 12 insertions(+), 35 deletions(-) diff --git a/drivers/staging/gma500/gtt.c b/drivers/staging/gma500/gtt.c index 461ead2..f453321 100644 --- a/drivers/st

Bootchart results

2011-09-12 Thread Paul Larson
I started working on a results view in LAVA for the bootchart results since they are now part of the daily runs. This is using a partial copy of the data I have locally, so please don't concern yourself too much with the actual data in it. A couple of things to point out: 1. legend is not placed

Re: Internal License for PyCharm available

2011-09-12 Thread Zygmunt Krynicki
W dniu 12.09.2011 15:56, James Tunnicliffe pisze: On 12 September 2011 13:27, Zygmunt Krynicki wrote: W dniu 12.09.2011 13:31, James Tunnicliffe pisze: On 12 September 2011 12:17, Zygmunt Krynicki wrote: W dniu 12.09.2011 12:49, James Tunnicliffe pisze: Hi, If you are a Python devel

Code Review for enabling wifi for Pandaboard

2011-09-12 Thread Vishal Bhoj
Hello All, These are the changes to enable wifi on Pandaboard.Please review them. http://review.android.git.linaro.org/#change,175 This enables wpa_supplicant build for pandaboard adds wpa_supplicant.conf file for Pandaboard. http://review.android.git.linaro.org/#change,176 This change was necess

Re: [PATCH] ARM: EXYNOS4: Setup consistent dma size at boot time

2011-09-12 Thread Subash Patel
Hi Tushar, On 09/12/2011 11:25 AM, Tushar Behera wrote: Some of the boards under mach-exynos4 initialize frame-buffers for which the memory requirement is more than 2MB (Nuri board requires around 4MB, Origen requires around 2.6MB), hence the default dma pool allocation size of 2MB is not suffic

people summaries broken on status.linaro.org

2011-09-12 Thread Dave Martin
Hi all, I don't remember off the top of my head who maintains status.linaro.org, but the people summaries don't seem to be working for me: http://status.linaro.org/11.11/people.html I just get a page with the following. Cheers ---Dave People These are all of the people. Click on any to see t

Re: [PATCH 2/2] mmc: mmci: simplify err check in mmci_post_request

2011-09-12 Thread Linus Walleij
On Mon, Aug 29, 2011 at 3:35 PM, Per Forlin wrote: > The error condition indicates that mmci_post_request() should cleanup > after the mmci_pre_request(). In this case the resources allocated by > device_prep_slave_sg() are freed by calling dmaengine_terminate_all(). > dma_unmap_sg() should alway

Re: [PATCH 1/2] mmc: core: clarify how to use post_req in case of errors

2011-09-12 Thread Linus Walleij
On Mon, Aug 29, 2011 at 3:35 PM, Per Forlin wrote: > The err condition in post_req() is set to undo a call made > to pre_req() that hasn't been started yet. > The err condition is not set if an MMC request returns error. > > Signed-off-by: Per Forlin Comments look correct so: Acked-by: Linus Wa

Re: Internal License for PyCharm available

2011-09-12 Thread James Tunnicliffe
On 12 September 2011 13:27, Zygmunt Krynicki wrote: > W dniu 12.09.2011 13:31, James Tunnicliffe pisze: >> >> On 12 September 2011 12:17, Zygmunt Krynicki >>  wrote: >>> >>> W dniu 12.09.2011 12:49, James Tunnicliffe pisze: Hi, If you are a Python developer you are now able to

[NOTES] DevPlatform Meeting 2011-09-08

2011-09-12 Thread David Zinman
Enclosed, please find a link to the agenda, notes and actions from the weekly Developer Platform meeting held on September 8th in #linaro-meeting on irc.freenode.net at 14:00 UTC. == Meeting Minutes == https://wiki.linaro.org/Platform/DevPlatform/Meetings/2011-09-08 == Meeting Log == http://irc

Re: Internal License for PyCharm available

2011-09-12 Thread Zygmunt Krynicki
W dniu 12.09.2011 13:31, James Tunnicliffe pisze: On 12 September 2011 12:17, Zygmunt Krynicki wrote: W dniu 12.09.2011 12:49, James Tunnicliffe pisze: Hi, If you are a Python developer you are now able to use the commercial IDE PyCharm (http://www.jetbrains.com/pycharm/) as a Linaro engine

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Zach Pfeffer
On 12 September 2011 06:36, Loïc Minier wrote: > On Mon, Sep 12, 2011, Zach Pfeffer wrote: >> I think stage is okay. Its short for staging which is used in the >> kernel as a place for things which aren't mainline. >> If I hear of any other issues with the name I'll think we can >> reevaluate it,

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Loïc Minier
On Mon, Sep 12, 2011, Zach Pfeffer wrote: > I think stage is okay. Its short for staging which is used in the > kernel as a place for things which aren't mainline. > If I hear of any other issues with the name I'll think we can > reevaluate it, but overall I think the term stage is okay. Sorry fo

Re: Internal License for PyCharm available

2011-09-12 Thread James Tunnicliffe
On 12 September 2011 12:17, Zygmunt Krynicki wrote: > W dniu 12.09.2011 12:49, James Tunnicliffe pisze: >> >> Hi, >> >> If you are a Python developer you are now able to use the commercial >> IDE PyCharm (http://www.jetbrains.com/pycharm/) as a Linaro engineer. >> Since the license is for Linaro e

Re: Internal License for PyCharm available

2011-09-12 Thread Zygmunt Krynicki
W dniu 12.09.2011 12:49, James Tunnicliffe pisze: Hi, If you are a Python developer you are now able to use the commercial IDE PyCharm (http://www.jetbrains.com/pycharm/) as a Linaro engineer. Since the license is for Linaro engineers only I have put it on the internal wiki at https://wiki.linar

Re: [PATCH v4] ASoC: omap: convert per-board modules to platform drivers

2011-09-12 Thread Mark Brown
On Sun, Sep 11, 2011 at 11:57:32AM +0100, Mans Rullgard wrote: > This converts the per-board modules to platform drivers for a > device created by in main platform setup. These drivers call > snd_soc_register_card() directly instead of going via a "soc-audio" > device and the corresponding driver

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Zach Pfeffer
On 12 September 2011 06:00, Alexander Sack wrote: > On Fri, Sep 9, 2011 at 7:34 PM, Christian Robottom Reis > wrote: >> >> On Fri, Sep 09, 2011 at 12:09:55PM -0500, Zach Pfeffer wrote: >> > The term "Stage" is used to indicate builds that contain patches that >> > haven't been upstreamed. >> >> T

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Alexander Sack
On Fri, Sep 9, 2011 at 7:34 PM, Christian Robottom Reis wrote: > On Fri, Sep 09, 2011 at 12:09:55PM -0500, Zach Pfeffer wrote: > > The term "Stage" is used to indicate builds that contain patches that > > haven't been upstreamed. > > That a pretty confusing term. Are we sure we want to call it tha

Internal License for PyCharm available

2011-09-12 Thread James Tunnicliffe
Hi, If you are a Python developer you are now able to use the commercial IDE PyCharm (http://www.jetbrains.com/pycharm/) as a Linaro engineer. Since the license is for Linaro engineers only I have put it on the internal wiki at https://wiki.linaro.org/Internal/Licenses. Enjoy, -- James Tunnicli

Re: [PATCH] mmc: omap_hsmmc: DMA unmap only once in case of MMC error

2011-09-12 Thread Per Forlin
On 1 September 2011 21:19, S, Venkatraman wrote: > On Mon, Aug 29, 2011 at 3:38 AM, Per Forlin wrote: >> Reported by Russell King: >> >> mmcblk0: error -84 transferring data, sector 149201, nr 64, >> cmd response 0x900, card status 0xb00 >> mmcblk0: retrying using single block read >

Re: Linaro Boot up times.

2011-09-12 Thread Loïc Minier
On Mon, Sep 12, 2011, Sudhangathan B S wrote: > Is there a way to boot up Linaro in under 40 sec. ?? This could include > increasing CPU speeds or more OS tweaks There are plenty of ways to improve boot, the most effective way being to remove things you don't need (e.g. not starting services

Re: [Samsung] [PATCH] ORIGEN : enable device tree support

2011-09-12 Thread Chander Kashyap
Dear Angus, On 10 September 2011 03:32, wrote: > From: Angus Ainslie > > Enable passing a flattened device tree to the kernel. > > Signed-off-by: Angus Ainslie Acked-by: Chander Kashyap > --- >  include/configs/origen.h |    3 +++ >  1 files changed, 3 insertions(+), 0 deletions(-) > > diff -