Re: Old patches sent via the Mailing list

2010-10-18 Thread Mauro Carvalho Chehab
Em 17-10-2010 21:36, Andy Walls escreveu: On Sun, 2010-10-17 at 19:20 -0200, Mauro Carvalho Chehab wrote: Hi, I did a large effort during this weekend to handle the maximum amount of patches, in order to have them ready for 2.6.37. While there are still some patches marked as NEW at

Re: Old patches sent via the Mailing list

2010-10-18 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 19:20:31 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: == Gspca patches - Waiting Jean-Francois Moine moin...@free.fr review == Jul, 8 2010: video:gspca.c Fix warning: case value '7' not in enumerated type 'enum

RE: [GIT PULL request for 2.6.37] Add Technisat SkyStar HD USB driver

2010-10-18 Thread Ali Guller
Hi, Does this driver cover Technisat Skystar USB 2 device?. I mean non HD version. Thank you. -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Patrick Boettcher Sent: Sunday, October 17, 2010 3:50 PM To: Mauro Carvalho

Re: [PATCH RFC] gspca_sonixj: handle return values from USB subsystem

2010-10-18 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 16:45:03 +0200 Németh Márton nm...@freemail.hu wrote: The usb_control_msg() may return error at any time so it is necessary to handle it. The error handling mechanism is taken from the pac7302. The resulting driver was tested with hama AC-150 webcam (USB ID 0c45:6142).

support for AF9035 (not tuner)

2010-10-18 Thread Hervé Cauwelier
Hi, I got a USB video grabber, which is a dumb analog video converter. Installing it under Windows with the given drivers reveals it as AF9035 Analog Capture Filter, when capturing from VLC for example. I couldn't find any direct support for Linux but only when coupled with a DVB tuner or

Re: libv4l conversion problem

2010-10-18 Thread Hans de Goede
Hi, On 10/14/2010 01:16 PM, Gary Thomas wrote: Hans, Please forgive the direct email; try as I might, I could not find any other vehicle to discuss this (feel free to steer me to the proper place). There indeed is a lack of a mailinglist or forum for v4l-utils. This has been discussed

Re: [PATCH] faster DVB-S lock with cards using stb0899 demod

2010-10-18 Thread André Weidemann
Hello Mauro, On 19.09.2010 11:46, SE wrote: hi list v4l-dvb still lacks fast and reliable dvb-s lock for stb08899 chipsets. This problem was adressed by Alex Betis two years ago [1]+[2]resulting in a patch [3] that made its way into s2-liplianin, not v4l-dvb. With minor adjustments by me this

Re: [GIT PATCHES FOR 2.6.37] s5p-fimc camera host interface and SR030PC30 sensor drivers

2010-10-18 Thread Sylwester Nawrocki
On 10/17/2010 09:29 PM, Mauro Carvalho Chehab wrote: Em 12-10-2010 06:52, Sylwester Nawrocki escreveu: Hi Mauro, The following changes since commit 9147e3dbca0712a5435cd2ea7c48d39344f904eb V4L/DVB: cx231xx: use core-assisted lock (Sat Oct 9 13:13:35 2010) are available in the git

Re: OMAP 3530 ISP driver segfaults

2010-10-18 Thread Bastian Hecht
2010/10/15 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Bastian, On Friday 15 October 2010 13:59:24 Bastian Hecht wrote: Hello ISP driver developers, after the lastest pull of branch 'devel' of git://gitorious.org/maemo-multimedia/omap3isp-rx51 I get a segfault when I register my

[PATCH] SR030PC30: Avoid use of uninitialized variables

2010-10-18 Thread Sylwester Nawrocki
Fix the following compilation warnings: drivers/media/video/sr030pc30.c: In function ‘cam_i2c_write’: drivers/media/video/sr030pc30.c:356: warning: ‘ret’ may be used uninitialized in this function drivers/media/video/sr030pc30.c: In function ‘sr030pc30_set_params’:

[PATCH RFC 1/1] V4L2: Use new CAP bits in existing RDS capable drivers.

2010-10-18 Thread Matti J. Aaltonen
Add either V4L2_TUNER_CAP_RDS_BLOCK_IO or V4L2_TUNER_CAP_RDS_CONTROLS bit to tuner or modulator capabilities of existing drivers of devices with RDS capability. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/radio-cadet.c|3 ++-

[PATCH V3] Nova-S-Plus audio line input

2010-10-18 Thread Lawrence Rust
This patch adds audio DMA capture and ALSA mixer elements for the line input jack of the Hauppauge Nova-S-plus DVB-S PCI card. The Nova-S-plus has a WM8775 ADC that is currently not detected. This patch enables this chip and exports volume, balance mute and ALC elements for ALSA mixer controls.

