public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
@ 2007-08-13  6:39 joe
  2007-08-13 18:15 ` [v4l-dvb-maintainer] " Mauro Carvalho Chehab
  2007-08-13 18:32 ` Hans Verkuil
  0 siblings, 2 replies; 16+ messages in thread
From: joe @ 2007-08-13  6:39 UTC (permalink / raw)
  To: video4linux-list, v4l-dvb-maintainer, torvalds, mchehab,
	linux-kernel, akpm

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e962b1..25bc39a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5046,6 +5046,10 @@ L:	video4linux-list@redhat.com
 W:	http://linuxtv.org
 T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
 S:	Maintained
+F:	Documentation/video4linux/
+F:	drivers/media/
+F:	include/linux/videodev2.h
+F:	include/media/
 
 VT1211 HARDWARE MONITOR DRIVER
 P:	Juerg Haefliger

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13  6:39 [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX joe
@ 2007-08-13 18:15 ` Mauro Carvalho Chehab
  2007-08-13 18:33   ` Joe Perches
  2007-08-13 18:32 ` Hans Verkuil
  1 sibling, 1 reply; 16+ messages in thread
From: Mauro Carvalho Chehab @ 2007-08-13 18:15 UTC (permalink / raw)
  To: joe; +Cc: video4linux-list, v4l-dvb-maintainer, torvalds, linux-kernel,
	akpm


Em Dom, 2007-08-12 às 23:39 -0700, joe@perches.com escreveu:
> Add file pattern to MAINTAINER entry

> @@ -5046,6 +5046,10 @@ L:	video4linux-list@redhat.com
> +F:	Documentation/video4linux/
> +F:	drivers/media/
> +F:	include/linux/videodev2.h
> +F:	include/media/

There are more include files to be added, for the older V4L APIs:
F: include/linux/video_decoder.h
F: include/linux/videodev.h

Cheers,
Mauro


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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13  6:39 [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX joe
  2007-08-13 18:15 ` [v4l-dvb-maintainer] " Mauro Carvalho Chehab
@ 2007-08-13 18:32 ` Hans Verkuil
  2007-08-13 21:34   ` Joe Perches
  1 sibling, 1 reply; 16+ messages in thread
From: Hans Verkuil @ 2007-08-13 18:32 UTC (permalink / raw)
  To: v4l-dvb-maintainer
  Cc: joe, video4linux-list, torvalds, mchehab, linux-kernel, akpm

On Monday 13 August 2007 08:39:28 joe@perches.com wrote:
> Add file pattern to MAINTAINER entry
>
> Signed-off-by: Joe Perches <joe@perches.com>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e962b1..25bc39a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5046,6 +5046,10 @@ L:	video4linux-list@redhat.com
>  W:	http://linuxtv.org
>  T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
>  S:	Maintained
> +F:	Documentation/video4linux/
> +F:	drivers/media/
> +F:	include/linux/videodev2.h
> +F:	include/media/
>
>  VT1211 HARDWARE MONITOR DRIVER
>  P:	Juerg Haefliger
>
> _______________________________________________
> v4l-dvb-maintainer mailing list
> v4l-dvb-maintainer@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/v4l-dvb-maintainer

While we're at it: I noticed that there was no entry for the ivtv driver 
(part of the kernel since 2.6.22). So here it is:

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

Regards,

	Hans

--- MAINTAINERS.org     2007-08-13 20:23:47.000000000 +0200
+++ MAINTAINERS 2007-08-13 20:28:17.000000000 +0200
@@ -2036,6 +2036,17 @@
 W:     http://www.melware.de
 S:     Maintained

+IVTV VIDEO4LINUX DRIVER
+P:     Hans Verkuil
+M:     hverkuil@xs4all.nl
+L:     ivtv-devel@ivtvdriver.org
+L:     ivtv-users@ivtvdriver.org
+L:     video4linux-list@redhat.com
+W:     http://www.ivtvdriver.org
+S:     Maintained
+F:     Documentation/video4linux/README.ivtv
+F:     drivers/media/video/ivtv/
+
 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
 P:     David Woodhouse
 M:     dwmw2@infradead.org

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13 18:15 ` [v4l-dvb-maintainer] " Mauro Carvalho Chehab
@ 2007-08-13 18:33   ` Joe Perches
  2007-08-13 18:58     ` Mauro Carvalho Chehab
  2007-08-13 19:22     ` Manu Abraham
  0 siblings, 2 replies; 16+ messages in thread
From: Joe Perches @ 2007-08-13 18:33 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: video4linux-list, v4l-dvb-maintainer, torvalds, linux-kernel,
	akpm

On Mon, 2007-08-13 at 15:15 -0300, Mauro Carvalho Chehab wrote:
> There are more include files to be added, for the older V4L APIs:
> F: include/linux/video_decoder.h
> F: include/linux/videodev.h

VIDEO FOR LINUX
P:	Mauro Carvalho Chehab
M:	mchehab@infradead.org
M:	v4l-dvb-maintainer@linuxtv.org
L:	video4linux-list@redhat.com
W:	http://linuxtv.org
T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
S:	Maintained
F:	Documentation/video4linux/
F:	drivers/media/
F:	include/linux/video_decoder.h
F	include/linux/videodev.h
F:	include/linux/videodev2.h
F:	include/media/



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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13 18:33   ` Joe Perches
@ 2007-08-13 18:58     ` Mauro Carvalho Chehab
  2007-08-13 19:22     ` Manu Abraham
  1 sibling, 0 replies; 16+ messages in thread
From: Mauro Carvalho Chehab @ 2007-08-13 18:58 UTC (permalink / raw)
  To: Joe Perches
  Cc: video4linux-list, v4l-dvb-maintainer, torvalds, linux-kernel,
	akpm


Em Seg, 2007-08-13 às 11:33 -0700, Joe Perches escreveu:
> On Mon, 2007-08-13 at 15:15 -0300, Mauro Carvalho Chehab wrote:
> > There are more include files to be added, for the older V4L APIs:
> > F: include/linux/video_decoder.h
> > F: include/linux/videodev.h
> 
> VIDEO FOR LINUX
> P:	Mauro Carvalho Chehab
> M:	mchehab@infradead.org
> M:	v4l-dvb-maintainer@linuxtv.org
> L:	video4linux-list@redhat.com
> W:	http://linuxtv.org
> T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
> S:	Maintained
> F:	Documentation/video4linux/
> F:	drivers/media/
> F:	include/linux/video_decoder.h
> F	include/linux/videodev.h
> F:	include/linux/videodev2.h
> F:	include/media/

Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
> 
> 
-- 
Cheers,
Mauro


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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13 18:33   ` Joe Perches
  2007-08-13 18:58     ` Mauro Carvalho Chehab
@ 2007-08-13 19:22     ` Manu Abraham
  2007-08-14  2:00       ` Joe Perches
  1 sibling, 1 reply; 16+ messages in thread
From: Manu Abraham @ 2007-08-13 19:22 UTC (permalink / raw)
  To: Joe Perches
  Cc: Mauro Carvalho Chehab, video4linux-list, torvalds,
	v4l-dvb-maintainer, akpm, linux-kernel

On 8/13/07, Joe Perches <joe@perches.com> wrote:
> On Mon, 2007-08-13 at 15:15 -0300, Mauro Carvalho Chehab wrote:
> > There are more include files to be added, for the older V4L APIs:
> > F: include/linux/video_decoder.h
> > F: include/linux/videodev.h
>
> VIDEO FOR LINUX
> P:      Mauro Carvalho Chehab
> M:      mchehab@infradead.org
> M:      v4l-dvb-maintainer@linuxtv.org
> L:      video4linux-list@redhat.com
> W:      http://linuxtv.org
> T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
> S:      Maintained
> F:      Documentation/video4linux/


> F:      drivers/media/

This means everything under media is maintained under V4L. Incorrect

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13 18:32 ` Hans Verkuil
@ 2007-08-13 21:34   ` Joe Perches
  0 siblings, 0 replies; 16+ messages in thread
From: Joe Perches @ 2007-08-13 21:34 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: v4l-dvb-maintainer, video4linux-list, torvalds, mchehab,
	linux-kernel, akpm

On Mon, 2007-08-13 at 20:32 +0200, Hans Verkuil wrote:
> --- MAINTAINERS.org     2007-08-13 20:23:47.000000000 +0200
> +++ MAINTAINERS 2007-08-13 20:28:17.000000000 +0200
> +IVTV VIDEO4LINUX DRIVER
> +P:     Hans Verkuil
> +M:     hverkuil@xs4all.nl
> +L:     ivtv-devel@ivtvdriver.org
> +L:     ivtv-users@ivtvdriver.org
> +L:     video4linux-list@redhat.com
> +W:     http://www.ivtvdriver.org
> +S:     Maintained
> +F:     Documentation/video4linux/README.ivtv
> +F:     drivers/media/video/ivtv/

Added locally.


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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-13 19:22     ` Manu Abraham
@ 2007-08-14  2:00       ` Joe Perches
  2007-08-14  2:08         ` Michael Krufky
  2007-08-14  2:20         ` Manu Abraham
  0 siblings, 2 replies; 16+ messages in thread
From: Joe Perches @ 2007-08-14  2:00 UTC (permalink / raw)
  To: Manu Abraham
  Cc: video4linux-list, linux-kernel, Mauro Carvalho Chehab,
	v4l-dvb-maintainer, torvalds, akpm

On Mon, 2007-08-13 at 23:22 +0400, Manu Abraham wrote:
> > F:      drivers/media/
> This means everything under media is maintained under V4L. Incorrect

What would you like?


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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14  2:00       ` Joe Perches
@ 2007-08-14  2:08         ` Michael Krufky
  2007-08-14  2:44           ` Joe Perches
  2007-08-14  2:20         ` Manu Abraham
  1 sibling, 1 reply; 16+ messages in thread
From: Michael Krufky @ 2007-08-14  2:08 UTC (permalink / raw)
  To: Joe Perches
  Cc: Manu Abraham, video4linux-list, linux-kernel,
	Mauro Carvalho Chehab, v4l-dvb-maintainer, torvalds, akpm

Joe Perches wrote:
> On Mon, 2007-08-13 at 23:22 +0400, Manu Abraham wrote:
>   
>>> F:      drivers/media/
>>>       
>> This means everything under media is maintained under V4L. Incorrect
>>     
>
> What would you like?
>
>   
Just dont list "drivers/media".

Instead:

drivers/media/video  -- v4l
drivers/media/radio  -- v4l


drivers/media/dvb   -- dvb

Cheers,

Michael Krufky

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14  2:00       ` Joe Perches
  2007-08-14  2:08         ` Michael Krufky
@ 2007-08-14  2:20         ` Manu Abraham
  1 sibling, 0 replies; 16+ messages in thread
From: Manu Abraham @ 2007-08-14  2:20 UTC (permalink / raw)
  To: Joe Perches
  Cc: video4linux-list, linux-kernel, Mauro Carvalho Chehab,
	v4l-dvb-maintainer, torvalds, akpm

On 8/14/07, Joe Perches <joe@perches.com> wrote:
> On Mon, 2007-08-13 at 23:22 +0400, Manu Abraham wrote:
> > > F:      drivers/media/
> > This means everything under media is maintained under V4L. Incorrect
>
> What would you like?
>

media/video
and
media/radio

*only* belong under V4L

Manu

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14  2:08         ` Michael Krufky
@ 2007-08-14  2:44           ` Joe Perches
  2007-08-14 13:27             ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 16+ messages in thread
From: Joe Perches @ 2007-08-14  2:44 UTC (permalink / raw)
  To: Michael Krufky
  Cc: Manu Abraham, video4linux-list, linux-kernel,
	Mauro Carvalho Chehab, v4l-dvb-maintainer, torvalds, akpm

On Mon, 2007-08-13 at 22:08 -0400, Michael Krufky wrote:
> drivers/media/video  -- v4l
> drivers/media/radio  -- v4l
> 
> drivers/media/dvb   -- dvb

VIDEO FOR LINUX
P:	Mauro Carvalho Chehab
M:	mchehab@infradead.org
P:	LinuxTV.org Project
M:	v4l-dvb-maintainer@linuxtv.org
L:	video4linux-list@redhat.com
W:	http://linuxtv.org
T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
S:	Maintained
F:	Documentation/video4linux/
F:	drivers/media/video/
F:	drivers/media/radio/
F:	include/linux/video_decoder.h
F	include/linux/videodev.h
F:	include/linux/videodev2.h
F:	include/media/

DVB SUBSYSTEM AND DRIVERS
P:	LinuxTV.org Project
M:	v4l-dvb-maintainer@linuxtv.org
L:	linux-dvb@linuxtv.org (subscribers-only)
W:	http://linuxtv.org/
T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
S:	Maintained
F:	Documentation/dvb/
F:	drivers/media/dvb/
F:	drivers/media/common/saa7146*.c
F:	include/linux/dvb/



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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14  2:44           ` Joe Perches
@ 2007-08-14 13:27             ` Mauro Carvalho Chehab
  2007-08-14 13:35               ` Manu Abraham
  0 siblings, 1 reply; 16+ messages in thread
From: Mauro Carvalho Chehab @ 2007-08-14 13:27 UTC (permalink / raw)
  To: Joe Perches
  Cc: Michael Krufky, Manu Abraham, video4linux-list, linux-kernel,
	v4l-dvb-maintainer, torvalds, akpm


Em Seg, 2007-08-13 às 19:44 -0700, Joe Perches escreveu:
> On Mon, 2007-08-13 at 22:08 -0400, Michael Krufky wrote:
> > drivers/media/video  -- v4l
> > drivers/media/radio  -- v4l
> > 
> > drivers/media/dvb   -- dvb
> 
> VIDEO FOR LINUX
> P:	Mauro Carvalho Chehab
> M:	mchehab@infradead.org
> P:	LinuxTV.org Project
> M:	v4l-dvb-maintainer@linuxtv.org
> L:	video4linux-list@redhat.com
> W:	http://linuxtv.org
> T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
> S:	Maintained
> F:	Documentation/video4linux/
> F:	drivers/media/video/
> F:	drivers/media/radio/
> F:	include/linux/video_decoder.h
> F	include/linux/videodev.h
You missed ':'
> F:	include/linux/videodev2.h
> F:	include/media/

This is not ok. Some maintained files won't be hit. You should add also
something like:
F: drivers/media/*
F: drivers/media/common/ir-functions.c
F: drivers/media/common/ir-keymaps.c
F: drivers/media/common/Kconfig
F: drivers/media/common/Makefile
	
-- 
Cheers,
Mauro


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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14 13:27             ` Mauro Carvalho Chehab
@ 2007-08-14 13:35               ` Manu Abraham
  2007-08-14 13:47                 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 16+ messages in thread
From: Manu Abraham @ 2007-08-14 13:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Joe Perches, Michael Krufky, video4linux-list, linux-kernel,
	v4l-dvb-maintainer, torvalds, akpm

On 8/14/07, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
>
> Em Seg, 2007-08-13 às 19:44 -0700, Joe Perches escreveu:
> > On Mon, 2007-08-13 at 22:08 -0400, Michael Krufky wrote:
> > > drivers/media/video  -- v4l
> > > drivers/media/radio  -- v4l
> > >
> > > drivers/media/dvb   -- dvb
> >
> > VIDEO FOR LINUX
> > P:    Mauro Carvalho Chehab
> > M:    mchehab@infradead.org
> > P:    LinuxTV.org Project
> > M:    v4l-dvb-maintainer@linuxtv.org
> > L:    video4linux-list@redhat.com
> > W:    http://linuxtv.org
> > T:    git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
> > S:    Maintained
> > F:    Documentation/video4linux/
> > F:    drivers/media/video/
> > F:    drivers/media/radio/
> > F:    include/linux/video_decoder.h
> > F     include/linux/videodev.h
> You missed ':'
> > F:    include/linux/videodev2.h
> > F:    include/media/
>
> This is not ok. Some maintained files won't be hit. You should add also
> something like:


> F: drivers/media/*


This is NOT OK !

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14 13:35               ` Manu Abraham
@ 2007-08-14 13:47                 ` Mauro Carvalho Chehab
  2007-08-14 14:02                   ` Manu Abraham
  0 siblings, 1 reply; 16+ messages in thread
From: Mauro Carvalho Chehab @ 2007-08-14 13:47 UTC (permalink / raw)
  To: Manu Abraham
  Cc: Joe Perches, Michael Krufky, video4linux-list, linux-kernel,
	v4l-dvb-maintainer, torvalds, akpm


> 
> > F: drivers/media/*
> 
> 
> This is NOT OK !

This IS ok. You just need to read the definition of the 'F' tag:

F: Files and directories with wildcard patterns.
   A trailing slash includes all files and subdirectory files.
        F:      drivers/net/    all files in and below drivers/net
        F:      drivers/net/*   all files in drivers/net, but not below
        F:      */net/*         all files in "any top level directory"/net
   One pattern per line.  Multiple F: lines acceptable.

This tag just includes Kconfig and Makefile.

-- 
Cheers,
Mauro


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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14 13:47                 ` Mauro Carvalho Chehab
@ 2007-08-14 14:02                   ` Manu Abraham
  2007-08-15  0:27                     ` hermann pitton
  0 siblings, 1 reply; 16+ messages in thread
From: Manu Abraham @ 2007-08-14 14:02 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Joe Perches, Michael Krufky, video4linux-list, linux-kernel,
	v4l-dvb-maintainer, torvalds, akpm

On 8/14/07, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
>
> >
> > > F: drivers/media/*
> >
> >
> > This is NOT OK !
>
> This IS ok. You just need to read the definition of the 'F' tag:
>
> F: Files and directories with wildcard patterns.
>    A trailing slash includes all files and subdirectory files.
>         F:      drivers/net/    all files in and below drivers/net
>         F:      drivers/net/*   all files in drivers/net, but not below
>         F:      */net/*         all files in "any top level directory"/net
>    One pattern per line.  Multiple F: lines acceptable.
>
> This tag just includes Kconfig and Makefile.


Just as much as you state that, the reverse is as well true for
Kconfig and Makefile.

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

* Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX
  2007-08-14 14:02                   ` Manu Abraham
@ 2007-08-15  0:27                     ` hermann pitton
  0 siblings, 0 replies; 16+ messages in thread
From: hermann pitton @ 2007-08-15  0:27 UTC (permalink / raw)
  To: Manu Abraham
  Cc: Mauro Carvalho Chehab, video4linux-list, linux-kernel,
	Joe Perches, v4l-dvb-maintainer, torvalds, akpm

Am Dienstag, den 14.08.2007, 18:02 +0400 schrieb Manu Abraham:
> On 8/14/07, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> >
> > >
> > > > F: drivers/media/*
> > >
> > >
> > > This is NOT OK !
> >
> > This IS ok. You just need to read the definition of the 'F' tag:
> >
> > F: Files and directories with wildcard patterns.
> >    A trailing slash includes all files and subdirectory files.
> >         F:      drivers/net/    all files in and below drivers/net
> >         F:      drivers/net/*   all files in drivers/net, but not below
> >         F:      */net/*         all files in "any top level directory"/net
> >    One pattern per line.  Multiple F: lines acceptable.
> >
> > This tag just includes Kconfig and Makefile.
> 
> 
> Just as much as you state that, the reverse is as well true for
> Kconfig and Makefile.
> 

Please explain what you still want and why.

After two almost wasted years, you should be able to do so.



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

end of thread, other threads:[~2007-08-15  0:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  6:39 [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX joe
2007-08-13 18:15 ` [v4l-dvb-maintainer] " Mauro Carvalho Chehab
2007-08-13 18:33   ` Joe Perches
2007-08-13 18:58     ` Mauro Carvalho Chehab
2007-08-13 19:22     ` Manu Abraham
2007-08-14  2:00       ` Joe Perches
2007-08-14  2:08         ` Michael Krufky
2007-08-14  2:44           ` Joe Perches
2007-08-14 13:27             ` Mauro Carvalho Chehab
2007-08-14 13:35               ` Manu Abraham
2007-08-14 13:47                 ` Mauro Carvalho Chehab
2007-08-14 14:02                   ` Manu Abraham
2007-08-15  0:27                     ` hermann pitton
2007-08-14  2:20         ` Manu Abraham
2007-08-13 18:32 ` Hans Verkuil
2007-08-13 21:34   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox