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; 30+ 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] 30+ 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; 30+ 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] 30+ 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; 30+ 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] 30+ 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; 30+ 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] 30+ 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; 30+ 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] 30+ messages in thread

* Re: Embedded Linux Conference
@ 2009-04-07 15:53       ` Tony Lindgren
  0 siblings, 0 replies; 30+ 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] 30+ 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; 30+ 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] 30+ messages in thread

* Re: Embedded Linux Conference
@ 2009-04-07 17:05         ` Dongsoo, Nathaniel Kim
  0 siblings, 0 replies; 30+ 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] 30+ 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; 30+ 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] 30+ 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; 30+ 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] 30+ 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; 30+ 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] 30+ messages in thread

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

* Tony Lindgren <tony@atomide.com> [090406 15:12]:
> * 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.

It's about 3 block walk from j-town, here's the map link too:

http://maps.google.com/maps?hl=en&ie=UTF8&q=2020+fillmore+st,+san+francisco&fb=1&split=1&gl=us&cid=0,0,11092845507326846205&ei=JXvaSbmzGKectAOLjZzXBg&ll=37.788811,-122.433593&spn=0.011328,0.015407&z=16&iwloc=A
 
> Tony

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

* Re: Embedded Linux Conference
  2009-03-17 17:36               ` Dongsoo Kim
  (?)
@ 2009-04-06 21:58               ` Tony Lindgren
  2009-04-06 22:17                 ` Tony Lindgren
  -1 siblings, 1 reply; 30+ messages in thread
From: Tony Lindgren @ 2009-04-06 21:58 UTC (permalink / raw)
  To: Dongsoo Kim
  Cc: Kevin Hilman, Hans Verkuil, 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.

Tony


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

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

Hi Tony,

I think I can join you. And also Kyungmin Park I guess.
See you then.

Nate

2009. 03. 18, 오전 1:45, Tony Lindgren 작성:

> * Kevin Hilman <khilman@deeprootsystems.com> [090317 07:50]:
>> Hans Verkuil wrote:
>>> On Tuesday 17 March 2009 01:14:28 Steve Sakoman wrote:
>>>> On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com>  
>>>> wrote:
>>>>> * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
>>>>>> Hans Verkuil <hverkuil@xs4all.nl> writes:
>>>>>>> Just FYI:
>>>>>>>
>>>>>>> I'll be attending the Embedded Linux Conference in San  
>>>>>>> Francisco,
>>>>>>> April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>>>>>>>
>>>>>>> This might be a good opportunity to discuss omap and davinci  
>>>>>>> V4L2
>>>>>>> issues face-to-face. Let me know if you are interested.
>>>>>> I will be there as well, and while not directly involved with  
>>>>>> V4L2,
>>>>>> I'm involved in various parts of getting OMAP and DaVinci devices
>>>>>> supported in mainline kernels.
>>>>> Yeah I'll be in town too and will be dropping by at the conf
>>>>> here and there.
>>>>>
>>>>> Maybe let's arrange something to get some beers one night during
>>>>> the conf?
>>>> I'll be there too.  How about Wednesday evening for beers?
>>>>
>>>> Steve
>>>
>>> On Wednesday evening there is the 'social event', which means free  
>>> food
>>> and beer :-). So I'd say that evening is covered.
>>>
>>> However, I'd welcome dinner on Sunday evening. Having arrived that  
>>> day
>>> from Europe I won't be a sparkling conversationalist but it beats
>>> having dinner by your own and gives us a chance to meet one another.
>>>
>>
>> I won't be arriving until late Sunday night, and I imagine others  
>> may be
>> arrving Monday morning.
>>
>> 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/
>
> To get a rough idea how many people we'll have, please reply to this
> thread, or send me an email if you're planning to attend.
>
> Cheers,
>
> Tony
>
>
>> [1] http://www.embeddedlinuxconference.com/elc_2009/program.html


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

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

Hi Tony,

I think I can join you. And also Kyungmin Park I guess.
See you then.

Nate

2009. 03. 18, 오전 1:45, Tony Lindgren 작성:

> * Kevin Hilman <khilman@deeprootsystems.com> [090317 07:50]:
>> Hans Verkuil wrote:
>>> On Tuesday 17 March 2009 01:14:28 Steve Sakoman wrote:
>>>> On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com>  
>>>> wrote:
>>>>> * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
>>>>>> Hans Verkuil <hverkuil@xs4all.nl> writes:
>>>>>>> Just FYI:
>>>>>>>
>>>>>>> I'll be attending the Embedded Linux Conference in San  
>>>>>>> Francisco,
>>>>>>> April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>>>>>>>
>>>>>>> This might be a good opportunity to discuss omap and davinci  
>>>>>>> V4L2
>>>>>>> issues face-to-face. Let me know if you are interested.
>>>>>> I will be there as well, and while not directly involved with  
>>>>>> V4L2,
>>>>>> I'm involved in various parts of getting OMAP and DaVinci devices
>>>>>> supported in mainline kernels.
>>>>> Yeah I'll be in town too and will be dropping by at the conf
>>>>> here and there.
>>>>>
>>>>> Maybe let's arrange something to get some beers one night during
>>>>> the conf?
>>>> I'll be there too.  How about Wednesday evening for beers?
>>>>
>>>> Steve
>>>
>>> On Wednesday evening there is the 'social event', which means free  
>>> food
>>> and beer :-). So I'd say that evening is covered.
>>>
>>> However, I'd welcome dinner on Sunday evening. Having arrived that  
>>> day
>>> from Europe I won't be a sparkling conversationalist but it beats
>>> having dinner by your own and gives us a chance to meet one another.
>>>
>>
>> I won't be arriving until late Sunday night, and I imagine others  
>> may be
>> arrving Monday morning.
>>
>> 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/
>
> To get a rough idea how many people we'll have, please reply to this
> thread, or send me an email if you're planning to attend.
>
> Cheers,
>
> Tony
>
>
>> [1] http://www.embeddedlinuxconference.com/elc_2009/program.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] 30+ messages in thread

* Re: Embedded Linux Conference
  2009-03-17 14:50         ` Kevin Hilman
@ 2009-03-17 16:45           ` Tony Lindgren
  2009-03-17 17:36               ` Dongsoo Kim
  0 siblings, 1 reply; 30+ messages in thread
From: Tony Lindgren @ 2009-03-17 16:45 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Hans Verkuil, Steve Sakoman, linux-media, linux-omap,
	Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

* Kevin Hilman <khilman@deeprootsystems.com> [090317 07:50]:
> Hans Verkuil wrote:
>> On Tuesday 17 March 2009 01:14:28 Steve Sakoman wrote:
>>> On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com> wrote:
>>>> * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
>>>>> Hans Verkuil <hverkuil@xs4all.nl> writes:
>>>>>> Just FYI:
>>>>>>
>>>>>> I'll be attending the Embedded Linux Conference in San Francisco,
>>>>>> April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>>>>>>
>>>>>> This might be a good opportunity to discuss omap and davinci V4L2
>>>>>> issues face-to-face. Let me know if you are interested.
>>>>> I will be there as well, and while not directly involved with V4L2,
>>>>> I'm involved in various parts of getting OMAP and DaVinci devices
>>>>> supported in mainline kernels.
>>>> Yeah I'll be in town too and will be dropping by at the conf
>>>> here and there.
>>>>
>>>> Maybe let's arrange something to get some beers one night during
>>>> the conf?
>>> I'll be there too.  How about Wednesday evening for beers?
>>>
>>> Steve
>>
>> On Wednesday evening there is the 'social event', which means free food 
>> and beer :-). So I'd say that evening is covered.
>>
>> However, I'd welcome dinner on Sunday evening. Having arrived that day 
>> from Europe I won't be a sparkling conversationalist but it beats 
>> having dinner by your own and gives us a chance to meet one another.
>>
>
> I won't be arriving until late Sunday night, and I imagine others may be  
> arrving Monday morning.
>
> 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/

To get a rough idea how many people we'll have, please reply to this
thread, or send me an email if you're planning to attend.

Cheers,

Tony


> [1] http://www.embeddedlinuxconference.com/elc_2009/program.html

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

* RE: Embedded Linux Conference
  2009-03-16 22:51   ` Kevin Hilman
  (?)
  (?)
@ 2009-03-17 16:12   ` Hiremath, Vaibhav
  -1 siblings, 0 replies; 30+ messages in thread
From: Hiremath, Vaibhav @ 2009-03-17 16:12 UTC (permalink / raw)
  To: Kevin Hilman, Hans Verkuil
  Cc: linux-media, linux-omap, Hadli, Manjunath,
	DongSoo(Nathaniel) Kim, Aguirre Rodriguez, Sergio Alberto




> -----Original Message-----
> From: Kevin Hilman [mailto:khilman@deeprootsystems.com]
> Sent: Tuesday, March 17, 2009 4:22 AM
> To: Hans Verkuil
> Cc: linux-media@vger.kernel.org; linux-omap@vger.kernel.org; Hadli,
> Manjunath; DongSoo(Nathaniel) Kim; Aguirre Rodriguez, Sergio
> Alberto; Hiremath, Vaibhav
> Subject: Re: Embedded Linux Conference
> 
> Hans Verkuil <hverkuil@xs4all.nl> writes:
> 
> > Just FYI:
> >
> > I'll be attending the Embedded Linux Conference in San Francisco,
> April
> > 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
> >
> > This might be a good opportunity to discuss omap and davinci V4L2
> issues
> > face-to-face. Let me know if you are interested.
> >

[Hiremath, Vaibhav] Unfortunately I will not be able to attend :)

Thanks,
Vaibhav Hiremath

> 
> I will be there as well, and while not directly involved with V4L2,
> I'm involved in various parts of getting OMAP and DaVinci devices
> supported in mainline kernels.
> 
> Kevin


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

* Re: Embedded Linux Conference
  2009-03-17  7:09       ` Hans Verkuil
@ 2009-03-17 14:50         ` Kevin Hilman
  2009-03-17 16:45           ` Tony Lindgren
  0 siblings, 1 reply; 30+ messages in thread
From: Kevin Hilman @ 2009-03-17 14:50 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Steve Sakoman, Tony Lindgren, linux-media, linux-omap,
	Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

Hans Verkuil wrote:
> On Tuesday 17 March 2009 01:14:28 Steve Sakoman wrote:
>> On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com> wrote:
>>> * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
>>>> Hans Verkuil <hverkuil@xs4all.nl> writes:
>>>>> Just FYI:
>>>>>
>>>>> I'll be attending the Embedded Linux Conference in San Francisco,
>>>>> April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>>>>>
>>>>> This might be a good opportunity to discuss omap and davinci V4L2
>>>>> issues face-to-face. Let me know if you are interested.
>>>> I will be there as well, and while not directly involved with V4L2,
>>>> I'm involved in various parts of getting OMAP and DaVinci devices
>>>> supported in mainline kernels.
>>> Yeah I'll be in town too and will be dropping by at the conf
>>> here and there.
>>>
>>> Maybe let's arrange something to get some beers one night during
>>> the conf?
>> I'll be there too.  How about Wednesday evening for beers?
>>
>> Steve
> 
> On Wednesday evening there is the 'social event', which means free food and 
> beer :-). So I'd say that evening is covered.
> 
> However, I'd welcome dinner on Sunday evening. Having arrived that day from 
> Europe I won't be a sparkling conversationalist but it beats having dinner 
> by your own and gives us a chance to meet one another.
> 

I won't be arriving until late Sunday night, and I imagine others may be 
arrving Monday morning.

How about Monday night after the Dinner (ends at 7pm [1]) we meet for 
beers.  I'll let someone local (Tony) pick the venue.

Kevin

[1] http://www.embeddedlinuxconference.com/elc_2009/program.html

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

* Re: Embedded Linux Conference
  2009-03-17  0:14     ` Steve Sakoman
  2009-03-17  1:00       ` Tony Lindgren
@ 2009-03-17  7:09       ` Hans Verkuil
  2009-03-17 14:50         ` Kevin Hilman
  1 sibling, 1 reply; 30+ messages in thread
From: Hans Verkuil @ 2009-03-17  7:09 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: Tony Lindgren, Kevin Hilman, linux-media, linux-omap,
	Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

On Tuesday 17 March 2009 01:14:28 Steve Sakoman wrote:
> On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com> wrote:
> > * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
> >> Hans Verkuil <hverkuil@xs4all.nl> writes:
> >> > Just FYI:
> >> >
> >> > I'll be attending the Embedded Linux Conference in San Francisco,
> >> > April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
> >> >
> >> > This might be a good opportunity to discuss omap and davinci V4L2
> >> > issues face-to-face. Let me know if you are interested.
> >>
> >> I will be there as well, and while not directly involved with V4L2,
> >> I'm involved in various parts of getting OMAP and DaVinci devices
> >> supported in mainline kernels.
> >
> > Yeah I'll be in town too and will be dropping by at the conf
> > here and there.
> >
> > Maybe let's arrange something to get some beers one night during
> > the conf?
>
> I'll be there too.  How about Wednesday evening for beers?
>
> Steve

On Wednesday evening there is the 'social event', which means free food and 
beer :-). So I'd say that evening is covered.

However, I'd welcome dinner on Sunday evening. Having arrived that day from 
Europe I won't be a sparkling conversationalist but it beats having dinner 
by your own and gives us a chance to meet one another.

Regards,

	Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG

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

* Re: Embedded Linux Conference
  2009-03-17  0:14     ` Steve Sakoman
@ 2009-03-17  1:00       ` Tony Lindgren
  2009-03-17  7:09       ` Hans Verkuil
  1 sibling, 0 replies; 30+ messages in thread
From: Tony Lindgren @ 2009-03-17  1:00 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: Kevin Hilman, Hans Verkuil, linux-media, linux-omap,
	Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

* Steve Sakoman <sakoman@gmail.com> [090316 17:14]:
> On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com> wrote:
> > * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
> >> Hans Verkuil <hverkuil@xs4all.nl> writes:
> >>
> >> > Just FYI:
> >> >
> >> > I'll be attending the Embedded Linux Conference in San Francisco, April
> >> > 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
> >> >
> >> > This might be a good opportunity to discuss omap and davinci V4L2 issues
> >> > face-to-face. Let me know if you are interested.
> >> >
> >>
> >> I will be there as well, and while not directly involved with V4L2,
> >> I'm involved in various parts of getting OMAP and DaVinci devices
> >> supported in mainline kernels.
> >
> > Yeah I'll be in town too and will be dropping by at the conf
> > here and there.
> >
> > Maybe let's arrange something to get some beers one night during
> > the conf?
> 
> I'll be there too.  How about Wednesday evening for beers?

OK, I'll figure out some place where we can go hang out and get
some beers and food for Wednesday night. How about 7pm on
Wednesday?

Tony

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

* Re: Embedded Linux Conference
  2009-03-16 22:56   ` Tony Lindgren
  2009-03-16 23:23     ` Kyungmin Park
@ 2009-03-17  0:14     ` Steve Sakoman
  2009-03-17  1:00       ` Tony Lindgren
  2009-03-17  7:09       ` Hans Verkuil
  1 sibling, 2 replies; 30+ messages in thread
From: Steve Sakoman @ 2009-03-17  0:14 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Kevin Hilman, Hans Verkuil, linux-media, linux-omap,
	Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
>> Hans Verkuil <hverkuil@xs4all.nl> writes:
>>
>> > Just FYI:
>> >
>> > I'll be attending the Embedded Linux Conference in San Francisco, April
>> > 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>> >
>> > This might be a good opportunity to discuss omap and davinci V4L2 issues
>> > face-to-face. Let me know if you are interested.
>> >
>>
>> I will be there as well, and while not directly involved with V4L2,
>> I'm involved in various parts of getting OMAP and DaVinci devices
>> supported in mainline kernels.
>
> Yeah I'll be in town too and will be dropping by at the conf
> here and there.
>
> Maybe let's arrange something to get some beers one night during
> the conf?

I'll be there too.  How about Wednesday evening for beers?

Steve

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

* Re: Embedded Linux Conference
  2009-03-16 22:56   ` Tony Lindgren
@ 2009-03-16 23:23     ` Kyungmin Park
  2009-03-17  0:14     ` Steve Sakoman
  1 sibling, 0 replies; 30+ messages in thread
From: Kyungmin Park @ 2009-03-16 23:23 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Kevin Hilman, Hans Verkuil, linux-media, linux-omap,
	Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

Hi,

On Tue, Mar 17, 2009 at 7:56 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
>> Hans Verkuil <hverkuil@xs4all.nl> writes:
>>
>> > Just FYI:
>> >
>> > I'll be attending the Embedded Linux Conference in San Francisco, April
>> > 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>> >
>> > This might be a good opportunity to discuss omap and davinci V4L2 issues
>> > face-to-face. Let me know if you are interested.
>> >
>>
>> I will be there as well, and while not directly involved with V4L2,
>> I'm involved in various parts of getting OMAP and DaVinci devices
>> supported in mainline kernels.

I will be there too,
I'm interested in Power Management at OMAP and also interested with
how to work with community
such as how to open our in-house kernel and so on.

>
> Yeah I'll be in town too and will be dropping by at the conf
> here and there.
>
> Maybe let's arrange something to get some beers one night during
> the conf?
>

then see you there.

Thank you,
Kyungmin Park

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

* Re: Embedded Linux Conference
  2009-03-16 22:51   ` Kevin Hilman
  (?)
@ 2009-03-16 22:56   ` Tony Lindgren
  2009-03-16 23:23     ` Kyungmin Park
  2009-03-17  0:14     ` Steve Sakoman
  -1 siblings, 2 replies; 30+ messages in thread
From: Tony Lindgren @ 2009-03-16 22:56 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Hans Verkuil, linux-media, linux-omap, Manjunath Hadli,
	DongSoo(Nathaniel) Kim, Aguirre Rodriguez, Sergio Alberto,
	Hiremath, Vaibhav

* Kevin Hilman <khilman@deeprootsystems.com> [090316 15:52]:
> Hans Verkuil <hverkuil@xs4all.nl> writes:
> 
> > Just FYI:
> >
> > I'll be attending the Embedded Linux Conference in San Francisco, April 
> > 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
> >
> > This might be a good opportunity to discuss omap and davinci V4L2 issues 
> > face-to-face. Let me know if you are interested.
> >
> 
> I will be there as well, and while not directly involved with V4L2,
> I'm involved in various parts of getting OMAP and DaVinci devices
> supported in mainline kernels.

Yeah I'll be in town too and will be dropping by at the conf
here and there.

Maybe let's arrange something to get some beers one night during
the conf?

Tony

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

* Re: Embedded Linux Conference
  2009-03-05 16:49 Hans Verkuil
@ 2009-03-16 22:51   ` Kevin Hilman
  2009-03-16 22:51   ` Kevin Hilman
  1 sibling, 0 replies; 30+ messages in thread
From: Kevin Hilman @ 2009-03-16 22:51 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: linux-media, linux-omap, Manjunath Hadli, DongSoo(Nathaniel) Kim,
	Aguirre Rodriguez, Sergio Alberto, Hiremath, Vaibhav

Hans Verkuil <hverkuil@xs4all.nl> writes:

> Just FYI:
>
> I'll be attending the Embedded Linux Conference in San Francisco, April 
> 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>
> This might be a good opportunity to discuss omap and davinci V4L2 issues 
> face-to-face. Let me know if you are interested.
>

I will be there as well, and while not directly involved with V4L2,
I'm involved in various parts of getting OMAP and DaVinci devices
supported in mainline kernels.

Kevin

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

* Re: Embedded Linux Conference
@ 2009-03-16 22:51   ` Kevin Hilman
  0 siblings, 0 replies; 30+ messages in thread
From: Kevin Hilman @ 2009-03-16 22:51 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: linux-media, linux-omap, Manjunath Hadli, DongSoo(Nathaniel) Kim,
	Aguirre Rodriguez, Sergio Alberto, Hiremath, Vaibhav

Hans Verkuil <hverkuil@xs4all.nl> writes:

> Just FYI:
>
> I'll be attending the Embedded Linux Conference in San Francisco, April 
> 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>
> This might be a good opportunity to discuss omap and davinci V4L2 issues 
> face-to-face. Let me know if you are interested.
>

I will be there as well, and while not directly involved with V4L2,
I'm involved in various parts of getting OMAP and DaVinci devices
supported in mainline kernels.

Kevin

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

* RE: Embedded Linux Conference
  2009-03-06  4:02   ` DongSoo(Nathaniel) Kim