Re: [PATCH RFC 1/1] V4L2: Use new CAP bits in existing RDS capable drivers.

2010-10-18 Thread Hans Verkuil
Acked-by: Hans Verkuil hverk...@xs4all.nl Add either V4L2_TUNER_CAP_RDS_BLOCK_IO or V4L2_TUNER_CAP_RDS_CONTROLS bit to tuner or modulator capabilities of existing drivers of devices with RDS capability. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com ---

Re: [PATCH 1/2] gspca_sonixj: add hardware vertical flip support for hama AC-150

2010-10-18 Thread Jean-Francois Moine
On Sun, 17 Oct 2010 13:08:01 +0200 Németh Márton nm...@freemail.hu wrote: The PO2030N sensor chip found in hama AC-150 webcam supports vertical flipping the image by hardware. Add support for this in the gspca_sonixj driver also. [snip] Hi Németh, The driver sonixj has changed in

Re: Old patches sent via the Mailing list

2010-10-18 Thread Mauro Carvalho Chehab
Em 18-10-2010 04:34, Jean-Francois Moine escreveu: On Sun, 17 Oct 2010 19:20:31 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: == Gspca patches - Waiting Jean-Francois Moine moin...@free.fr review == Jul, 8 2010: video:gspca.c Fix warning: case value '7' not in

Re: [PATCH] faster DVB-S lock with cards using stb0899 demod

2010-10-18 Thread Mauro Carvalho Chehab
Em 18-10-2010 06:27, André Weidemann escreveu: Hello Mauro, On 19.09.2010 11:46, SE wrote: hi list v4l-dvb still lacks fast and reliable dvb-s lock for stb08899 chipsets. This problem was adressed by Alex Betis two years ago [1]+[2]resulting in a patch [3] that made its way into

[PATCH] v4l-utils: libv4l1: When asked for RGB, return RGB and not BGR

2010-10-18 Thread Marc Deslauriers
libv4l1: When asked for RGB, return RGB and not BGR Signed-off-by: Marc Deslauriers marc.deslauri...@ubuntu.com --- lib/libv4l1/libv4l1.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libv4l1/libv4l1.c b/lib/libv4l1/libv4l1.c index cb53899..202f020 100644

[PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Matti J. Aaltonen
Add a couple of words about the spacing field in the HW seek struct, also a few words about the new RDS tuner capability flags V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- Documentation/DocBook/v4l/dev-rds.xml

[PATCH v13 0/1] V4L2: Documentation: hw_seek spacing, tuner/modulator

2010-10-18 Thread Matti J. Aaltonen
Hello. Thank you for the comments. Here are my comments to Hans's comments: On Thu, 2010-10-14 at 08:41 +0200, ext Hans Verkuil wrote: This can be improved a bit: Yes... I think that for now we should only mention BLOCK_IO here since we do not know yet what controls would be used if the

Re: [git:v4l-dvb/v2.6.37] [media] Add driver for Siliconfile SR030PC30 VGA camera

2010-10-18 Thread Sylwester Nawrocki
Hello Hans, On 10/17/2010 10:14 PM, Hans Verkuil wrote: On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] Add

Re: [git:v4l-dvb/v2.6.37] [media] Add driver for Siliconfile SR030PC30 VGA camera

2010-10-18 Thread Mauro Carvalho Chehab
Em 18-10-2010 10:58, Sylwester Nawrocki escreveu: Hello Hans, On 10/17/2010 10:14 PM, Hans Verkuil wrote: On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Hans Verkuil
Just a few very small comments: Add a couple of words about the spacing field in the HW seek struct, also a few words about the new RDS tuner capability flags V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com ---

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the

Re: [git:v4l-dvb/v2.6.37] [media] Add driver for Siliconfile SR030PC30 VGA camera

2010-10-18 Thread Hans Verkuil
Em 18-10-2010 10:58, Sylwester Nawrocki escreveu: Hello Hans, On 10/17/2010 10:14 PM, Hans Verkuil wrote: On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth

Re: [PATCH] viafb camera controller driver

2010-10-18 Thread Jonathan Corbet
On Sat, 16 Oct 2010 10:44:56 -0300 Mauro Carvalho Chehab mche...@infradead.org wrote: Hmm... do you need BKL? Otherwise, you should be using, instead, .unlocked_ioctl. No, that was just silly. Btw, the driver build is broken: And that, it seems, indicates that I'm making my patch against

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Mauro Carvalho Chehab
Em 18-10-2010 11:17, Hans Verkuil escreveu: Just a few very small comments: +For future use the +flag constantV4L2_TUNER_SUB_RDS_CONTROLS/constant has also been +defined. However, a driver for a radio tuner with this capability does +not yet exist, so if you are planning to write such a

