* v2.6.28-omap1 tagged, some bugs remain
@ 2009-01-12 14:50 Tony Lindgren
2009-01-12 15:39 ` Koen Kooi
2009-01-15 14:53 ` Steve Sakoman
0 siblings, 2 replies; 11+ messages in thread
From: Tony Lindgren @ 2009-01-12 14:50 UTC (permalink / raw)
To: linux-omap
Hi all,
I've just tagged v2.6.28-omap1, and looks like we might want to also
do v2.6.28-omap2 as there are few annoying bugs remaining:
- According to Jarkko Nikula, ASoC does not currently work because of
some recent clock changes.
- MMC seems to be broken for omap1, Ladislav Michl might have a patch
coming up for that.
- I2C is broken for 2430 according to Kainan Cha.
Also looks like source.mvista.com is down, so please use the kernel.org
tree.
Regards,
Tony
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-12 14:50 v2.6.28-omap1 tagged, some bugs remain Tony Lindgren
@ 2009-01-12 15:39 ` Koen Kooi
2009-01-12 16:15 ` Tony Lindgren
2009-01-15 14:53 ` Steve Sakoman
1 sibling, 1 reply; 11+ messages in thread
From: Koen Kooi @ 2009-01-12 15:39 UTC (permalink / raw)
To: linux-omap@vger.kernel.org List
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
Op 12 jan 2009, om 15:50 heeft Tony Lindgren het volgende geschreven:
> Hi all,
>
> I've just tagged v2.6.28-omap1, and looks like we might want to also
> do v2.6.28-omap2 as there are few annoying bugs remaining:
>
> - According to Jarkko Nikula, ASoC does not currently work because of
> some recent clock changes.
Confirmed on omap3evm.
regards,
Koen
>
>
> - MMC seems to be broken for omap1, Ladislav Michl might have a patch
> coming up for that.
>
> - I2C is broken for 2430 according to Kainan Cha.
>
> Also looks like source.mvista.com is down, so please use the
> kernel.org
> tree.
>
> Regards,
>
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-
> omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
[-- Attachment #2: Dit deel van het bericht is digitaal ondertekend --]
[-- Type: application/pgp-signature, Size: 186 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-12 15:39 ` Koen Kooi
@ 2009-01-12 16:15 ` Tony Lindgren
2009-01-13 7:08 ` Jarkko Nikula
0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2009-01-12 16:15 UTC (permalink / raw)
To: Koen Kooi; +Cc: linux-omap@vger.kernel.org List
* Koen Kooi <k.kooi@student.utwente.nl> [090112 17:40]:
>
> Op 12 jan 2009, om 15:50 heeft Tony Lindgren het volgende geschreven:
>
>> Hi all,
>>
>> I've just tagged v2.6.28-omap1, and looks like we might want to also
>> do v2.6.28-omap2 as there are few annoying bugs remaining:
>>
>> - According to Jarkko Nikula, ASoC does not currently work because of
>> some recent clock changes.
>
> Confirmed on omap3evm.
Thanks, can you try to git-bisect the breaking commit?
>> - MMC seems to be broken for omap1, Ladislav Michl might have a patch
>> coming up for that.
>>
>> - I2C is broken for 2430 according to Kainan Cha.
And also musb might require some patches, pending comments from Felipe.
>> Also looks like source.mvista.com is down, so please use the
>> kernel.org
>> tree.
>>
>> Regards,
>>
>> Tony
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-12 16:15 ` Tony Lindgren
@ 2009-01-13 7:08 ` Jarkko Nikula
2009-01-13 15:37 ` Anuj Aggarwal
0 siblings, 1 reply; 11+ messages in thread
From: Jarkko Nikula @ 2009-01-13 7:08 UTC (permalink / raw)
To: ext Tony Lindgren; +Cc: Koen Kooi, linux-omap@vger.kernel.org List
On Mon, 12 Jan 2009 18:15:20 +0200
"ext Tony Lindgren" <tony@atomide.com> wrote:
> >> - According to Jarkko Nikula, ASoC does not currently work because of
> >> some recent clock changes.
> >
> > Confirmed on omap3evm.
>
> Thanks, can you try to git-bisect the breaking commit?
>
I did very short test on sunday and it was working at least when
checkouting into 12081fce83c10221ccd1b282e3e2fbe56f742e21, i.e. commit
before 60b8b431e47d8c5b8c02a2e4fa9af388aae20790 which was mentioned in
the commit 818862e11bad091dc635baedace58265a126b5c8 :-)
Paul was going to take a look tomorrow.
Jarkko
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-13 7:08 ` Jarkko Nikula
@ 2009-01-13 15:37 ` Anuj Aggarwal
0 siblings, 0 replies; 11+ messages in thread
From: Anuj Aggarwal @ 2009-01-13 15:37 UTC (permalink / raw)
To: Jarkko Nikula
Cc: ext Tony Lindgren, Koen Kooi, linux-omap@vger.kernel.org List
I tried ASoC by removing the commit "ARM: OMAP3: Mask interrupts when
disabling interrupts" (023ae898bbbed8c2bc4d38bfbd05d2fee91c3468) and
audio worked fine for me.
Regards,
Anuj
On Tue, Jan 13, 2009 at 12:38 PM, Jarkko Nikula <jarkko.nikula@nokia.com> wrote:
>
> On Mon, 12 Jan 2009 18:15:20 +0200
> "ext Tony Lindgren" <tony@atomide.com> wrote:
>
> > >> - According to Jarkko Nikula, ASoC does not currently work because of
> > >> some recent clock changes.
> > >
> > > Confirmed on omap3evm.
> >
> > Thanks, can you try to git-bisect the breaking commit?
> >
> I did very short test on sunday and it was working at least when
> checkouting into 12081fce83c10221ccd1b282e3e2fbe56f742e21, i.e. commit
> before 60b8b431e47d8c5b8c02a2e4fa9af388aae20790 which was mentioned in
> the commit 818862e11bad091dc635baedace58265a126b5c8 :-)
>
> Paul was going to take a look tomorrow.
>
>
> Jarkko
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Best Regards,
Anuj Aggarwal
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-12 14:50 v2.6.28-omap1 tagged, some bugs remain Tony Lindgren
2009-01-12 15:39 ` Koen Kooi
@ 2009-01-15 14:53 ` Steve Sakoman
1 sibling, 0 replies; 11+ messages in thread
From: Steve Sakoman @ 2009-01-15 14:53 UTC (permalink / raw)
To: Tony Lindgren, linux-omap
On Mon, Jan 12, 2009 at 6:50 AM, Tony Lindgren <tony@atomide.com> wrote:
> Hi all,
>
> I've just tagged v2.6.28-omap1, and looks like we might want to also
> do v2.6.28-omap2 as there are few annoying bugs remaining:
>
> - According to Jarkko Nikula, ASoC does not currently work because of
> some recent clock changes.
Just to verify -- does this issue manifest as a segmentation fault?
Here's what I am seeing on Overo with the current top of tree:
root@overo:~# mplayer /these.mp3
MPlayer dev-SVN-r27659-4.3.1 (C) 2000-2008 MPlayer Team
CPU: ARM
Playing /these.mp3.
Audio only file format detected.
Clip info:
Title:
Artist:
Album:
Year:
Comment:
Genre: Other
==========================================================================
Forced audio codec: mad
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIOAlignment trap: not handling instruction e193cf9f at [<c00f9374>]
Unhandled fault: alignment exception (0x001) at 0xc04853da
Internal error: : 1 [#1]
Modules linked in: libertas_sdio libertas rt73usb ipv6 ftdi_sio
rt2x00usb rtl8187 eeprom_93cx6 rt2x00lib usbserial
CPU: 0 Not tainted (2.6.28-omap1 #1)
PC is at omap2_clkdm_clk_enable+0x30/0x7c
LR is at omap2_clk_enable+0x3c/0xb0
pc : [<c00f9378>] lr : [<c00f73dc>] psr: a0000093
sp : cdcb9c90 ip : cdcb9ca8 fp : cdcb9ca4
r10: cddc4340 r9 : c05107cc r8 : c0510bf0
r7 : cf9f1cc0 r6 : c05107f0 r5 : 80000013 r4 : c04853ca
r3 : c04853da r2 : c00f73a0 r1 : 00000000 r0 : c04853ca
Flags: NzCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment user
Control: 10c5387d Table: 8ecc8018 DAC: 00000015
Process mplayer (pid: 3377, stack limit = 0xcdcb82e8)
Stack: (0xcdcb9c90 to 0xcdcba000)
9c80: c04e75d4 80000013 cdcb9cbc cdcb9ca8
9ca0: c00f73dc c00f9354 c04e75d4 80000013 cdcb9cdc cdcb9cc0 c00fc36c c00f73ac
9cc0: cf840bc0 cecc1400 c05107f0 cf9f1cc0 cdcb9cfc cdcb9ce0 c0101128 c00fc338
9ce0: c0510690 cecc1400 c0510690 cecc1400 cdcb9d0c cdcb9d00 c032c128 c01010c4
9d00: cdcb9d44 cdcb9d10 c03282bc c032c100 0000000b c0510b88 c0306ce8 00000000
9d20: cdcb9ddc cec9e8c0 cec0f000 cdcb9d80 00000000 cddc4340 cdcb9d64 cdcb9d48
9d40: c03091ec c0328278 cdcb9d80 cf9f1cc0 cdcb9d80 cdcb9da8 cdcb9e0c cdcb9d68
9d60: c031a064 c0309190 cdcb9d8c cece3c90 00000001 cdcb8000 0000000e 00000003
9d80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9da0: 00000000 00000000 616c706d 00726579 00000000 00000000 cf9f4700 c04f6a28
9dc0: cdcb9dec cdcb9dd0 00000000 cdc3a140 c0108c24 cec0f138 cec0f138 cf87c3e0
9de0: cdcb9dfc c040f8d8 00000003 00000003 cddc4340 cece3c90 cdcb8000 cf44d818
9e00: cdcb9e34 cdcb9e10 c02fc090 c0319e28 00000000 cf87c3e0 cece3c90 00000000
9e20: cddc4340 cdcb8000 cdcb9e64 cdcb9e38 c0160634 c02fbf98 c01678e0 00000003
9e40: cf80a220 cddc4340 cece3c90 c0160500 00000000 cf80ad20 cdcb9e8c cdcb9e68
9e60: c015bf58 c016050c cddc4340 cdcb9ed8 ffffff9c 00000004 cef11000 00020802
9e80: cdcb9eac cdcb9e90 c015c0a8 c015be2c 00000000 cdcb9ed8 ffffff9c 00000000
9ea0: cdcb9f64 cdcb9eb0 c0168ae0 c015c07c 00020802 c069be60 cdcb9f04 00000000
9ec0: 00020801 00000000 00000022 00027000 00000000 cecc8000 cf80ad20 cf44d818
9ee0: c0149128 c0148164 0000001f 00000101 00000001 00000000 cdcb9fac 00000000
9f00: cef69980 c00f3d44 cecc8000 cdcb9f20 c0126150 ffffffff cf8a0be0 00020802
9f20: 00000000 cddc4340 00000000 cdcb8000 cdcb9f64 cdcb9f40 c0170450 00020801
9f40: 00000000 ffffff9c 00000004 cef11000 cdcb8000 0075ab0c cdcb9f94 cdcb9f68
9f60: c015bd38 c016876c 0000ac44 00a5b030 cdcb9f9c 00000000 00000801 005e05ec
9f80: 00000005 c00eefc4 cdcb9fa4 cdcb9f98 c015be00 c015bce8 00000000 cdcb9fa8
9fa0: c00eee40 c015bde8 00000000 00000801 005e05ec 00020801 00000000 000021d4
9fc0: 00000000 00000801 005e05ec 00000005 0075ab08 bef40aa4 0075ab0c 00000002
9fe0: 0075966c bef409e0 00027268 400ddf78 60000010 005e05ec 00000000 00000000
Backtrace:
[<c00f9348>] (omap2_clkdm_clk_enable+0x0/0x7c) from [<c00f73dc>]
(omap2_clk_enable+0x3c/0xb0)
r5:80000013 r4:c04e75d4
[<c00f73a0>] (omap2_clk_enable+0x0/0xb0) from [<c00fc36c>]
(clk_enable+0x40/0x80)
r5:80000013 r4:c04e75d4
[<c00fc32c>] (clk_enable+0x0/0x80) from [<c0101128>]
(omap_mcbsp_request+0x70/0x1c0)
r7:cf9f1cc0 r6:c05107f0 r5:cecc1400 r4:cf840bc0
[<c01010b8>] (omap_mcbsp_request+0x0/0x1c0) from [<c032c128>]
(omap_mcbsp_dai_startup+0x34/0x38)
r5:cecc1400 r4:c0510690
[<c032c0f4>] (omap_mcbsp_dai_startup+0x0/0x38) from [<c03282bc>]
(soc_pcm_open+0x50/0x34c)
[<c032826c>] (soc_pcm_open+0x0/0x34c) from [<c03091ec>]
(snd_pcm_open_substream+0x68/0xcc)
[<c0309184>] (snd_pcm_open_substream+0x0/0xcc) from [<c031a064>]
(snd_pcm_oss_open+0x248/0x444)
r5:cdcb9da8 r4:cdcb9d80
[<c0319e1c>] (snd_pcm_oss_open+0x0/0x444) from [<c02fc090>]
(soundcore_open+0x104/0x18c)
[<c02fbf8c>] (soundcore_open+0x0/0x18c) from [<c0160634>]
(chrdev_open+0x134/0x154)
r9:cdcb8000 r8:cddc4340 r7:00000000 r6:cece3c90 r5:cf87c3e0
r4:00000000
[<c0160500>] (chrdev_open+0x0/0x154) from [<c015bf58>]
(__dentry_open+0x138/0x250)
r8:cf80ad20 r7:00000000 r6:c0160500 r5:cece3c90 r4:cddc4340
[<c015be20>] (__dentry_open+0x0/0x250) from [<c015c0a8>]
(nameidata_to_filp+0x38/0x50)
[<c015c070>] (nameidata_to_filp+0x0/0x50) from [<c0168ae0>]
(do_filp_open+0x380/0x700)
r4:00000000
[<c0168760>] (do_filp_open+0x0/0x700) from [<c015bd38>] (do_sys_open+0x5c/0xec)
[<c015bcdc>] (do_sys_open+0x0/0xec) from [<c015be00>] (sys_open+0x24/0x28)
r8:c00eefc4 r7:00000005 r6:005e05ec r5:00000801 r4:00000000
[<c015bddc>] (sys_open+0x0/0x28) from [<c00eee40>] (ret_fast_syscall+0x0/0x2c)
Code: 03e00015 089da830 e2843010 e193cf9f (e28cc001)
: 44100 Hz, 2 ch, s16le, 192.0 k---[ end trace 71f57f514e7970ae ]---
bit/13.61% (ratio: 24000->176400)
Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3)
==========================================================================
Segmentation fault
@overo:/home/root#
> - MMC seems to be broken for omap1, Ladislav Michl might have a patch
> coming up for that.
>
> - I2C is broken for 2430 according to Kainan Cha.
>
> Also looks like source.mvista.com is down, so please use the kernel.org
> tree.
>
> Regards,
>
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
@ 2009-01-14 8:27 Eero Nurkkala
2009-01-14 15:28 ` Tony Lindgren
0 siblings, 1 reply; 11+ messages in thread
From: Eero Nurkkala @ 2009-01-14 8:27 UTC (permalink / raw)
To: linux-omap
> >> - According to Jarkko Nikula, ASoC does not currently work because
> >> of some recent clock changes.
I would like to note, that currently there's no counterpart for this
commit:
3456ef483b5322ba4a7647f024e2c5b7846cd7e3
ARM: OMAP3: Enable writing to XCCR and RCCR McBSP registers for OMAP
2430/34xx
You need to have the counterpart (in /sound/soc/omap/omap-mcbsp.c) for
that patch, othwerwise there's no chance to hear any DMA transferred
audio.
- Eero
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-14 8:27 Eero Nurkkala
@ 2009-01-14 15:28 ` Tony Lindgren
2009-01-19 7:54 ` Jarkko Nikula
0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2009-01-14 15:28 UTC (permalink / raw)
To: Eero Nurkkala, Nikula Jarkko (NRC/Helsinki); +Cc: linux-omap
* Eero Nurkkala <ext-eero.nurkkala@nokia.com> [090114 12:05]:
> > >> - According to Jarkko Nikula, ASoC does not currently work because
> > >> of some recent clock changes.
>
> I would like to note, that currently there's no counterpart for this
> commit:
>
> 3456ef483b5322ba4a7647f024e2c5b7846cd7e3
>
> ARM: OMAP3: Enable writing to XCCR and RCCR McBSP registers for OMAP
> 2430/34xx
>
>
> You need to have the counterpart (in /sound/soc/omap/omap-mcbsp.c) for
> that patch, othwerwise there's no chance to hear any DMA transferred
> audio.
Jarkko, can you post the patch queued up for alsa? We might want to
have that in linux-omap too.
Tony
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-14 15:28 ` Tony Lindgren
@ 2009-01-19 7:54 ` Jarkko Nikula
2009-01-23 0:02 ` Tony Lindgren
0 siblings, 1 reply; 11+ messages in thread
From: Jarkko Nikula @ 2009-01-19 7:54 UTC (permalink / raw)
To: ext Tony Lindgren; +Cc: Eero Nurkkala, linux-omap, ext Lopez Cruz, Misael
On Wed, 14 Jan 2009 17:28:07 +0200
"ext Tony Lindgren" <tony@atomide.com> wrote:
> > You need to have the counterpart (in /sound/soc/omap/omap-mcbsp.c) for
> > that patch, othwerwise there's no chance to hear any DMA transferred
> > audio.
>
> Jarkko, can you post the patch queued up for alsa? We might want to
> have that in linux-omap too.
>
Patch was made by Misael and I think he is waiting until the plat-omap
part goes into mainline. And which means that OMAP3 audio is broken
until sound/soc/omap/omap-mcbsp.c is patched.
I would say that we wouldn't want to hack with sound/ directory in
linux-omap. Especially code which is not in Takashi's tree since then
we have yet another conflict point if one wants to merge from his tree
on top of linux-omap.
Probably we should revert the patch and split it into three
separate patches:
1. Header change in linux-omap adding those registers (and queue it)
2. Patch to alsa-devel setting default values to those registers
3. Patch to linux-omap writing those registers
Or better: send those two patches to LKML, cc linux-omap and alsa-devel
and let it fall down from -mm or linux-next tree.
Jarkko
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-19 7:54 ` Jarkko Nikula
@ 2009-01-23 0:02 ` Tony Lindgren
2009-01-23 7:49 ` Jarkko Nikula
0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2009-01-23 0:02 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: Eero Nurkkala, linux-omap, ext Lopez Cruz, Misael
* Jarkko Nikula <jarkko.nikula@nokia.com> [090118 23:54]:
> On Wed, 14 Jan 2009 17:28:07 +0200
> "ext Tony Lindgren" <tony@atomide.com> wrote:
>
> > > You need to have the counterpart (in /sound/soc/omap/omap-mcbsp.c) for
> > > that patch, othwerwise there's no chance to hear any DMA transferred
> > > audio.
> >
> > Jarkko, can you post the patch queued up for alsa? We might want to
> > have that in linux-omap too.
> >
> Patch was made by Misael and I think he is waiting until the plat-omap
> part goes into mainline. And which means that OMAP3 audio is broken
> until sound/soc/omap/omap-mcbsp.c is patched.
>
> I would say that we wouldn't want to hack with sound/ directory in
> linux-omap. Especially code which is not in Takashi's tree since then
> we have yet another conflict point if one wants to merge from his tree
> on top of linux-omap.
>
> Probably we should revert the patch and split it into three
> separate patches:
>
> 1. Header change in linux-omap adding those registers (and queue it)
> 2. Patch to alsa-devel setting default values to those registers
> 3. Patch to linux-omap writing those registers
OK, I've reverted #3 above in l-o master and omap-2.6.28 branches.
> Or better: send those two patches to LKML, cc linux-omap and alsa-devel
> and let it fall down from -mm or linux-next tree.
Well since #3 is already queued in omap-fixes, I'd rather let it go to
mainline and not mess with that queue.
Maybe after that you could try to get #1 & #2 above merged to mainline
via alsa-devel list as one patch?
Regards,
Tony
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: v2.6.28-omap1 tagged, some bugs remain
2009-01-23 0:02 ` Tony Lindgren
@ 2009-01-23 7:49 ` Jarkko Nikula
0 siblings, 0 replies; 11+ messages in thread
From: Jarkko Nikula @ 2009-01-23 7:49 UTC (permalink / raw)
To: ext Tony Lindgren; +Cc: Eero Nurkkala, linux-omap, ext Lopez Cruz, Misael
On Thu, 22 Jan 2009 16:02:21 -0800
"ext Tony Lindgren" <tony@atomide.com> wrote:
> > Probably we should revert the patch and split it into three
> > separate patches:
> >
> > 1. Header change in linux-omap adding those registers (and queue it)
> > 2. Patch to alsa-devel setting default values to those registers
> > 3. Patch to linux-omap writing those registers
>
> OK, I've reverted #3 above in l-o master and omap-2.6.28 branches.
>
> > Or better: send those two patches to LKML, cc linux-omap and alsa-devel
> > and let it fall down from -mm or linux-next tree.
>
> Well since #3 is already queued in omap-fixes, I'd rather let it go to
> mainline and not mess with that queue.
>
I think that's fine for now since "accident" has happened and we are
aware the issues it will cause.
> Maybe after that you could try to get #1 & #2 above merged to mainline
> via alsa-devel list as one patch?
>
Can you Misael send your ASoC part of the patch to alsa-devel with a
remark that it's waiting above patch before it can be applied?
Anyway, functionalities from these two patches are needed since
otherwise audio is not working on some boards where bootloader hasn't
set those XCCR and RCCR registers.
Jarkko
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-01-23 7:50 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 14:50 v2.6.28-omap1 tagged, some bugs remain Tony Lindgren
2009-01-12 15:39 ` Koen Kooi
2009-01-12 16:15 ` Tony Lindgren
2009-01-13 7:08 ` Jarkko Nikula
2009-01-13 15:37 ` Anuj Aggarwal
2009-01-15 14:53 ` Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2009-01-14 8:27 Eero Nurkkala
2009-01-14 15:28 ` Tony Lindgren
2009-01-19 7:54 ` Jarkko Nikula
2009-01-23 0:02 ` Tony Lindgren
2009-01-23 7:49 ` Jarkko Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox