Re: [Mjpeg-users] [PATCH 17/20] media/zoran_card: remove interruptible_sleep_on_timeout() usage

2005-02-10 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 08:13:13PM +0100, Bernhard Praschinger wrote: > Hallo > > > > > Please consider applying. > > > > > > > > Description: Remove deprecated interruptible_sleep_on_timeout() > > > > function calls > > > > and replace with direct wait-queue usage. Patch is compile-tested. > > >

Re: [Mjpeg-users] [PATCH 17/20] media/zoran_card: remove interruptible_sleep_on_timeout() usage

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 07:51:34PM +0100, Bernhard Praschinger wrote: > Hallo > > > Please consider applying. > > > > Description: Remove deprecated interruptible_sleep_on_timeout() function > > calls > > and replace with direct wait-queue usage. Patch is compile-tested. > I have tested the patc

[Mjpeg-users] [PATCH 17/20] media/zoran_card: remove interruptible_sleep_on_timeout() usage

2005-02-03 Thread Nishanth Aravamudan
Hello, Please consider applying. Description: Remove deprecated interruptible_sleep_on_timeout() function calls and replace with direct wait-queue usage. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/zoran_card.c

[Mjpeg-users] [PATCH] media/saa7110: remove sleep_on*() usage

2005-01-28 Thread Nishanth Aravamudan
o be appropriate. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/saa7110.c 2005-01-24 09:34:08.0 -0800 +++ 2.6.11-rc2-kj/drivers/media/video/saa7110.c 2005-01-26 10:42:51.0 -0800 @@ -30,6 +30,7 @@

[Mjpeg-users] [PATCH 24/34] media/zoran_driver: replace interruptible_sleep_on_timeout() with wait_event_interruptible_timeout()

2005-01-26 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_interruptible_timeout() instead of the deprecated interruptible_sleep_on_timeout(). Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/zoran_driver.c 2005-01-

[Mjpeg-users] [PATCH 23/34] media/zoran_device: replace interruptible_sleep_on() with wait_event_interruptible()

2005-01-26 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_interruptible() instead of the deprecated interruptible_sleep_on(). Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/zoran_device.c 2005-01-24 09:34:08.000

[Mjpeg-users] [PATCH] video/zoran_device: replace schedule_timeout() with msleep()

2004-07-27 Thread Nishanth Aravamudan
I would appreciate any comments from the janitors list. Thanks, Nish Applys-to: 2.6.7 Description: Uses msleep() instead of schedule_timeout() so the task is guaranteed to delay the desired time. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- linux-vanilla/drivers/media