[PATCH v14 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Matti J. Aaltonen
Add a couple of words about the spacing field in the HW seek struct, also a few words about the new RDS tuner capability flags V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- Documentation/DocBook/v4l/dev-rds.xml

[PATCH v14 0/1] V4L2: Documentation: hw_seek spacing, tuner/modulator

2010-10-18 Thread Matti J. Aaltonen
Hi. Thanks for the comments: On Mon, 2010-10-18 at 15:17 +0200, ext Hans Verkuil wrote: Just a few very small comments: OK... +the linux-media mailing list: v4l-ml;. /para Change to: not yet exist, so if you are planning to write such a driver you should discuss this on the

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Hans Verkuil
Em 18-10-2010 11:17, Hans Verkuil escreveu: Just a few very small comments: +For future use the +flag constantV4L2_TUNER_SUB_RDS_CONTROLS/constant has also been +defined. However, a driver for a radio tuner with this capability does +not yet exist, so if you are planning to write such a

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-18 Thread Matti J. Aaltonen
Hello. On Mon, 2010-10-18 at 11:41 -0200, ext Mauro Carvalho Chehab wrote: Em 18-10-2010 11:17, Hans Verkuil escreveu: Just a few very small comments: +For future use the +flag constantV4L2_TUNER_SUB_RDS_CONTROLS/constant has also been +defined. However, a driver for a radio tuner with

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when

Re: [PATCH] v4l-utils: libv4l1: When asked for RGB, return RGB and not BGR

2010-10-18 Thread Hans de Goede
Hi, NACK The byte ordering in v4l1's VIDEO_PALETTE_RGB24 was never really clear, but the kernel v4l1 compatibility ioctl handling has been mapping VIDEO_PALETTE_RGB24 - V4L2_PIX_FMT_BGR24 for ever and many v4l1 apps actually expect VIDEO_PALETTE_RGB24 to be BGR24. The only one I know of to get

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Mon, Oct 18, 2010 at 10:18 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do

Re: [PATCH] v4l-utils: libv4l1: When asked for RGB, return RGB and not BGR

2010-10-18 Thread Marc Deslauriers
On Mon, 2010-10-18 at 16:33 +0200, Hans de Goede wrote: Hi, NACK The byte ordering in v4l1's VIDEO_PALETTE_RGB24 was never really clear, but the kernel v4l1 compatibility ioctl handling has been mapping VIDEO_PALETTE_RGB24 - V4L2_PIX_FMT_BGR24 for ever and many v4l1 apps actually expect

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Mon, Oct 18, 2010 at 10:35 AM, David Ellingsworth da...@identd.dyndns.org wrote: On Mon, Oct 18, 2010 at 10:18 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl

[v2] Remaining BKL users, what to do

2010-10-18 Thread Arnd Bergmann
This is a update on the current progress for the BKL removal, reflecting what is currently in linux-next. Maybe we can briefly discuss this at the kernel summit to decide if we want a quick death of the BKL, i.e. fixing/disabling/staging-out the remaining users in 2.6.38 or rather leave them

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread Hans Verkuil
On Monday, October 18, 2010 16:55:40 David Ellingsworth wrote: OK, I see how this fixes it now.. You added the video_is_registered check inside v4l2_open after acquiring the device lock. So while it fixes that race it's rather ugly and very difficult to follow. In this case, the original code

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Mon, Oct 18, 2010 at 9:20 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote: - serialize the suspend and resume functions using the global lock. - do not call

Re: [v2] Remaining BKL users, what to do

2010-10-18 Thread Christoph Hellwig
Before we get into all these fringe drivers: - I've not seen any progrss on -get_sb BKL removal for a while - locks.c is probably a higher priorit, too. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

A16D (XC3028) FM radio regression -- constant 2.75Mhz offset

2010-10-18 Thread Javier S. Pedro
Hello, Since upgrading to a 2.6.35 kernel I've found out that all FM radio stations have been offset by 2.75Mhz . Card is AVERMEDIA A16D, using XC3028 tuner (firmware v27). I've bisected the issue to commit: 7f2199c03b4946f1b79514b3411e3dbf130a6bba V4L/DVB: tuner-xc2028: fix tuning logic to

Re: [v2] Remaining BKL users, what to do

2010-10-18 Thread Arnd Bergmann
On Monday 18 October 2010 18:19:24 Christoph Hellwig wrote: Before we get into all these fringe drivers: - I've not seen any progrss on -get_sb BKL removal for a while Not sure what you mean. Jan Blunck did the pushdown into get_sb last year, which is included into linux-next through my

Re: [PATCH RFC] gspca_sonixj: handle return values from USB subsystem

2010-10-18 Thread Németh Márton
Hi, Jean-Francois Moine írta: On Sun, 17 Oct 2010 16:45:03 +0200 Németh Márton nm...@freemail.hu wrote: The usb_control_msg() may return error at any time so it is necessary to handle it. The error handling mechanism is taken from the pac7302. The resulting driver was tested with hama

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Greg KH
On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote: Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end up not getting fixed at all, we can either mark them non-SMP or move them to drivers/staging once all the others are done. I recommend moving them to

Re: support for AF9035 (not tuner)

2010-10-18 Thread Daniel Glöckner
On Mon, Oct 18, 2010 at 09:52:26AM +0200, Hervé Cauwelier wrote: I got a USB video grabber, which is a dumb analog video converter. Installing it under Windows with the given drivers reveals it as AF9035 Analog Capture Filter, when capturing from VLC for example. There is no open source

Re: mmotm 2010-10-13 - GSPCA SPCA561 webcam driver broken

2010-10-18 Thread Mauro Carvalho Chehab
Em 15-10-2010 09:23, Hans Verkuil escreveu: On Friday, October 15, 2010 14:05:39 Mauro Carvalho Chehab wrote: Em 15-10-2010 07:02, Hans Verkuil escreveu: On Friday, October 15, 2010 11:05:26 Andrew Morton wrote: On Fri, 15 Oct 2010 10:45:45 +0200 Hans Verkuil hverk...@xs4all.nl wrote: On

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-18 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Oct 18 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: mmotm 2010-10-13 - GSPCA SPCA561 webcam driver broken

2010-10-18 Thread Hans Verkuil
On Monday, October 18, 2010 21:00:57 Mauro Carvalho Chehab wrote: Em 15-10-2010 09:23, Hans Verkuil escreveu: On Friday, October 15, 2010 14:05:39 Mauro Carvalho Chehab wrote: Em 15-10-2010 07:02, Hans Verkuil escreveu: On Friday, October 15, 2010 11:05:26 Andrew Morton wrote: On Fri, 15

Re: support for AF9035 (not tuner)

2010-10-18 Thread Hervé Cauwelier
On 10/18/10 20:57, Daniel Glöckner wrote: On Mon, Oct 18, 2010 at 09:52:26AM +0200, Hervé Cauwelier wrote: I got a USB video grabber, which is a dumb analog video converter. Installing it under Windows with the given drivers reveals it as AF9035 Analog Capture Filter, when capturing from VLC

Re: [PATCH 1/2] gspca_sonixj: add hardware vertical flip support for hama AC-150

2010-10-18 Thread Németh Márton
Hi Jean-Francois, Jean-Francois Moine wrote: On Sun, 17 Oct 2010 13:08:01 +0200 Németh Márton nm...@freemail.hu wrote: The PO2030N sensor chip found in hama AC-150 webcam supports vertical flipping the image by hardware. Add support for this in the gspca_sonixj driver also. [snip]

Re: drivers/media/IR/imon.c: Use pr_err instead of err

2010-10-18 Thread Jarod Wilson
On Sun, Jun 20, 2010 at 07:20:46AM -, Joe Perches wrote: Use the standard error logging mechanisms. Add #define pr_fmt(fmt) KBUILD_MODNAME :%s fmt, __func__ Remove __func__ from err calls, add '\n', rename to pr_err Signed-off-by: Joe Perches j...@perches.com Since I haven't got around

Re: support for AF9035 (not tuner)

2010-10-18 Thread Daniel Glöckner
On Mon, Oct 18, 2010 at 09:46:15PM +0200, Hervé Cauwelier wrote: I've uploaded the compressed installer at http://dl.free.fr/p2BTq9BNi The driver mentiones two video decoders: - TI TVP5150 - Trident AVF4900B/AVF4910B If it is the first one, sniffed USB traffic might be enough to write a driver

[PATCH] ov7670: fix QVGA visible area

2010-10-18 Thread Daniel Drake
The QVGA mode has a green horizontal line on the left hand side, and a red (or sometimes blue) vertical line at the bottom. Tweak the visible area to remove them. Thanks to Mauro for explaining how to fix this. Signed-off-by: Daniel Drake d...@laptop.org --- drivers/media/video/ov7670.c |8

[PATCH 1/3] mceusb: add support for cx231xx-based IR (e. g. Polaris)

2010-10-18 Thread Mauro Carvalho Chehab
For now, it adds support for Conexant EVK and for Pixelview. We should probably find a better way to specify all Conexant Polaris devices, to avoid needing to repeat this setup on both mceusb and cx231xx-cards. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git

[PATCH 3/3] cx231xx: Remove IR support from the driver

2010-10-18 Thread Mauro Carvalho Chehab
Polaris design uses MCE support. Instead of reinventing the wheel, just let mceusb handle the remote controller. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com delete mode 100644 drivers/media/video/cx231xx/cx231xx-input.c diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c

[PATCH 2/3] cx231xx: Only register USB interface 1

2010-10-18 Thread Mauro Carvalho Chehab
Interface 0 is used by IR. The current driver starts initializing on it, finishing on interface 6. Change the logic to only handle interface 1. This allows another driver (mceusb) to take care of the IR interface. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git

[PATCH 0/3] Fix IR support at cx231xx

2010-10-18 Thread Mauro Carvalho Chehab
cx231xx has a stub for IR handling, but this is incomplete. However, as the IR were designed to work with a standard MCE driver on another OS, the better is to just drop the cx231xx internal handling, and let the mceusb driver take care of the protocol. Maybe some adjustments may be needed, to be

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Dave Airlie
On Tue, Oct 19, 2010 at 4:43 AM, Greg KH g...@kroah.com wrote: On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote: Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end up not getting fixed at all, we can either mark them non-SMP or move them to

RE: [PATCH 0/3] Fix IR support at cx231xx

2010-10-18 Thread Sri Deevi
Mauro, All the patches are OK with me. Also, it does not make sense to write another driver if there is one for MCE IR remote. Sri -Original Message- From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] Sent: Monday, October 18, 2010 3:53 PM To: Sri Deevi; ja...@redhat.com; Linux

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Greg KH
On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 4:43 AM, Greg KH g...@kroah.com wrote: On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote: Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end up not getting fixed

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Dave Airlie
On Tue, Oct 19, 2010 at 10:40 AM, Greg KH g...@kroah.com wrote: On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 4:43 AM, Greg KH g...@kroah.com wrote: On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote: Out of the remaining modules, I guess

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Greg KH
On Tue, Oct 19, 2010 at 10:57:43AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 10:40 AM, Greg KH g...@kroah.com wrote: On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 4:43 AM, Greg KH g...@kroah.com wrote: On Mon, Oct 18, 2010 at 05:42:06PM +0200,

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Dave Airlie
On Tue, Oct 19, 2010 at 12:24 PM, Greg KH g...@kroah.com wrote: On Tue, Oct 19, 2010 at 10:57:43AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 10:40 AM, Greg KH g...@kroah.com wrote: On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 4:43 AM, Greg KH