@ 2009-03-06  5:53     ` Hadli, Manjunath
  -1 siblings, 0 replies; 30+ messages in thread
From: Hadli, Manjunath @ 2009-03-06  5:53 UTC (permalink / raw)
  To: DongSoo(Nathaniel) Kim, Hans Verkuil
  Cc: linux-media, linux-omap, Aguirre Rodriguez, Sergio Alberto,
	Hiremath, Vaibhav

That is great!
I will let you know our plans soon.
-Manju 

-----Original Message-----
From: DongSoo(Nathaniel) Kim [mailto:dongsoo.kim@gmail.com] 
Sent: Friday, March 06, 2009 9:33 AM
To: Hans Verkuil
Cc: linux-media@vger.kernel.org; linux-omap@vger.kernel.org; Hadli, Manjunath; Aguirre Rodriguez, Sergio Alberto; Hiremath, Vaibhav
Subject: Re: Embedded Linux Conference

Hello,

I'm attending as a speaker for one session which title is "Digital camera framework in Linux"

I'm also looking forward to see many v4l2 engineers and discuss about latest issues.

BTW, see you there Hans :)

Nate

On Fri, Mar 6, 2009 at 1:49 AM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> Just FYI:
>
> I'll be attending the Embedded Linux Conference in San Francisco, 
> April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>
> This might be a good opportunity to discuss omap and davinci V4L2 
> issues face-to-face. Let me know if you are interested.
>
> Regards,
>
>        Hans
>
> --
> Hans Verkuil - video4linux developer - sponsored by TANDBERG
>



--
========================================================
DongSoo(Nathaniel), Kim
Engineer
Mobile S/W Platform Lab. S/W Team.
DMC
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
          dongsoo45.kim@samsung.com
========================================================


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

* RE: Embedded Linux Conference
@ 2009-03-06  5:53     ` Hadli, Manjunath
  0 siblings, 0 replies; 30+ messages in thread
From: Hadli, Manjunath @ 2009-03-06  5:53 UTC (permalink / raw)
  To: DongSoo(Nathaniel) Kim, Hans Verkuil
  Cc: linux-media, linux-omap, Aguirre Rodriguez, Sergio Alberto,
	Hiremath, Vaibhav

That is great!
I will let you know our plans soon.
-Manju 

-----Original Message-----
From: DongSoo(Nathaniel) Kim [mailto:dongsoo.kim@gmail.com] 
Sent: Friday, March 06, 2009 9:33 AM
To: Hans Verkuil
Cc: linux-media@vger.kernel.org; linux-omap@vger.kernel.org; Hadli, Manjunath; Aguirre Rodriguez, Sergio Alberto; Hiremath, Vaibhav
Subject: Re: Embedded Linux Conference

Hello,

I'm attending as a speaker for one session which title is "Digital camera framework in Linux"

I'm also looking forward to see many v4l2 engineers and discuss about latest issues.

BTW, see you there Hans :)

Nate

On Fri, Mar 6, 2009 at 1:49 AM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> Just FYI:
>
> I'll be attending the Embedded Linux Conference in San Francisco, 
> April 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>
> This might be a good opportunity to discuss omap and davinci V4L2 
> issues face-to-face. Let me know if you are interested.
>
> Regards,
>
>        Hans
>
> --
> Hans Verkuil - video4linux developer - sponsored by TANDBERG
>



--
========================================================
DongSoo(Nathaniel), Kim
Engineer
Mobile S/W Platform Lab. S/W Team.
DMC
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
          dongsoo45.kim@samsung.com
========================================================

--
To unsubscribe from this list: send the line "unsubscribe linux-media" 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] 30+ messages in thread

* Re: Embedded Linux Conference
  2009-03-05 16:49 Hans Verkuil
@ 2009-03-06  4:02   ` DongSoo(Nathaniel) Kim
  2009-03-16 22:51   ` Kevin Hilman
  1 sibling, 0 replies; 30+ messages in thread
From: DongSoo(Nathaniel) Kim @ 2009-03-06  4:02 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: linux-media, linux-omap, Manjunath Hadli, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

Hello,

I'm attending as a speaker for one session which title is "Digital
camera framework in Linux"

I'm also looking forward to see many v4l2 engineers and discuss about
latest issues.

BTW, see you there Hans :)

Nate

On Fri, Mar 6, 2009 at 1:49 AM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> Just FYI:
>
> I'll be attending the Embedded Linux Conference in San Francisco, April
> 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>
> This might be a good opportunity to discuss omap and davinci V4L2 issues
> face-to-face. Let me know if you are interested.
>
> Regards,
>
>        Hans
>
> --
> Hans Verkuil - video4linux developer - sponsored by TANDBERG
>



-- 
========================================================
DongSoo(Nathaniel), Kim
Engineer
Mobile S/W Platform Lab. S/W Team.
DMC
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
          dongsoo45.kim@samsung.com
========================================================

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

* Re: Embedded Linux Conference
@ 2009-03-06  4:02   ` DongSoo(Nathaniel) Kim
  0 siblings, 0 replies; 30+ messages in thread
From: DongSoo(Nathaniel) Kim @ 2009-03-06  4:02 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: linux-media, linux-omap, Manjunath Hadli, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

Hello,

I'm attending as a speaker for one session which title is "Digital
camera framework in Linux"

I'm also looking forward to see many v4l2 engineers and discuss about
latest issues.

BTW, see you there Hans :)

Nate

On Fri, Mar 6, 2009 at 1:49 AM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> Just FYI:
>
> I'll be attending the Embedded Linux Conference in San Francisco, April
> 6th-8th (http://www.embeddedlinuxconference.com/elc_2009).
>
> This might be a good opportunity to discuss omap and davinci V4L2 issues
> face-to-face. Let me know if you are interested.
>
> Regards,
>
>        Hans
>
> --
> Hans Verkuil - video4linux developer - sponsored by TANDBERG
>



-- 
========================================================
DongSoo(Nathaniel), Kim
Engineer
Mobile S/W Platform Lab. S/W Team.
DMC
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
          dongsoo45.kim@samsung.com
========================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-media" 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] 30+ messages in thread

* Embedded Linux Conference
@ 2009-03-05 16:49 Hans Verkuil
  2009-03-06  4:02   ` DongSoo(Nathaniel) Kim
  2009-03-16 22:51   ` Kevin Hilman
  0 siblings, 2 replies; 30+ messages in thread
From: Hans Verkuil @ 2009-03-05 16:49 UTC (permalink / raw)
  To: linux-media, linux-omap
  Cc: Manjunath Hadli, DongSoo(Nathaniel) Kim, Aguirre Rodriguez,
	Sergio Alberto, Hiremath, Vaibhav

Just FYI:

I'll be attending the Embedded Linux Conference in San Francisco, April 
6th-8th (http://www.embeddedlinuxconference.com/elc_2009).

This might be a good opportunity to discuss omap and davinci V4L2 issues 
face-to-face. Let me know if you are interested.

Regards,

	Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG

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

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

Thread overview: 30+ 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
  -- strict thread matches above, loose matches on Subject: below --
2009-03-05 16:49 Hans Verkuil
2009-03-06  4:02 ` DongSoo(Nathaniel) Kim
2009-03-06  4:02   ` DongSoo(Nathaniel) Kim
2009-03-06  5:53   ` Hadli, Manjunath
2009-03-06  5:53     ` Hadli, Manjunath
2009-03-16 22:51 ` Kevin Hilman
2009-03-16 22:51   ` Kevin Hilman
2009-03-16 22:56   ` Tony Lindgren
2009-03-16 23:23     ` Kyungmin Park
2009-03-17  0:14     ` Steve Sakoman
2009-03-17  1:00       ` Tony Lindgren
2009-03-17  7:09       ` Hans Verkuil
2009-03-17 14:50         ` Kevin Hilman
2009-03-17 16:45           ` Tony Lindgren
2009-03-17 17:36             ` Dongsoo Kim
2009-03-17 17:36               ` Dongsoo Kim
2009-04-06 21:58               ` Tony Lindgren
2009-04-06 22:17                 ` Tony Lindgren
2009-03-17 16:12   ` Hiremath, Vaibhav

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.