All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Embedded Linux Conference
@ 2009-04-06 23:18 Hans Verkuil
  2009-04-06 23:39 ` Query: Num GPIO lines Pandita, Vikram
  2009-04-06 23:45 ` Embedded Linux Conference Tony Lindgren
  0 siblings, 2 replies; 11+ messages in thread
From: Hans Verkuil @ 2009-04-06 23:18 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Dongsoo Kim, Kevin Hilman, Steve Sakoman, linux-media,
	linux-omap, Manjunath Hadli, Aguirre Rodriguez, Sergio Alberto,
	Hiremath, Vaibhav


> * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
>
> <snip snip>
>
>>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
>>>> beers.  I'll let someone local (Tony) pick the venue.
>>>
>>> OK, let's plan for Monday night then. I'll find some place with
>>> drinks easily available, and within walking distance from the
>>> conference.
>>>
>>> I've added a placeholder for the event where I'll post the details
>>> later on:
>>>
>>> http://www.muru.com/linux/omap/events/
>
> OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
> between Pine and California St. They're closed until 4pm,
> so there's no reservation. But as it's Monday night, I'd
> assume there's plenty of space. In case of last minute
> changes, please check the page above.

Not sure whether it will be as quiet as you hope:

http://www.harrysbarsf.com/

There's apparently some championship game going on today.

Note that I and a few others will meet up in the hotel's lobby at 6pm to
go to have dinner somewhere. Whoever is interested is free to join us.

Regards,

      Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Query: Num GPIO lines
  2009-04-06 23:18 Embedded Linux Conference Hans Verkuil
@ 2009-04-06 23:39 ` Pandita, Vikram
  2009-04-23  1:16   ` Pandita, Vikram
  2009-05-13 17:32   ` [APPLIED] >Query: " Tony Lindgren
  2009-04-06 23:45 ` Embedded Linux Conference Tony Lindgren
  1 sibling, 2 replies; 11+ messages in thread
From: Pandita, Vikram @ 2009-04-06 23:39 UTC (permalink / raw)
  To: linux-omap


Why for OMAP34xx is number of GPIO's 160? 
As per 3430 TRM, there are 6 banks [0 to 191]

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
---
diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c
index 17d7afe..ee0b21f 100644
--- a/arch/arm/plat-omap/gpio.c
+++ b/arch/arm/plat-omap/gpio.c
@@ -307,7 +307,7 @@ static inline int gpio_valid(int gpio)
 		return 0;
 	if (cpu_is_omap24xx() && gpio < 128)
 		return 0;
-	if (cpu_is_omap34xx() && gpio < 160)
+	if (cpu_is_omap34xx() && gpio < 192)
 		return 0;
 	return -1;
 }

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: Embedded Linux Conference
  2009-04-06 23:18 Embedded Linux Conference Hans Verkuil
  2009-04-06 23:39 ` Query: Num GPIO lines Pandita, Vikram
@ 2009-04-06 23:45 ` Tony Lindgren
  2009-04-07  1:45   ` Tony Lindgren
  1 sibling, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2009-04-06 23:45 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Tony Lindgren, Dongsoo Kim, Kevin Hilman, Steve Sakoman,
	linux-media, linux-omap, Manjunath Hadli, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote:
> 
> > * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
> >
> > <snip snip>
> >
> >>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
> >>>> beers.  I'll let someone local (Tony) pick the venue.
> >>>
> >>> OK, let's plan for Monday night then. I'll find some place with
> >>> drinks easily available, and within walking distance from the
> >>> conference.
> >>>
> >>> I've added a placeholder for the event where I'll post the details
> >>> later on:
> >>>
> >>> http://www.muru.com/linux/omap/events/
> >
> > OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
> > between Pine and California St. They're closed until 4pm,
> > so there's no reservation. But as it's Monday night, I'd
> > assume there's plenty of space. In case of last minute
> > changes, please check the page above.
> 
> Not sure whether it will be as quiet as you hope:
> 
> http://www.harrysbarsf.com/
> 
> There's apparently some championship game going on today.

Just spoke withem on the phone, they'll just have some
basketball on tv. So let's meet there and if it's too loud
we can go somewhere else.

> Note that I and a few others will meet up in the hotel's lobby at 6pm to
> go to have dinner somewhere. Whoever is interested is free to join us.> 
> Regards,

There are some nice Japanese restaurants in mall next to the hotel.

Regards,

Tony

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Embedded Linux Conference
  2009-04-06 23:45 ` Embedded Linux Conference Tony Lindgren
@ 2009-04-07  1:45   ` Tony Lindgren
  2009-04-07 15:53       ` Tony Lindgren
  0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2009-04-07  1:45 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Hans Verkuil, Dongsoo Kim, Kevin Hilman, Steve Sakoman,
	linux-media, linux-omap, Manjunath Hadli, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

On Mon, Apr 06, 2009 at 11:45:39PM +0000, Tony Lindgren wrote:
> On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote:
> > 
> > > * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
> > >
> > > <snip snip>
> > >
> > >>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
> > >>>> beers.  I'll let someone local (Tony) pick the venue.
> > >>>
> > >>> OK, let's plan for Monday night then. I'll find some place with
> > >>> drinks easily available, and within walking distance from the
> > >>> conference.
> > >>>
> > >>> I've added a placeholder for the event where I'll post the details
> > >>> later on:
> > >>>
> > >>> http://www.muru.com/linux/omap/events/
> > >
> > > OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
> > > between Pine and California St. They're closed until 4pm,
> > > so there's no reservation. But as it's Monday night, I'd
> > > assume there's plenty of space. In case of last minute
> > > changes, please check the page above.
> > 
> > Not sure whether it will be as quiet as you hope:
> > 
> > http://www.harrysbarsf.com/
> > 
> > There's apparently some championship game going on today.
> 
> Just spoke withem on the phone, they'll just have some
> basketball on tv. So let's meet there and if it's too loud
> we can go somewhere else.

Oops, Harry's bar is completely packed, let's meet at the
bar next door to Haary's, it's called The Grove.

