Re: [Request] Can Linaro-dev not send duplicate mail to recipients?

2011-08-31 Thread Nicolas Pitre
On Wed, 31 Aug 2011, John Stultz wrote: > So being on vacation for a few days and checking my mail and have found > an explosion of emails. Unfortunately most of them are duplicates. > > It seems the linaro-dev list isn't configed to avoid mailing folks who > are already recipients of the email.

Re: [U-Boot] [PATCH] s5p-mmc: Fix ambiguous setting of data transfer width

2011-08-31 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > > > I know these were like this before, but those numbers are awfully > > magical. You should really define constants for them. > > We decided to use comments instead of defines. And now we ask you to fix this, because we don;t want such magic constan

[Request] Can Linaro-dev not send duplicate mail to recipients?

2011-08-31 Thread John Stultz
So being on vacation for a few days and checking my mail and have found an explosion of emails. Unfortunately most of them are duplicates. It seems the linaro-dev list isn't configed to avoid mailing folks who are already recipients of the email. So if you're on linaro-dev and you're also To/CC'ed

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Ricardo Salveti
On Wed, Aug 31, 2011 at 8:26 PM, Alexander Sack wrote: > On Wed, Aug 31, 2011 at 7:56 PM, Tom Gall wrote: >> >> What we want to do for the next linaro release 11.09 is have working >> USB wifi support out of the box on beagle/beagle xm with the developer >> image. >> >> Tho you won't have to twis

Re: [U-Boot] [PATCH] s5p-mmc: Fix ambiguous setting of data transfer width

2011-08-31 Thread Minkyu Kang
Dear Andy Fleming, On 1 September 2011 10:23, Andy Fleming wrote: > On Tue, Aug 30, 2011 at 5:55 AM, Chander Kashyap > wrote: >> mmc data transfer width is set as following: >> WIDE8[5]: >> 0 = Depend on WIDE4 >> 1 = 8-bit mode >> WIDE4[1]: >> 1 = 4-bit mode >> 0 = 1-bit mode >> >> In case of 4-

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Kurt Taylor
On 31 August 2011 18:26, Alexander Sack wrote: > On Wed, Aug 31, 2011 at 7:56 PM, Tom Gall wrote: > >> What we want to do for the next linaro release 11.09 is have working >> USB wifi support out of the box on beagle/beagle xm with the developer >> image. >> > Re: #758293 - https://bugs.launchpa

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Alexander Sack
On Wed, Aug 31, 2011 at 7:56 PM, Tom Gall wrote: > What we want to do for the next linaro release 11.09 is have working > USB wifi support out of the box on beagle/beagle xm with the developer > image. > > Tho you won't have to twist my arm hard at all to include BT in that > goal as well Tony :-

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Ricardo Salveti
t;>>> >>>> We like to keep the developer image as small as possible so the fun >>>> part is keeping this to the minimal number of packages to make it >>>> work. >>>> >>>> For wifi I BELIEVE we just need to add wireless-tools. >

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Ricardo Salveti
;d like you to do. > > Grab the developer rootfs - > http://snapshots.linaro.org/11.05-daily/linaro-developer/20110831/0/images/tar/ > grab the omap3 hwpack - > http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/omap3/20110831/0/images/hwpack/ > > Install to sd with linaro-media-create. &

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread John Rigby
ackages to make it >>>>> work. >>>>> >>>>> For wifi I BELIEVE we just need to add wireless-tools. >>>>> >>>>> So here's what I'd like you to do. >>>>> >>>>> Grab the developer rootfs - &g

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Robert Nelson
t;>>> >>>> We like to keep the developer image as small as possible so the fun >>>> part is keeping this to the minimal number of packages to make it >>>> work. >>>> >>>> For wifi I BELIEVE we just need to add wireless-tools. >

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Robert Nelson
t;>> part is keeping this to the minimal number of packages to make it >>> work. >>> >>> For wifi I BELIEVE we just need to add wireless-tools. >>> >>> So here's what I'd like you to do. >>> >>> Grab the developer rootfs -

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread John Rigby
> For wifi I BELIEVE we just need to add wireless-tools. >> >> So here's what I'd like you to do. >> >> Grab the developer rootfs - >> http://snapshots.linaro.org/11.05-daily/linaro-developer/20110831/0/images/tar/ >> grab the omap3 hwpack - >>

