public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing tvaudio try_to_freeze.
@ 2005-07-18  4:09 Nigel Cunningham
  2005-07-25 17:34 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Nigel Cunningham @ 2005-07-18  4:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel Mailing List

Hi.

The .c gives Gerd Knorr as the maintainer of this file, but no email
address. The MAINTAINERS file doesn't have his name or make it clear who
owns the file. I haven't therefore been able to cc the maintainer.

Tvaudio lacks a refrigerator call. This patch fixes that.

Regards,

Nigel

Signed-off by: Nigel Cunningham <ncunningham@suspend2.net>

 tvaudio.c |    1 +
 1 files changed, 1 insertion(+)
diff -ruNp 234-tvaudio.patch-old/drivers/media/video/tvaudio.c 234-tvaudio.patch-new/drivers/media/video/tvaudio.c
--- 234-tvaudio.patch-old/drivers/media/video/tvaudio.c	2005-07-18 06:36:49.000000000 +1000
+++ 234-tvaudio.patch-new/drivers/media/video/tvaudio.c	2005-07-18 08:20:58.000000000 +1000
@@ -285,6 +285,7 @@ static int chip_thread(void *data)
 			schedule();
 		}
 		remove_wait_queue(&chip->wq, &wait);
+		try_to_freeze();
 		if (chip->done || signal_pending(current))
 			break;
 		dprintk("%s: thread wakeup\n", i2c_clientname(&chip->c));

-- 
Evolution.
Enumerate the requirements.
Consider the interdependencies.
Calculate the probabilities.
Be amazed that people believe it happened. 


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

* Re: [PATCH] Add missing tvaudio try_to_freeze.
  2005-07-18  4:09 [PATCH] Add missing tvaudio try_to_freeze Nigel Cunningham
@ 2005-07-25 17:34 ` Mauro Carvalho Chehab
  2005-07-25 20:28   ` Nigel Cunningham
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2005-07-25 17:34 UTC (permalink / raw)
  To: ncunningham, LKML

Nigel,

Nigel Cunningham wrote:
> Hi.
> 
> The .c gives Gerd Knorr as the maintainer of this file, but no email
> address. The MAINTAINERS file doesn't have his name or make it clear who
> owns the file. I haven't therefore been able to cc the maintainer.

	I'm current maintainer of V4L. The patch was tested and it looks ok.

> 
> Tvaudio lacks a refrigerator call. This patch fixes that.
> 
> Regards,
> 
> Nigel
> 
> Signed-off by: Nigel Cunningham <ncunningham@suspend2.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>

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

* Re: [PATCH] Add missing tvaudio try_to_freeze.
  2005-07-25 17:34 ` Mauro Carvalho Chehab
@ 2005-07-25 20:28   ` Nigel Cunningham
  2005-07-26  4:28     ` Michael Krufky
  0 siblings, 1 reply; 4+ messages in thread
From: Nigel Cunningham @ 2005-07-25 20:28 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: LKML

Hi.

On Tue, 2005-07-26 at 03:34, Mauro Carvalho Chehab wrote:
> Nigel,
> 
> Nigel Cunningham wrote:
> > Hi.
> > 
> > The .c gives Gerd Knorr as the maintainer of this file, but no email
> > address. The MAINTAINERS file doesn't have his name or make it clear who
> > owns the file. I haven't therefore been able to cc the maintainer.
> 
> 	I'm current maintainer of V4L. The patch was tested and it looks ok.

Thanks! Would you consider sending a patch to the maintainers file too?

Regards,

Nigel

> > 
> > Tvaudio lacks a refrigerator call. This patch fixes that.
> > 
> > Regards,
> > 
> > Nigel
> > 
> > Signed-off by: Nigel Cunningham <ncunningham@suspend2.net>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-- 
Evolution.
Enumerate the requirements.
Consider the interdependencies.
Calculate the probabilities.


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

* Re: [PATCH] Add missing tvaudio try_to_freeze.
  2005-07-25 20:28   ` Nigel Cunningham
@ 2005-07-26  4:28     ` Michael Krufky
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Krufky @ 2005-07-26  4:28 UTC (permalink / raw)
  To: ncunningham; +Cc: Mauro Carvalho Chehab, LKML

Nigel Cunningham wrote:

>On Tue, 2005-07-26 at 03:34, Mauro Carvalho Chehab wrote:
>  
>
>>Nigel Cunningham wrote:
>>    
>>
>>>The .c gives Gerd Knorr as the maintainer of this file, but no email
>>>address. The MAINTAINERS file doesn't have his name or make it clear who
>>>owns the file. I haven't therefore been able to cc the maintainer.
>>>      
>>>
>>I'm current maintainer of V4L. The patch was tested and it looks ok.
>>    
>>
>Thanks! Would you consider sending a patch to the maintainers file too?
>  
>
As you can see below, this has already been done.


[PATCH] V4L maintainer patch
author    Mauro Carvalho Chehab <mchehab@brturbo.com.br>
    Wed, 29 Jun 2005 03:45:20 +0000 (20:45 -0700)
committer    Linus Torvalds <torvalds@ppc970.osdl.org>
    Wed, 29 Jun 2005 04:20:36 +0000 (21:20 -0700)
commit    96b6aba08762f09e5dfa616854cb80ce054a7bf8
tree    788823ba3676e17b5f376ec6718dcf60662eaf87    tree
parent    200803dfe4ff772740d63db725ab2f1b185ccf92    commit | commitdiff
[PATCH] V4L maintainer patch

This patch updates maintainer info for BTTV and V4L.

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Acked-by: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

-- 
Michael Krufky


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

end of thread, other threads:[~2005-07-26  4:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-18  4:09 [PATCH] Add missing tvaudio try_to_freeze Nigel Cunningham
2005-07-25 17:34 ` Mauro Carvalho Chehab
2005-07-25 20:28   ` Nigel Cunningham
2005-07-26  4:28     ` Michael Krufky

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