Tony

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Embedded Linux Conference
  2009-04-07  1:45   ` Tony Lindgren
@ 2009-04-07 15:53       ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2009-04-07 15:53 UTC (permalink / raw)
  To: Hans Verkuil, Dongsoo Kim, Kevin Hilman, Steve Sakoman,
	linux-media, linux-omap, Manjunath Hadli, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

* Tony Lindgren <tony@atomide.com> [090406 18:45]:
> On Mon, Apr 06, 2009 at 11:45:39PM +0000, Tony Lindgren wrote:
> > On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote:
> > > 
> > > > * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
> > > >
> > > > <snip snip>
> > > >
> > > >>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
> > > >>>> beers.  I'll let someone local (Tony) pick the venue.
> > > >>>
> > > >>> OK, let's plan for Monday night then. I'll find some place with
> > > >>> drinks easily available, and within walking distance from the
> > > >>> conference.
> > > >>>
> > > >>> I've added a placeholder for the event where I'll post the details
> > > >>> later on:
> > > >>>
> > > >>> http://www.muru.com/linux/omap/events/
> > > >
> > > > OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
> > > > between Pine and California St. They're closed until 4pm,
> > > > so there's no reservation. But as it's Monday night, I'd
> > > > assume there's plenty of space. In case of last minute
> > > > changes, please check the page above.
> > > 
> > > Not sure whether it will be as quiet as you hope:
> > > 
> > > http://www.harrysbarsf.com/
> > > 
> > > There's apparently some championship game going on today.
> > 
> > Just spoke withem on the phone, they'll just have some
> > basketball on tv. So let's meet there and if it's too loud
> > we can go somewhere else.
> 
> Oops, Harry's bar is completely packed, let's meet at the
> bar next door to Haary's, it's called The Grove.

So six people showed up last night for beers, we took few
photos of this historic event :)

http://www.muru.com/linux/omap/events/

Cheers,

Tony


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Embedded Linux Conference
@ 2009-04-07 15:53       ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2009-04-07 15:53 UTC (permalink / raw)
  To: Hans Verkuil, Dongsoo Kim, Kevin Hilman, Steve Sakoman, linux-media

* Tony Lindgren <tony@atomide.com> [090406 18:45]:
> On Mon, Apr 06, 2009 at 11:45:39PM +0000, Tony Lindgren wrote:
> > On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote:
> > > 
> > > > * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
> > > >
> > > > <snip snip>
> > > >
> > > >>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
> > > >>>> beers.  I'll let someone local (Tony) pick the venue.
> > > >>>
> > > >>> OK, let's plan for Monday night then. I'll find some place with
> > > >>> drinks easily available, and within walking distance from the
> > > >>> conference.
> > > >>>
> > > >>> I've added a placeholder for the event where I'll post the details
> > > >>> later on:
> > > >>>
> > > >>> http://www.muru.com/linux/omap/events/
> > > >
> > > > OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
> > > > between Pine and California St. They're closed until 4pm,
> > > > so there's no reservation. But as it's Monday night, I'd
> > > > assume there's plenty of space. In case of last minute
> > > > changes, please check the page above.
> > > 
> > > Not sure whether it will be as quiet as you hope:
> > > 
> > > http://www.harrysbarsf.com/
> > > 
> > > There's apparently some championship game going on today.
> > 
> > Just spoke withem on the phone, they'll just have some
> > basketball on tv. So let's meet there and if it's too loud
> > we can go somewhere else.
> 
> Oops, Harry's bar is completely packed, let's meet at the
> bar next door to Haary's, it's called The Grove.

So six people showed up last night for beers, we took few
photos of this historic event :)

http://www.muru.com/linux/omap/events/

Cheers,

Tony


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Embedded Linux Conference
  2009-04-07 15:53       ` Tony Lindgren
@ 2009-04-07 17:05         ` Dongsoo, Nathaniel Kim
  -1 siblings, 0 replies; 11+ messages in thread
From: Dongsoo, Nathaniel Kim @ 2009-04-07 17:05 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Hans Verkuil, Kevin Hilman, Steve Sakoman, linux-media,
	linux-omap, Manjunath Hadli, Aguirre Rodriguez, Sergio Alberto,
	Hiremath, Vaibhav

Oh! I can see my laptop!

It was nice to meet you everyone.

Sorry for not be talking with you much. I had to review my work with
Hans before today's presentation.

I appreciate for the beer. Cheers.

Nate

On Wed, Apr 8, 2009 at 12:53 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Tony Lindgren <tony@atomide.com> [090406 18:45]:
>> On Mon, Apr 06, 2009 at 11:45:39PM +0000, Tony Lindgren wrote:
>> > On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote:
>> > >
>> > > > * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
>> > > >
>> > > > <snip snip>
>> > > >
>> > > >>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
>> > > >>>> beers.  I'll let someone local (Tony) pick the venue.
>> > > >>>
>> > > >>> OK, let's plan for Monday night then. I'll find some place with
>> > > >>> drinks easily available, and within walking distance from the
>> > > >>> conference.
>> > > >>>
>> > > >>> I've added a placeholder for the event where I'll post the details
>> > > >>> later on:
>> > > >>>
>> > > >>> http://www.muru.com/linux/omap/events/
>> > > >
>> > > > OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
>> > > > between Pine and California St. They're closed until 4pm,
>> > > > so there's no reservation. But as it's Monday night, I'd
>> > > > assume there's plenty of space. In case of last minute
>> > > > changes, please check the page above.
>> > >
>> > > Not sure whether it will be as quiet as you hope:
>> > >
>> > > http://www.harrysbarsf.com/
>> > >
>> > > There's apparently some championship game going on today.
>> >
>> > Just spoke withem on the phone, they'll just have some
>> > basketball on tv. So let's meet there and if it's too loud
>> > we can go somewhere else.
>>
>> Oops, Harry's bar is completely packed, let's meet at the
>> bar next door to Haary's, it's called The Grove.
>
> So six people showed up last night for beers, we took few
> photos of this historic event :)
>
> http://www.muru.com/linux/omap/events/
>
> Cheers,
>
> Tony
>
>



-- 
========================================================
DongSoo, Nathaniel Kim
Engineer
Mobile S/W Platform Lab.
Digital Media & Communications R&D Centre
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
          dongsoo45.kim@samsung.com
========================================================

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Embedded Linux Conference
@ 2009-04-07 17:05         ` Dongsoo, Nathaniel Kim
  0 siblings, 0 replies; 11+ messages in thread
From: Dongsoo, Nathaniel Kim @ 2009-04-07 17:05 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Hans Verkuil, Kevin Hilman, Steve Sakoman, linux-media,
	linux-omap, Manjunath Hadli, Aguirre Rodriguez, Sergio Alberto,
	Hiremath, Vaibhav

Oh! I can see my laptop!

It was nice to meet you everyone.

Sorry for not be talking with you much. I had to review my work with
Hans before today's presentation.

I appreciate for the beer. Cheers.

Nate

On Wed, Apr 8, 2009 at 12:53 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Tony Lindgren <tony@atomide.com> [090406 18:45]:
>> On Mon, Apr 06, 2009 at 11:45:39PM +0000, Tony Lindgren wrote:
>> > On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote:
>> > >
>> > > > * Dongsoo Kim <dongsoo.kim@gmail.com> [090317 10:36]:
>> > > >
>> > > > <snip snip>
>> > > >
>> > > >>>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for
>> > > >>>> beers.  I'll let someone local (Tony) pick the venue.
>> > > >>>
>> > > >>> OK, let's plan for Monday night then. I'll find some place with
>> > > >>> drinks easily available, and within walking distance from the
>> > > >>> conference.
>> > > >>>
>> > > >>> I've added a placeholder for the event where I'll post the details
>> > > >>> later on:
>> > > >>>
>> > > >>> http://www.muru.com/linux/omap/events/
>> > > >
>> > > > OK, let's meet at Harry's bar 7pm at 2020 Fillmore St
>> > > > between Pine and California St. They're closed until 4pm,
>> > > > so there's no reservation. But as it's Monday night, I'd
>> > > > assume there's plenty of space. In case of last minute
>> > > > changes, please check the page above.
>> > >
>> > > Not sure whether it will be as quiet as you hope:
>> > >
>> > > http://www.harrysbarsf.com/
>> > >
>> > > There's apparently some championship game going on today.
>> >
>> > Just spoke withem on the phone, they'll just have some
>> > basketball on tv. So let's meet there and if it's too loud
>> > we can go somewhere else.
>>
>> Oops, Harry's bar is completely packed, let's meet at the
>> bar next door to Haary's, it's called The Grove.
>
> So six people showed up last night for beers, we took few
> photos of this historic event :)
>
> http://www.muru.com/linux/omap/events/
>
> Cheers,
>
> Tony
>
>



-- 
========================================================
DongSoo, Nathaniel Kim
Engineer
Mobile S/W Platform Lab.
Digital Media & Communications R&D Centre
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
          dongsoo45.kim@samsung.com
========================================================
--
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: Query: Num GPIO lines
  2009-04-06 23:39 ` Query: Num GPIO lines Pandita, Vikram
@ 2009-04-23  1:16   ` Pandita, Vikram
  2009-05-13 17:31     ` Tony Lindgren
  2009-05-13 17:32   ` [APPLIED] >Query: " Tony Lindgren
  1 sibling, 1 reply; 11+ messages in thread
From: Pandita, Vikram @ 2009-04-23  1:16 UTC (permalink / raw)
  To: linux-omap


Ping. Any inputs on number of gpio's wrongly defined for OMAP34xx?


>-----Original Message-----
>From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of
>Pandita, Vikram
>Sent: Monday, April 06, 2009 6:40 PM
>To: linux-omap@vger.kernel.org
>Subject: Query: Num GPIO lines
>
>
>Why for OMAP34xx is number of GPIO's 160?
>As per 3430 TRM, there are 6 banks [0 to 191]
>
>Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
>Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
>---
>diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c
>index 17d7afe..ee0b21f 100644
>--- a/arch/arm/plat-omap/gpio.c
>+++ b/arch/arm/plat-omap/gpio.c
>@@ -307,7 +307,7 @@ static inline int gpio_valid(int gpio)
> 		return 0;
> 	if (cpu_is_omap24xx() && gpio < 128)
> 		return 0;
>-	if (cpu_is_omap34xx() && gpio < 160)
>+	if (cpu_is_omap34xx() && gpio < 192)
> 		return 0;
> 	return -1;
> }
>--
>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: Query: Num GPIO lines
  2009-04-23  1:16   ` Pandita, Vikram
@ 2009-05-13 17:31     ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2009-05-13 17:31 UTC (permalink / raw)
  To: Pandita, Vikram; +Cc: linux-omap

* Pandita, Vikram <vikram.pandita@ti.com> [090422 18:17]:
> 
> Ping. Any inputs on number of gpio's wrongly defined for OMAP34xx?

Sounds like a good bug fix! I'll add it to omap-fixes queue.

Tony
 
> 
> >-----Original Message-----
> >From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of
> >Pandita, Vikram
> >Sent: Monday, April 06, 2009 6:40 PM
> >To: linux-omap@vger.kernel.org
> >Subject: Query: Num GPIO lines
> >
> >
> >Why for OMAP34xx is number of GPIO's 160?
> >As per 3430 TRM, there are 6 banks [0 to 191]
> >
> >Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
> >Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
> >---
> >diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c
> >index 17d7afe..ee0b21f 100644
> >--- a/arch/arm/plat-omap/gpio.c
> >+++ b/arch/arm/plat-omap/gpio.c
> >@@ -307,7 +307,7 @@ static inline int gpio_valid(int gpio)
> > 		return 0;
> > 	if (cpu_is_omap24xx() && gpio < 128)
> > 		return 0;
> >-	if (cpu_is_omap34xx() && gpio < 160)
> >+	if (cpu_is_omap34xx() && gpio < 192)
> > 		return 0;
> > 	return -1;
> > }
> >--
> >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
> 
> --
> 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

* [APPLIED]  >Query: Num GPIO lines
  2009-04-06 23:39 ` Query: Num GPIO lines Pandita, Vikram
  2009-04-23  1:16   ` Pandita, Vikram
@ 2009-05-13 17:32   ` Tony Lindgren
  1 sibling, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2009-05-13 17:32 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Initial commit ID (Likely to change): 210d83e199f47b5aecce8cbb2bddb2554460afae

PatchWorks
http://patchwork.kernel.org/patch/16691/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=210d83e199f47b5aecce8cbb2bddb2554460afae



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-05-13 17:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-06 23:18 Embedded Linux Conference Hans Verkuil
2009-04-06 23:39 ` Query: Num GPIO lines Pandita, Vikram
2009-04-23  1:16   ` Pandita, Vikram
2009-05-13 17:31     ` Tony Lindgren
2009-05-13 17:32   ` [APPLIED] >Query: " Tony Lindgren
2009-04-06 23:45 ` Embedded Linux Conference Tony Lindgren
2009-04-07  1:45   ` Tony Lindgren
2009-04-07 15:53     ` Tony Lindgren
2009-04-07 15:53       ` Tony Lindgren
2009-04-07 17:05       ` Dongsoo, Nathaniel Kim
2009-04-07 17:05         ` Dongsoo, Nathaniel Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.