Re: [PATCH 1/4 v5] drivers: create a pin control subsystem v5

2011-08-31 Thread Jamie Iles
Hi Linus, This is looking really great! A couple of pedantic nits inline, but with the gpio ranges support I think this covers all of the bases that we need from pin control, so thanks! Jamie On Mon, Aug 29, 2011 at 11:10:01AM +0200, Linus Walleij wrote: [...] > diff --git a/drivers/pinctrl/M

Re: Changing default root filesystem to ext4

2011-08-31 Thread Tixy
On Thu, 2011-08-18 at 13:18 +0100, Tixy wrote: > I also tested the different btrfs mount options (ssd, nossd and > ssd_spread). They don't show much difference with the untar case. To follow on from this... When benchmarking debboottrap, I found the 'ssd' option is three times faster than 'nossd

Re: [PATCH v2] ARM: ux500: send cpufreq notification for all cpus

2011-08-31 Thread Dave Jones
On Mon, Aug 29, 2011 at 11:44:31AM +0200, Linus Walleij wrote: > On Thu, Aug 25, 2011 at 8:31 AM, Vincent Guittot > wrote: > > > The same clock is used for all cpus so we must notify the frequency change > > for each one in order to update the configuration of all twd clockevents. > > > >

Re: [U-Boot] [PATCH] s5p-mmc: Fix ambiguous setting of data transfer width

2011-08-31 Thread Jaehoon Chung
Hi Chander. this patch is correct. Acked-by: Jaehoon Chung Chander Kashyap wrote: > mmc data transfer width is set as following: > WIDE8[5]: > 0 = Depend on WIDE4 > 1 = 8-bit mode > WIDE4[1]: > 1 = 4-bit mode > 0 = 1-bit mode > > In case of 4-bit mode reset 8-bit mode and > in case of 1-bit

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Robert Nelson
;d like you to do. > > Grab the developer rootfs - > http://snapshots.linaro.org/11.05-daily/linaro-developer/20110831/0/images/tar/ > grab the omap3 hwpack - > http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/omap3/20110831/0/images/hwpack/ > > Install to sd with linaro-media-cre

Re: [ACTIVITY] Graphics WG status report - wk34.2011 (20110822-20110826)

2011-08-31 Thread Joey Stanford
On Wed, Aug 31, 2011 at 5:08 AM, Ilias Biris wrote: > Status: > https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/WeeklyReport The weekly report is in a wonderful format. Thanks! I'd encourage others to generate deliverable tables as well if they don't already do it.

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-31 Thread John Rigby
On Wed, Aug 31, 2011 at 11:25 AM, Christian Robottom Reis wrote: > On Wed, Aug 31, 2011 at 03:03:21PM +0100, Dave Martin wrote: >> On Mon, Aug 22, 2011 at 10:42:39AM -0300, Christian Robottom Reis wrote: >> > On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: >> > > >   AS      arch/ar

Re: edge.validation.linaro.org

