Re: [PATCH v2 3/4] omap-serial: Add minimal device tree support

2011-11-28 Thread Rajendra Nayak
On Monday 28 November 2011 07:09 PM, Rob Herring wrote: On 11/22/2011 07:44 AM, Rajendra Nayak wrote: Adapt the driver to device tree and pass minimal platform data from device tree needed for console boot. No power management features will be suppported for now since it requires more tweaks aro

Re: End to end audio test - initial drop

2011-11-28 Thread Jassi Brar
On 29 November 2011 07:31, Kurt Taylor wrote: > Hi everyone, > > Last week I did an initial drop of the end to end audio test we have been > discussing. > > The idea is fairly simple, play a sine wave and test the audio stack by > sampling/testing the sine back in via loopback cable. The app is ca

RE: Build instructions for directfb-1.6.0pre1-2011.11 ?

2011-11-28 Thread Kui Zheng
Hi, Compare to upstream, The only change is that you can enable NEON acceleration by " --enable-neon" config flag. In fact, the flag is "auto" by default. Ok, try following options on your platform. Compiler is gcc. DIRECTFB_CONF_OPT = \ --enable-static \ --enable-shared \

Re: End to end audio test - initial drop

2011-11-28 Thread Ash Charles
Cool! Kurt, thanks for publishing such a useful tool; you will have made many people who test Gumstix Overos happy that they don't have to listen to inane audio samples each time a board is tested. -Ash On Mon, Nov 28, 2011 at 6:01 PM, Kurt Taylor wrote: > Hi everyone, > > Last week I did an in

Re: [RFC PATCH 1/2] power: Charger-Manager: add initial Charger-Manager driver

2011-11-28 Thread Haojian Zhuang
On Tue, Nov 29, 2011 at 1:00 PM, MyungJoo Ham wrote: > On Tue, Nov 29, 2011 at 1:41 PM, Haojian Zhuang > wrote: >> On Thu, Nov 17, 2011 at 6:13 PM, Donggeun Kim wrote: >>> Because battery health monitoring should be done even when suspended, >>> it needs to wake up and suspend periodically. Thus

Re: End to end audio test - initial drop

2011-11-28 Thread Andy Green
On 11/29/2011 10:34 AM, Somebody in the thread at some point said: On 28 November 2011 20:01, Kurt Taylor wrote: Hi everyone, Last week I did an initial drop of the end to end audio test we have been discussing. The idea is fairly simple, play a sine wave and test the audio stack by sampling/

Re: [RFC PATCH 1/2] power: Charger-Manager: add initial Charger-Manager driver

2011-11-28 Thread MyungJoo Ham
On Tue, Nov 29, 2011 at 1:41 PM, Haojian Zhuang wrote: > On Thu, Nov 17, 2011 at 6:13 PM, Donggeun Kim wrote: >> Because battery health monitoring should be done even when suspended, >> it needs to wake up and suspend periodically. Thus, userspace battery >> monitoring may incur too much overhead

Re: [RFC PATCH 1/2] power: Charger-Manager: add initial Charger-Manager driver

2011-11-28 Thread Haojian Zhuang
On Thu, Nov 17, 2011 at 6:13 PM, Donggeun Kim wrote: > Because battery health monitoring should be done even when suspended, > it needs to wake up and suspend periodically. Thus, userspace battery > monitoring may incur too much overhead; every device and task is woken > up periodically. Charger M

Re: End to end audio test - initial drop

2011-11-28 Thread Paul Larson
Neat, thanks for doing this! Ricardo and I just had a meeting today about the regression/sanity test suite for Ubuntu LEBs, and this should definitely be one of the tests in it. Thanks, Paul Larson On Mon, Nov 28, 2011 at 8:01 PM, Kurt Taylor wrote: > Hi everyone, > > Last week I did an initia

Re: End to end audio test - initial drop

2011-11-28 Thread Zach Pfeffer
On 28 November 2011 20:01, Kurt Taylor wrote: > Hi everyone, > > Last week I did an initial drop of the end to end audio test we have been > discussing. > > The idea is fairly simple, play a sine wave and test the audio stack by > sampling/testing the sine back in via loopback cable. The app is ca

End to end audio test - initial drop

2011-11-28 Thread Kurt Taylor
Hi everyone, Last week I did an initial drop of the end to end audio test we have been discussing. The idea is fairly simple, play a sine wave and test the audio stack by sampling/testing the sine back in via loopback cable. The app is called testfreq and is driven by a script called e2eaudiotest

RE: [PATCH 0/5] OMAP4: cache fixes for 4460

2011-11-28 Thread Woodruff, Richard
> From: Mans Rullgard [mailto:mans.rullg...@linaro.org] > Sent: Sunday, November 27, 2011 6:26 PM Hi, > >>> By the way, do you know whether it is safe to use "SCU Speculative > >>> linefills" with Cortex-A9 r2pX and PL310 r3pX? > >>> >  http://infocenter.arm.com/help/topic/com.arm.doc.ddi0407f/BA

Libjpeg-turbo rebuild status

2011-11-28 Thread Tom Gall
Hi Matthias, Over the Thanksgiving holiday the compile-o-rama complete for all the packages from the main and universe archives that had deps on libjpeg-dev. The results of the build can be found in my libjpeg-turbo ppa: https://launchpad.net/~tom-gall/+archive/libjpeg-turbo/+packages In summary,

Re: Explanation of the different Ubuntu images?

2011-11-28 Thread Tom Gall
At one time we had links to the explanations as part of every release. Looking at https://wiki.linaro.org/Cycles/YYMM/Release pages it looks as if that information was removed. It does seem like a good idea to include the explanations just so interested people can see more detain about the availab

Re: Explanation of the different Ubuntu images?

2011-11-28 Thread Andy Doan
On 11/28/2011 07:20 AM, Jon Medhurst (Tixy) wrote: > Does anyone know of a web-site or wiki page which explains the > difference between our different Ununtu image types, i.e. developer, > nano, alip, server, ubuntu-desktop. > > I've a fair idea myself what these are, (apart from server), but I'm

Validation server work

2011-11-28 Thread Zygmunt Krynicki
Hi. I'm doing some work on the validation server (validation.linaro.org). My work SHOULD NOT affect production but if I do something by accident any you spot any issues please let me know immediately. Thanks Zygmunt Krynicki ___ linaro-dev mailing

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-28 Thread Rob Herring
On 11/28/2011 12:31 AM, Greg KH wrote: > On Mon, Nov 28, 2011 at 11:36:56AM +0530, Rajendra Nayak wrote: >> On Sunday 27 November 2011 09:06 AM, Greg KH wrote: >>> On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: v2 is based on the latest omap-serial runtime patches, which

Re: [PATCH v2 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-11-28 Thread Rob Herring
On 11/22/2011 07:44 AM, Rajendra Nayak wrote: > Pass minimal data needed for console boot, from dt, for > OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the > static initialization from generic board file. > > Signed-off-by: Rajendra Nayak Acked-by: Rob Herring Rob > --- > arch/arm/b

Re: [PATCH v2 3/4] omap-serial: Add minimal device tree support

2011-11-28 Thread Rob Herring
On 11/22/2011 07:44 AM, Rajendra Nayak wrote: > Adapt the driver to device tree and pass minimal platform > data from device tree needed for console boot. > No power management features will be suppported for now > since it requires more tweaks around OCP settings > to toggle forceidle/noidle/smari

Explanation of the different Ubuntu images?

2011-11-28 Thread Jon Medhurst (Tixy)
Does anyone know of a web-site or wiki page which explains the difference between our different Ununtu image types, i.e. developer, nano, alip, server, ubuntu-desktop. I've a fair idea myself what these are, (apart from server), but I'm looking for an existing document I can reference. -- Tixy

[ACTIVITY] Multimedia WG weekly status report - wk46-47.2011 (20111114-20111125)

2011-11-28 Thread Ilias Biris
Status with details on both the delivered content for 11.11 and the plans for 11.12: https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/WeeklyReport Last weekly meeting minutes: https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2011-11-22 Highlights - Codecs + Created

Re: [Launchpad-users] launchpad: ddeb packages in ppa problem

2011-11-28 Thread Julian Edwards
On Wednesday 09 November 2011 19:13:02 Riku Voipio wrote: > Hi, > > I got the following errors from my recent uploads to > linaro-maintainers/staging-overlay ppa: > > Rejected: > Orphaned debug packages: zlib1g-udeb-dbgsym > 1:1.2.3.4.dfsg-3ubuntu3linaro1 (i386) > > So it seems ddebs have been e

[ACTIVITY] Graphics weekly status report - wk46-47 (20111114-20111125)

2011-11-28 Thread Ilias Biris
Status report in detail - contains the delivered content for 11.11 and the plans for 11.12 as of now: https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/WeeklyReport Last weekly meeting notes: https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-11-23 Highlights: - Based

Re: [PATCH v2 0/4] OMAP serial device tree support

2011-11-28 Thread Greg KH
On Mon, Nov 28, 2011 at 11:36:56AM +0530, Rajendra Nayak wrote: > On Sunday 27 November 2011 09:06 AM, Greg KH wrote: > >On Tue, Nov 22, 2011 at 07:14:12PM +0530, Rajendra Nayak wrote: > >>v2 is based on the latest omap-serial runtime patches, which > >>can be found here[1] > >> > >>The series pass