Re: [[PATCH Android device/linaro/pandaboard]] Remove init.ompa4.sh

2011-05-23 Thread Jim Huang
On 23 May 2011 16:54, Patrik Ryd patrik@linaro.org wrote: The file init.ompa4.sh only contained one line for setting ro.runtime.device. This property is not used so the file can be removed. hi Patrik, Thanks for cleaning up. It looks great to me. So, we are going to be more consistent

OMAP3 IGEPv2: kworker/0:0:1030 blocked on latest snapshots

2011-05-23 Thread Christian Robottom Reis
Hi there, I'm playing around with the latest snapshots on my IGEPv2 and I'm seeing a recurring message posted to the console while using it: [ 1561.340942] INFO: task kworker/0:0:1030 blocked for more than 120 seconds. [ 1561.350860] echo 0

Re: OMAP3 IGEPv2: kworker/0:0:1030 blocked on latest snapshots

2011-05-23 Thread Marcin Juszkiewicz
Dnia 2011-05-23, pon o godzinie 10:10 -0300, Christian Robottom Reis pisze: Hi there, I'm playing around with the latest snapshots on my IGEPv2 and I'm seeing a recurring message posted to the console while using it: [ 1561.340942] INFO: task kworker/0:0:1030 blocked for more than

Re: OMAP3 IGEPv2: kworker/0:0:1030 blocked on latest snapshots

2011-05-23 Thread Tom Gall
I've also seen it on my beagle Xm from time to time. Agree, be nice to figure out who is blocked and why. On Mon, May 23, 2011 at 8:10 AM, Christian Robottom Reis k...@async.com.br wrote: Hi there,    I'm playing around with the latest snapshots on my IGEPv2 and I'm seeing a recurring message

Re: OMAP3 IGEPv2: kworker/0:0:1030 blocked on latest snapshots

2011-05-23 Thread John Rigby
I have only seen this with the wireless problem already noted. Can you see if blacklisting the wireless driver fixes the problem? echo blacklist wl12xx_sdio /etc/modeprobe.d/blacklist-wireless.conf reboot On Mon, May 23, 2011 at 7:10 AM, Christian Robottom Reis k...@async.com.br wrote: Hi

Re: OMAP3 IGEPv2: kworker/0:0:1030 blocked on latest snapshots

2011-05-23 Thread John Rigby
On Mon, May 23, 2011 at 9:50 AM, Tom Gall tom.g...@linaro.org wrote: I've also seen it on my beagle Xm from time to time. Agree, be nice to figure out who is blocked and why. ok, its not the wireless driver mishaving then ___ linaro-dev mailing list

Re: OMAP3 IGEPv2: kworker/0:0:1030 blocked on latest snapshots

2011-05-23 Thread Tom Gall
Hi John, echo blacklist wl12xx_sdio /etc/modprobe.d/blacklist-wireless.conf reboot Doesn't change the behavior on my Xm. Anything else you want me to try just hollar. Regards, Tom On Mon, May 23, 2011 at 10:52 AM, John Rigby john.ri...@linaro.org wrote: On Mon, May 23, 2011 at 9:50 AM, Tom

Re: approaching a final kernel for 11.05

2011-05-23 Thread Ricardo Salveti
On Mon, May 23, 2011 at 3:27 PM, Jaswinder Singh jaswinder.si...@linaro.org wrote: On 23 May 2011 05:44, Ricardo Salveti ricardo.salv...@linaro.org wrote: On Sun, May 22, 2011 at 4:44 AM, Jaswinder Singh jaswinder.si...@linaro.org wrote: On 22 May 2011 04:38, John Rigby john.ri...@linaro.org

Re: approaching a final kernel for 11.05

2011-05-23 Thread Jaswinder Singh
On 24 May 2011 00:53, Ricardo Salveti ricardo.salv...@linaro.org wrote: Can you boot with omapdss.debug=1 drm.debug=7 and give me your kernel log? Please find the log attached. Interesting, the driver didn't find your monitor at all! [    5.738037] omapdss HDMI: Fail to detect the connector

Cortex A8 code analysis tool

2011-05-23 Thread Christian Robottom Reis
I just noticed today an online code cycle analyzer that targets the Cortex-A8: http://pulsar.webshaker.net/ccc/index.php?lng=us Does anyone know who the author of that is, and whether he'd be interested in doing an A9 update? -- Christian Robottom Reis | [+55 16] 3376 0125 |

Re: approaching a final kernel for 11.05

2011-05-23 Thread Ricardo Salveti
On Mon, May 23, 2011 at 5:00 PM, Jaswinder Singh jaswinder.si...@linaro.org wrote: On 24 May 2011 00:53, Ricardo Salveti ricardo.salv...@linaro.org wrote: Can you boot with omapdss.debug=1 drm.debug=7 and give me your kernel log? Please find the log attached. Interesting, the driver didn't

Re: Usefulness of GCC's 64bit __sync_* ops on ARM

2011-05-23 Thread Michael Casadevall
On 05/19/2011 10:56 AM, David Gilbert wrote: On 19 May 2011 16:49, Ken Werner k...@linux.vnet.ibm.com wrote: On 05/19/2011 12:40 PM, David Rusling wrote: Is this going to end up in a blueprint? This is the last loose end of SMP / atomic memory operations work and I'd like to see it happen