2011-08-31 Thread Paul Larson
> > One thing that worries me is KVMs lack of (can anyone correct me if I'm > wrong) USB pass-through support. This means we may have a hard time reaching > USB serial adapters or USB-to-device links in general. For that reason my > testing will use headless virtualbox instances. > usb pass through

Re: Tracking Android kernel tips and Android builds

2011-08-31 Thread James Westby
On Wed, 31 Aug 2011 13:12:30 -0500, Zach Pfeffer wrote: > Can we tag across all the gits in the manifest? I think you can do anything you want with repo forall git tag foo However, we've already established that tags aren't currently sufficient to keep all these refs accessible, so this seem

Re: ARM porting Jam today 14:00 - 18:00 UTC

2011-08-31 Thread Marcin Juszkiewicz
My queue from yesterday/today: https://bugs.launchpad.net/ubuntu/+source/xtrs/+bug/835768 https://bugs.launchpad.net/ubuntu/+source/van.testing/+bug/835765 https://bugs.launchpad.net/ubuntu/+source/python-ldap-doc/+bug/835763 https://bugs.launchpad.net/ubuntu/+source/simple-ccsm/+bug/835743 https:

Re: Tracking Android kernel tips and Android builds

2011-08-31 Thread Zach Pfeffer
On 31 August 2011 08:06, James Westby wrote: > On Tue, 30 Aug 2011 22:38:22 -0500, Zach Pfeffer > wrote: >> > It sounds like you are advocating using a model where we use tags to >> > ensure that the referenced revisions are reachable from a head, and then >> > refer to the sha ids of the revisi

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Tom Gall
sible so the fun part is keeping this to the minimal number of packages to make it work. For wifi I BELIEVE we just need to add wireless-tools. So here's what I'd like you to do. Grab the developer rootfs - http://snapshots.linaro.org/11.05-daily/linaro-developer/20110831/0/images/tar/

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-31 Thread Christian Robottom Reis
On Wed, Aug 31, 2011 at 03:03:21PM +0100, Dave Martin wrote: > On Mon, Aug 22, 2011 at 10:42:39AM -0300, Christian Robottom Reis wrote: > > On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: > > > > AS arch/arm/boot/compressed/head.o > > > > arch/arm/boot/compressed/head.S: Assem

[ACTIVITY] Android Platform Team 2011-08-22 to 2011-08-29

2011-08-31 Thread Tony Mansson
Key Points for wider discussion === 11.08 Release is out of the door. 11.09 BPs are here: https://launchpad.net/linaro-android/+milestone/11.09 Team Highlights === igloocommunity (Snowball) bugs can now be linked to from launchpad. Lots

Re: how can i enable hw 3D acceleration on snowball for android?

2011-08-31 Thread Christian Robottom Reis
On Wed, Aug 31, 2011 at 11:28:49AM +0200, Patrik Ryd wrote: > The Android build from ST-Ericsson for snowball should show up at > igloocommunity.org soon. Will that include the Mali binaries to enable accelerated graphics? -- Christian Robottom Reis, Engineering VP Brazil (GMT-3) | [+55] 16 9112

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Robert Nelson
On Wed, Aug 31, 2011 at 10:52 AM, Tom Gall wrote: > On Wed, Aug 31, 2011 at 10:51 AM, Robert Nelson > wrote: >> On Wed, Aug 31, 2011 at 10:47 AM, Tom Gall wrote: >>> As the subject says. Looking for someone with either a beagle or >>> beagle xm board and has a USB Wifi. We'd like to knock off a

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Tom Gall
On Wed, Aug 31, 2011 at 10:51 AM, Robert Nelson wrote: > On Wed, Aug 31, 2011 at 10:47 AM, Tom Gall wrote: >> As the subject says. Looking for someone with either a beagle or >> beagle xm board and has a USB Wifi. We'd like to knock off a bug. Your >> help would be greatly appreciated. Please rep

Re: CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Robert Nelson
On Wed, Aug 31, 2011 at 10:47 AM, Tom Gall wrote: > As the subject says. Looking for someone with either a beagle or > beagle xm board and has a USB Wifi. We'd like to knock off a bug. Your > help would be greatly appreciated. Please reply to me directly. > Thanks! Hi Tom, Is there a specific US

CFP : Have a Beagle or Beagle XM with a USB wifi?

2011-08-31 Thread Tom Gall
As the subject says. Looking for someone with either a beagle or beagle xm board and has a USB Wifi. We'd like to knock off a bug. Your help would be greatly appreciated. Please reply to me directly. Thanks! -- Regards, Tom "We want great men who, when fortune frowns will not be discouraged." -

Re: edge.validation.linaro.org

2011-08-31 Thread Zygmunt Krynicki
W dniu 31.08.2011 16:39, Paul Larson pisze: On Wed, Aug 31, 2011 at 6:57 AM, Zygmunt Krynicki< zygmunt.kryni...@linaro.org> wrote: Edge is just a point on the roadmap. If staging is fast enough to scrap/deploy then we may just use staging all the time. I was actually thinking it might be ni

Re: 11.07 oprofile on panda busted?

2011-08-31 Thread Dave Martin
On Thu, Aug 25, 2011 at 04:48:57PM -0500, Tom Gall wrote: > Hi all, > > Say has anyone else run oprofile on recent builds on panda? > > By recent I mean say anything since 11.07? Reason for asking is I'm > seeing basically a very very small number of samples being recorded... > as in there's no

Re: edge.validation.linaro.org

2011-08-31 Thread Paul Larson
On Wed, Aug 31, 2011 at 6:57 AM, Zygmunt Krynicki < zygmunt.kryni...@linaro.org> wrote: > Edge is just a point on the roadmap. If staging is fast enough to > scrap/deploy then we may just use staging all the time. > I was actually thinking it might be nice to have staging as more of a fluid conce

Re: Tracking Android kernel tips and Android builds

2011-08-31 Thread Paul Sokolovsky
On Tue, 30 Aug 2011 22:40:57 -0500 Zach Pfeffer wrote: [] > The tag thing is a means to an end, to keep the sha's around. If we > just tracked history trees we'd be fine, but all the rebasing causes > refs to become unreachable. All trees in Android should be history > trees so we shouldn't have

Re: [ACTIVITY] Graphics WG status report - wk34.2011 (20110822-20110826)

2011-08-31 Thread Clark, Rob
On Wed, Aug 31, 2011 at 7:19 AM, Dechesne, Nicolas wrote: > > > On Wed, Aug 31, 2011 at 1:08 PM, Ilias Biris wrote: >> >> Also note the development on MM: Jesse is preparing a GIT tree to >> contain the patches available, including components from the >> Video-Multimedia side (eg OMAP DRM driver

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-31 Thread Dave Martin
On Mon, Aug 22, 2011 at 10:42:39AM -0300, Christian Robottom Reis wrote: > On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: > > > AS arch/arm/boot/compressed/head.o > > > arch/arm/boot/compressed/head.S: Assembler messages: > > > arch/arm/boot/compressed/head.S:127: Error: sele

Re: A really awesome job, thank you!

2011-08-31 Thread Paul Larson
On Wed, Aug 31, 2011 at 6:23 AM, Paul Sokolovsky wrote: > Hello Alexander, > > On Tue, 30 Aug 2011 19:57:16 +0200 > Alexander Sack wrote: > > > On Tue, Aug 30, 2011 at 6:57 PM, Zach Pfeffer > > wrote: > > > > > I just wanted to make everyone aware of the fantastic job that the > > > infrastructu

Re: Erro "make: *** /lib/modules/2.6.38-1003-linaro-omap/build: No such file or directory."

2011-08-31 Thread Dave Martin
Hi there, On Fri, Aug 26, 2011 at 05:38:11PM +0100, Juan Gao wrote: > Dear Linaro team, > > I have a problem when I try to make a module. > > To make the module file xx.c, I have the following command line in my > Makefile: > > make -C /lib/modules/$(shell uname -r)/build M=$(pwd) modules > > a

Re: Tracking Android kernel tips and Android builds

2011-08-31 Thread James Westby
On Tue, 30 Aug 2011 22:38:22 -0500, Zach Pfeffer wrote: > > It sounds like you are advocating using a model where we use tags to > > ensure that the referenced revisions are reachable from a head, and then > > refer to the sha ids of the revisions in the manifest. Is that correct? > > Yup. We c

Re: [ACTIVITY] Graphics WG status report - wk34.2011 (20110822-20110826)

2011-08-31 Thread Dechesne, Nicolas
On Wed, Aug 31, 2011 at 1:08 PM, Ilias Biris wrote: > Also note the development on MM: Jesse is preparing a GIT tree to > contain the patches available, including components from the > Video-Multimedia side (eg OMAP DRM driver (maybe others too), > xf86-video-omap open source xorg driver). The tr

Re: edge.validation.linaro.org

2011-08-31 Thread Zygmunt Krynicki
W dniu 31.08.2011 13:35, Alexander Sack pisze: I wonder, once we have staging.v.l.o, do we really need edge anymore? Perhaps not. We will see once we have both. What problems does edge protect us from that we really care about? Maybe we can avoid running 3 instead of two instances and ha

Re: edge.validation.linaro.org

2011-08-31 Thread Alexander Sack
On Wed, Aug 31, 2011 at 1:12 PM, Zygmunt Krynicki < zygmunt.kryni...@linaro.org> wrote: > W dniu 31.08.2011 01:30, Alexander Sack pisze: > >> On Tue, Aug 30, 2011 at 6:55 PM, Zygmunt Krynicki< >> zygmunt.kryni...@linaro.org> wrote: >> >> Hi there. >>> >>> The validation team has a new edge websi

Re: A really awesome job, thank you!

2011-08-31 Thread Paul Sokolovsky
Hello Alexander, On Tue, 30 Aug 2011 19:57:16 +0200 Alexander Sack wrote: > On Tue, Aug 30, 2011 at 6:57 PM, Zach Pfeffer > wrote: > > > I just wanted to make everyone aware of the fantastic job that the > > infrastructure team and the validation team are doing to ensure that > > our builds are

Re: Tracking Android kernel tips and Android builds

2011-08-31 Thread Paul Sokolovsky
Hello Christian, On Tue, 30 Aug 2011 12:43:40 -0300 Christian Robottom Reis wrote: > On Tue, Aug 30, 2011 at 01:25:15PM +0300, Paul Sokolovsky wrote: > > Yeah, I have patch for that. But we cannot use before upstream > > accepts it (because people will get errors checking out tree) and I > > don

Re: edge.validation.linaro.org

2011-08-31 Thread Zygmunt Krynicki
W dniu 31.08.2011 01:30, Alexander Sack pisze: On Tue, Aug 30, 2011 at 6:55 PM, Zygmunt Krynicki< zygmunt.kryni...@linaro.org> wrote: Hi there. The validation team has a new edge website, http://edge.validation.linaro. **org/ that reflects the development

[ACTIVITY] Graphics WG status report - wk34.2011 (20110822-20110826)

2011-08-31 Thread Ilias Biris
Status: https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/WeeklyReport Last meeting minutes: https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-08-24 Highlights: Milestones for 1109 deliverables: - https://launchpad.net/unity-gles/+milestone/2011.09 - https://launchpad.

Re: What would you like to cross-compile?

2011-08-31 Thread Wookey
+++ Dechesne, Nicolas [2011-08-31 09:30 +0200]: > > i think firefox should be in the list too since many people are doing > benchmark > /experimentations with FF (i think someone propose chromium already) Yes - chromium has serious native build issues (due to truly monstrous C++ link stage which

Re: [PATCH 1/4 v5] drivers: create a pin control subsystem v5

2011-08-31 Thread Barry Song
> +Interaction with the GPIO subsystem > +=== > + > +The GPIO drivers may want to perform operations of various types on the > same > +physical pins that are also registered as GPIO pins. > + > +Since the pin controller subsystem have its pinspace local to the pin >

Re: how can i enable hw 3D acceleration on snowball for android?

2011-08-31 Thread ZHANGYUZHENG
OK, i got it, expecting. Many thanks. On 08/31/2011 05:28 PM, Patrik Ryd wrote: The Android build from ST-Ericsson for snowball should show up at igloocommunity.org soon. /Patrik On 31 August 2011 06:23, ZHANGYUZHENG > wrote:

RE: Choosing the timer to use in benchmarking

2011-08-31 Thread Turgis, Frederic
> It was a bit random across the different suites. CoreMark > uses clock_gettime(CLOCK_REALTIME, ...) which is a wall clock > with NTP adjustments. EEMBC uses clock() which is a lower > resolution wall clock. So everything was mostly wall clock based. We had not tested CLOCK_PROCESS_CPUTIME_ID

Re: how can i enable hw 3D acceleration on snowball for android?

2011-08-31 Thread Patrik Ryd
The Android build from ST-Ericsson for snowball should show up at igloocommunity.org soon. /Patrik On 31 August 2011 06:23, ZHANGYUZHENG wrote: > I see snowball uses the mali400 gpu. To enable hw 3D acceleration, i got > the mali driver and android HAL source code from the ARM web site, but no

Re: how can i enable hw 3D acceleration on snowball for android?

2011-08-31 Thread Alexjan Carraturo
2011/8/31 Mattias Backman : > On Wed, Aug 31, 2011 at 8:28 AM, Alexjan Carraturo wrote: >> 2011/8/31 ZHANGYUZHENG : >>> I see snowball uses the mali400 gpu. To enable hw 3D acceleration, i got the >>> mali driver and android HAL source code from the ARM web site, but no mali >>> DDK cause it uses

Re: What would you like to cross-compile?

2011-08-31 Thread Dechesne, Nicolas
On Wed, Aug 31, 2011 at 8:53 AM, Riku Voipio wrote: > > In general I would still like to focus on software *people* compile > often enough to get annoyed by slow native builds. Eg. to cut down the > edit-compile-run-debug cycle time. Some obscure software that nobody > uses but still takes ages t