Re: [PATCH] viafb camera controller driver

2010-10-18 Thread Jonathan Corbet
On Sat, 16 Oct 2010 10:44:56 -0300 Mauro Carvalho Chehab mche...@infradead.org wrote: drivers/media/video/via-camera.c: In function ‘viacam_open’: drivers/media/video/via-camera.c:651: error: too few arguments to function ‘videobuf_queue_sg_init’ The fix for this one is trivial:

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Steven Rostedt
On Tue, 2010-10-19 at 12:45 +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 12:24 PM, Greg KH g...@kroah.com wrote: So, there is no need for the i830 driver? Can it just be removed because i915 works instead? No because it provides a different userspace ABI to the i915 driver to a

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Dave Airlie
like I'm sure the intersection of this driver and reality are getting quite limited, but its still a userspace ABI change and needs to be treated as such. Xorg 6.7 and XFree86 4.3 were the last users of the old driver/API. Thus, you are saying that this will break for people with older user

RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3

2010-10-18 Thread Hiremath, Vaibhav
-Original Message- From: Nilofer, Samreen Sent: Monday, October 18, 2010 9:32 AM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org; Nilofer, Samreen Subject: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3 The defconfig options for V4L2 are taken in

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Theodore Kilgore
On Mon, 18 Oct 2010, Steven Rostedt wrote: On Tue, 2010-10-19 at 12:45 +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 12:24 PM, Greg KH g...@kroah.com wrote: So, there is no need for the i830 driver? Can it just be removed because i915 works instead? No because it provides a

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Dave Airlie
I might be able to find some hardware still lying around here that uses an i810. Not sure unless I go hunting it. But I get the impression that if the kernel is a single-CPU kernel there is not any problem anyway? Don't distros offer a non-smp kernel as an installation option in case the user