Re: Android porting session at Connect

2011-10-27 Thread Amit Pundir
On 27 October 2011 19:16, Jon Medhurst (Tixy) wrote: > On Thu, 2011-10-27 at 18:09 +0530, Amit Pundir wrote: > > > This will be a "How-To" session on "Porting Android on New Platforms", > > including but not limited to following sub-topics: > > > >- Android Software Stack overview > >- AOS

Re: linaro-dev Digest, Vol 16, Issue 116

2011-10-27 Thread Fathi Boudra
On 28 October 2011 02:34, Zach Pfeffer wrote: > On 29 September 2011 11:05, Stephen Doel wrote: >> Hi Andy, >> >> Thanks for this initiative. >> >> I've attached a screenshot from Google Analytics showing the most commonly >> hit pages on the Wiki over the past 3 months (I can get you access to t

Re: linaro-dev Digest, Vol 16, Issue 116

2011-10-27 Thread Zach Pfeffer
On 29 September 2011 11:05, Stephen Doel wrote: > Hi Andy, > > Thanks for this initiative. > > I've attached a screenshot from Google Analytics showing the most commonly > hit pages on the Wiki over the past 3 months (I can get you access to the > site if you want to look at in more detail). > > A

Parameterization of an Android Build session at Connect

2011-10-27 Thread Bernhard Rosenkranzer
Hi, we're having a session on parameterization of an Android build at Connect. We will discuss what parts of an Android build should be parameterized outside the source tree. Probably many people of the Android team will want to attend - others interested could be toolchain (compiler flags are on

Linux Developer Tools for Android session at Connect

2011-10-27 Thread Bernhard Rosenkranzer
Hi, we're going to have a session on additional developer tools for Linaro Android at Connect. I think that, given we all need to do debugging at times, probably most of the Android team should be there, and I'd like someone from the toolchain group to be there, given we'll also have toolchain prob

Re: [Libjpeg-turbo-devel] libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread DRC
On 10/27/11 2:30 PM, Siarhei Siamashka wrote: > Also huffman decoder optimizations (which are C code, not SIMD) in > libjpeg-turbo seem to be providing only some barely measurable > improvement on ARM, while huffman speedup is clearly more impressive > on x86. This gives libjpeg-turbo more points o

Re: [Libjpeg-turbo-devel] libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Justin Lebar
> I have spent much time investigating > that as well, and I couldn't manage to find a method that didn't require > moving data back and forth between the SIMD registers and the regular > registers (because you can't branch when using SIMD instructions, and > branching is somewhat critical to the H

Cross-posting to libjpeg-turbo-devel

2011-10-27 Thread DRC
Hi. If you are attempting to cross-post to both linaro-dev and libjpeg-turbo-devel, please subscribe to libjpeg-turbo-devel. Otherwise, every time you CC libjpeg-turbo-devel, the message will automatically be moderated, and I have to manually log in and approve each one. DRC

Re: libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Ilias Biris
On 27/10/11 21:45, Christian Robottom Reis wrote: > Again, wow, thanks for such a thorough analysis. I think this is indeed > very good material for discusing with Ubuntu. Do we have a session > scheduled with them to talk about this? Hi folks there is a session created: https://blueprints.launch

Re: libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Tom Gall
On Thu, Oct 27, 2011 at 1:45 PM, Christian Robottom Reis wrote: > On Wed, Oct 26, 2011 at 03:54:52PM -0500, Tom Gall wrote: >> Hardware used includes the imx53 QuickStart board by freescale and an >> intel core 2 duo in my Lenovo T400. >> >> The results can be found here including both the raw num

[ACTIVITY] Graphics WG weekly status report - wk42.2011 (20111017-20111021)

2011-10-27 Thread Ilias Biris
Full status report is at : https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/WeeklyReport Meeting minutes from wk42: https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-10-19 = Highlights = - 11.10 release + Working on some issues found from Unity/Nux side - eg https:/

Re: libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Christian Robottom Reis
On Thu, Oct 27, 2011 at 10:30:14PM +0300, Siarhei Siamashka wrote: > On Thu, Oct 27, 2011 at 9:45 PM, Christian Robottom Reis > wrote: > > On Wed, Oct 26, 2011 at 03:54:52PM -0500, Tom Gall wrote: > >> Hardware used includes the imx53 QuickStart board by freescale and an > >> intel core 2 duo in m

Re: libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Siarhei Siamashka
On Thu, Oct 27, 2011 at 9:45 PM, Christian Robottom Reis wrote: > On Wed, Oct 26, 2011 at 03:54:52PM -0500, Tom Gall wrote: >> Hardware used includes the imx53 QuickStart board by freescale and an >> intel core 2 duo in my Lenovo T400. >> >> The results can be found here including both the raw num

Re: libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Christian Robottom Reis
On Wed, Oct 26, 2011 at 03:54:52PM -0500, Tom Gall wrote: > Hardware used includes the imx53 QuickStart board by freescale and an > intel core 2 duo in my Lenovo T400. > > The results can be found here including both the raw numbers and pretty > graphs. > > https://wiki.linaro.org/TomGall/LibJpe

Re: Android porting session at Connect

2011-10-27 Thread Jon Medhurst (Tixy)
On Thu, 2011-10-27 at 18:09 +0530, Amit Pundir wrote: > This will be a "How-To" session on "Porting Android on New Platforms", > including but not limited to following sub-topics: > >- Android Software Stack overview >- AOSP Code structure >- Vendor/Device specific settings and HAL im

Re: [PATCH v2 1/7] clk: Add a generic clock infrastructure

2011-10-27 Thread Domenico Andreoli
Hi, On 09/22/2011 05:26 PM, Mike Turquette wrote: > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index 3530927..c53ed59 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -5,3 +5,6 @@ config CLKDEV_LOOKUP > > config HAVE_MACH_CLKDEV > bool > + > +config GENERI

Update on linaro-tracking-androidization for 3.2

2011-10-27 Thread Andy Green
Hi - Linus released 3.1 a couple of days ago, I have archived the tracking androidization patchset with a pure vanilla 3.1 release basis here http://git.linaro.org/gitweb?p=landing-teams/working/ti/kernel.git;a=shortlog;h=refs/heads/linaro-androidization-3.1 The tracking androidization tree has

[ACTIVITY] Android Platform Team 2011-10-17 to 2011-10-23

2011-10-27 Thread Tony Mansson
Key Points for wider discussion === * USB camera (UVC) now works on linaro-android builds. * Test results for 0xbench on Panda builds from 11.04 to 11.10 has been executed: https://docs.google.com/a/linaro.org/#folders/0B0xwyUNxNaAaNWZlYjVhMGQtYmUxMS00ZmE4LTg2YTgtZTkzN

Android porting session at Connect

2011-10-27 Thread Amit Pundir
Hi, Following is the agenda of proposed "Android Porting" session at Connect https://blueprints.launchpad.net/linaro-android/+spec/linaro-platforms-lc4.11-android-porting This will be a "How-To" session on "Porting Android on New Platforms", including but not limited to following sub-topics:

Re: libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-27 Thread Matthias Klose
On 10/26/2011 10:54 PM, Tom Gall wrote: > In prep for Linaro Connect & the Ubuntu Developers Summit next week > I've put together some performance measurements comparing libjpeg8c > and libjpeg-turbo compiled with it's libjpeg8 compatibility setting. > Quality settings of 95 and 75 are used. Image

Re: [RFC PATCH 3/4] ARM: Exynos4: Enable thermal sensor driver for origen board

2011-10-27 Thread Kyungmin Park
Please split the two patches. 1. Add TMU Kconfig 2. board support On Wed, Oct 26, 2011 at 8:36 PM, Amit Daniel Kachhap wrote: > Signed-off-by: Amit Daniel Kachhap > --- >  arch/arm/mach-exynos4/Kconfig       |    5 + >  arch/arm/mach-exynos4/mach-origen.c |   10 ++ >  2 files changed

Re: [RFC PATCH 1/4] ARM: Exynos4: Add thermal sensor driver for samsung exynos4 platform.

2011-10-27 Thread Kyungmin Park
Hi, exynos4 tmu is already merged 3.2-rc you can find it at below message and latest git kernel http://www.spinics.net/lists/lm-sensors/msg33872.html Thank you, Kyungmin Park On Wed, Oct 26, 2011 at 8:36 PM, Amit Daniel Kachhap wrote: > This patch adds support for thermal sensor driver. It supp