On Thu, 2011-04-07 at 16:01 +0100, Peter Maydell wrote:
> On 7 April 2011 15:45, Guilherme Salgado <guilherme.salgado(a)linaro.org> wrote:
>
> > - Not all of your patches may be shown under /user/submitted. if that's
> > the case, make sure all your email addresses are registered in Launchpad
> > as we're sucking that data from there periodically and the next time we
> > do so we'll merge all your email addresses under a single user
>
> This doesn't seem to be working: I have (and have had for a long time)
> two email addresses in launchpad:
>
> peter.maydell(a)linaro.org
> pmaydell(a)chiark.greenend.org.uk
>
> but when I sign into this patchwork via openid it only knows about
> the chiark one, not the linaro one.
That's because Launchpad only sends us your preferred email address when
you login via OpenID. The next time we suck user data from Launchpad,
it will notice these other email addresses can be linked to your
Patchwork account and will do so.
I've triggered a manual run now, so you'll see the extra email addresses
there shortly.
--
Guilherme Salgado <https://launchpad.net/~salgado>
Hi everyone,
I am trying to assemble a reference for the sound device specifics for all
the platforms. The catch is that I don't have all the dev platforms
available to me.
Here is where you can help! I have Panda and Beagle C4. I need everything
else. If you have access to other platform(s), please do the following and
email the output to me.
With a Linaro image or Ubuntu image (an image with with pulseaudio
installed), run the following: "pacmd list-sinks" and email it to me. You
will get an output that resembles this:
linaro@localhost:~$ pacmd list-sinks
Welcome to PulseAudio! Use "help" for usage information.
>>> 1 sink(s) available.
* index: 0
name: <alsa_output.platform-soc-audio.analog-stereo>
driver: <module-alsa-card.c>
...
<lotsa stuff deleted>
module-udev-detect.discovered = "1"
device.icon_name = "audio-card"
Thanks in advance!
Kurt Taylor (irc krtaylor)
Hi,
The weekly Linaro Release Meeting will be held at 16:00 UTC today
The agenda for the meeting can be found at:
https://wiki.linaro.org/Cycles/WeeklyReleaseMeeting/2011-04-07
and previous action items were:
* tgall_foo to try the methods outlined in 733334 for fixing audio
* mounir to ping arndb on 673820
If you have points to raise or bugs that need to be discussed please add
them to the wiki page above.
Regards,
Jamie.
--
Linaro Release Manager | Platform Project Manager
Hi,
While executing reboot call on SMDKV310, the system hangs during
cpu_proc_fin() call.
Commenting out this line of code, the reboot works properly.
--- a/arch/arm/mm/proc-v7.S
+++ b/arch/arm/mm/proc-v7.S
@@ -46,7 +46,6 @@ ENTRY(cpu_v7_proc_fin)
mrc p15, 0, r0, c1, c0, 0 @ ctrl register
bic r0, r0, #0x1000 @ ...i............
bic r0, r0, #0x0006 @ .............ca.
- mcr p15, 0, r0, c1, c0, 0 @ disable caches
mov pc, lr
ENDPROC(cpu_v7_proc_fin)
Are we missing something in the Exynos4 machine code or is it a
CPU_V7 specific issue?
Regards,
Tushar