Steven Toth <stoth@kernellabs.com> [Wed, 06 Oct 2010 20:52:22 -0400] rev 15042
saa7164: Removed use of the BKL.
From: Steven Toth <stoth@kernellabs.com>
Remove usage of the BKL and instead used video_set_drvdata() during
open fops.
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Steven Toth <stoth@kernellabs.com> [Wed, 06 Oct 2010 20:50:55 -0400] rev 15041
saa7164: Remove V4L2_CAP_STREAMING capability flag.
From: Steven Toth <stoth@kernellabs.com>
Remove V4L2_CAP_STREAMING capability flag, we don't support
the ioctls. It breaks VLC otherwise.
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Gavin Hurlbut <gjhurlbu@gmail.com> [Thu, 30 Sep 2010 14:21:20 -0700] rev 15040
Fix the -E{*} returns in the VBI device as well
Gavin Hurlbut <gjhurlbu@gmail.com> [Wed, 29 Sep 2010 11:18:20 -0700] rev 15039
Fix the negative -E{BLAH} returns from fops_read
Gavin Hurlbut <gjhurlbu@gmail.com> [Mon, 27 Sep 2010 19:50:43 -0700] rev 15038
Change the second input names to include " 2" to distinguish them
Steven Toth <stoth@kernellabs.com> [Mon, 27 Sep 2010 21:38:25 -0400] rev 15037
saa7164: merge
From: Steven Toth <stoth@kernellabs.com>
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Steven Toth <stoth@kernellabs.com> [Mon, 27 Sep 2010 21:36:40 -0400] rev 15036
saa7164: Disable firmware debug message output
From: Steven Toth <stoth@kernellabs.com>
... Also disable collection of messages via kernel thread.
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Steven Toth <stoth@kernellabs.com> [Sun, 05 Sep 2010 13:49:15 -0400] rev 15035
saa7164: Remove loud debugging during video_poll()
From: Steven Toth <stoth@kernellabs.com>
saa7164: Remove loud debugging
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Steven Toth <stoth@kernellabs.com> [Sun, 05 Sep 2010 10:24:50 -0400] rev 15034
saa7164: bugfix, avoid oops when driver unloads without firmware
From: Steven Toth <stoth@kernellabs.com>
saa7164: bugfix, avoid oops when driver unloads without firmware
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Steven Toth <stoth@kernellabs.com> [Sun, 05 Sep 2010 08:49:43 -0400] rev 15033
saa7164: saa7164-buffer.c line 274 bugfix
From: Steven Toth <stoth@kernellabs.com>
Mark buffers free when the dvb dma engine stops.
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>