Re: Doing a stable v4l-utils release

2010-04-27 Thread Hans Verkuil
On Tuesday 27 April 2010 10:08:06 Hans de Goede wrote: > Hi, > > On 04/26/2010 09:55 AM, Hans Verkuil wrote: > > On Monday 26 April 2010 09:35:23 Hans de Goede wrote: > >> Hi all, > >> > >> Currently v4l-utils is at version 0.7.91, which as the version > >> suggests is meant as a beta release. > >

RE: [PATCH-V7] OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on top of DSS2

2010-04-27 Thread Hiremath, Vaibhav
> -Original Message- > From: Aguirre, Sergio > Sent: Wednesday, April 28, 2010 12:27 AM > To: Hiremath, Vaibhav; linux-media@vger.kernel.org > Cc: mche...@redhat.com; Karicheri, Muralidharan; hverk...@xs4all.nl > Subject: RE: [PATCH-V7] OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on >

Re: Doing a stable v4l-utils release

2010-04-27 Thread Mauro Carvalho Chehab
Hi Sergio, Aguirre, Sergio wrote: > Hi, > >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vger.kernel.org] On Behalf Of Hans de Goede >> Sent: Tuesday, April 27, 2010 3:08 AM >> To: Hans Verkuil >> Cc: Linux Media Mailing List >> Subject: Re:

tm6000

2010-04-27 Thread Dmitri Belimov
Hi Anyone can watch TV with tm6000 module?? I try mplayer. My PC crashed inside copy_streams function after some time. With my best regards, Dmitry. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 00/15] ir-core: Several improvements to allow adding LIRC and decoder plugins

2010-04-27 Thread Jarod Wilson
On Sat, Apr 24, 2010 at 1:12 AM, David Härdeman wrote: > On Fri, Apr 23, 2010 at 01:40:34PM -0400, Jarod Wilson wrote: >> So now that I'm more or less done with porting the imon driver, I >> think I'm ready to start tackling the mceusb driver. But I'm debating >> on what approach to take with resp

Re: [PATCH] tm6000 fix i2c

2010-04-27 Thread Dmitri Belimov
On Tue, 27 Apr 2010 14:07:00 +0800 Bee Hock Goh wrote: > wiki is your best friend. :) > > http://www.linuxtv.org/wiki/index.php/Maintaining_Git_trees > http://www.linuxtv.org/wiki/index.php/Using_a_git_driver_development_tree Ok. This is new version. Made by git. diff --git a/drivers/staging/

AVerTV Volar HD PRO (A835)

2010-04-27 Thread Honza Stodola
Hi, I'm trying to use AVerTV Volar HD PRO (A835) in Linux, but it seems the USB receiver is not supported by current kernel (2.6.34-rc5). Sending some logs and configuration, let me know if you need some more. Any help is appreciated. Thanks, Honza Product page: http://www.avermedia.com/aver

Re: [patch 02/11] dib7000p: reduce large stack usage

2010-04-27 Thread Andreas Oberritter
a...@linux-foundation.org wrote: > diff -puN > drivers/media/dvb/frontends/dib7000p.c~dib7000p-reduce-large-stack-usage > drivers/media/dvb/frontends/dib7000p.c > --- a/drivers/media/dvb/frontends/dib7000p.c~dib7000p-reduce-large-stack-usage > +++ a/drivers/media/dvb/frontends/dib7000p.c > @@ -13

[PATCH] Staging: tm6000: fix coding style issues of tm6000-cards.c

2010-04-27 Thread Roel Van Nyen
fix coding style issues Signed-off-by: Roel Van Nyen --- drivers/staging/tm6000/tm6000-cards.c | 131 - 1 files changed, 63 insertions(+), 68 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 2935533..

[PATCH] Staging: tm6000: fix coding style issues of tm6000-cards.c

2010-04-27 Thread Roel Van Nyen
fix coding style issues Signed-off-by: Roel Van Nyen --- drivers/staging/tm6000/tm6000-cards.c | 131 - 1 files changed, 63 insertions(+), 68 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 2935533..

RE: Doing a stable v4l-utils release

2010-04-27 Thread Aguirre, Sergio
Hi, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Hans de Goede > Sent: Tuesday, April 27, 2010 3:08 AM > To: Hans Verkuil > Cc: Linux Media Mailing List > Subject: Re: Doing a stable v4l-utils release > > Hi, >

[patch 11/11] cx231xx: improve error handling

2010-04-27 Thread akpm
From: Dan Carpenter Return -EINVAL if we don't find the control id. Signed-off-by: Dan Carpenter Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Cc: Trent Piepho Cc: Douglas Schilling Landgraf Signed-off-by: Andrew Morton --- drivers/media/video/cx231xx/cx231xx-video.c |5 - 1 fil

[patch 07/11] drivers/media/video/et61x251/et61x251_core.c: improve error handling

2010-04-27 Thread akpm
From: Dan Carpenter The original code doesn't handle the situation where the controller is not found. Signed-off-by: Dan Carpenter Cc: Luca Risolia Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Signed-off-by: Andrew Morton --- drivers/media/video/et61x251/et61x251_core.c |6 -- 1

[patch 08/11] drivers/media/video/sn9c102/sn9c102_core.c: improve error handling

2010-04-27 Thread akpm
From: Dan Carpenter Return an error if the controller is not found. Signed-off-by: Dan Carpenter Cc: Luca Risolia Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Signed-off-by: Andrew Morton --- drivers/media/video/sn9c102/sn9c102_core.c |6 -- 1 file changed, 4 insertions(+), 2 de

[patch 06/11] drivers/media/video/zc0301/zc0301_core.c: improve error handling

2010-04-27 Thread akpm
From: Dan Carpenter Return an error if the controller is not found. Signed-off-by: Dan Carpenter Cc: Luca Risolia Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Signed-off-by: Andrew Morton --- drivers/media/video/zc0301/zc0301_core.c |6 -- 1 file changed, 4 insertions(+), 2 dele

[patch 09/11] cx88: improve error handling

2010-04-27 Thread akpm
From: Dan Carpenter Return -EINVAL if we don't find the right query control id. Signed-off-by: Dan Carpenter Cc: Mauro Carvalho Chehab Cc: Hans Verkuil Cc: Laurent Pinchart Signed-off-by: Andrew Morton --- drivers/media/video/cx88/cx88-video.c |5 - 1 file changed, 4 insertions(+)

[patch 05/11] drivers/media/video/au0828/au0828-video.c: off by one bug

2010-04-27 Thread akpm
From: Dan Carpenter The "AUVI_INPUT(tmp)" macro uses "tmp" as an index of an array with AU0828_MAX_INPUT elements. Signed-off-by: Dan Carpenter Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Cc: Hans Verkuil Signed-off-by: Andrew Morton --- drivers/media/video/au0828/au0828-video.c |2

[patch 04/11] drivers/media/video: avoid NULL dereference

2010-04-27 Thread akpm
From: Julia Lawall It seems impossible for ov to be NULL at this point. The semantic match that finds the problem is as follows: (http://coccinelle.lip6.fr/) // @r exists@ expression E, E1; identifier f; statement S1,S3; iterator iter; @@ if ((E == NULL && ...) || ...) { ... when != false (

[patch 03/11] dvb-usb: gp8psk, fix potential null derefernce

2010-04-27 Thread akpm
From: Jiri Slaby Stanse found that in gp8psk_load_bcm4500fw there is missing a check for return value of kmalloc. Add one and bail out appropriatelly. Signed-off-by: Jiri Slaby Cc: Alan Nisota Cc: Patrick Boettcher Cc: Mauro Carvalho Chehab Signed-off-by: Andrew Morton --- drivers/media/d

[patch 10/11] ir-keytable: avoid double lock

2010-04-27 Thread akpm
From: Dan Carpenter It's possible that we wanted to resize to a smaller size but we didn't have enough memory to create the new table. We need to test for that here so we don't try to lock twice and dead lock. Also we free the "oldkeymap" on that path and that would be bad. Signed-off-by: Dan

[patch 01/11] dib3000mc: reduce large stack usage

2010-04-27 Thread akpm
From: Randy Dunlap Reduce the static stack usage of one of the 2 top offenders as listed by 'make checkstack': Building with CONFIG_FRAME_WARN=2048 produces: drivers/media/dvb/frontends/dib3000mc.c:853: warning: the frame size of 2224 bytes is larger than 2048 bytes and in 'make checkstack',

[patch 02/11] dib7000p: reduce large stack usage

2010-04-27 Thread akpm
From: Randy Dunlap Reduce the static stack usage of one of the 2 top offenders as listed by 'make checkstack': Building with CONFIG_FRAME_WARN=2048 produces: drivers/media/dvb/frontends/dib7000p.c:1367: warning: the frame size of 2320 bytes is larger than 2048 bytes and in 'make checkstack',

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Sakari Ailus
Hi Mauro, Mauro Carvalho Chehab wrote: > Sakari Ailus wrote: >> Mauro Carvalho Chehab wrote: >>> Aguirre, Sergio wrote: Sakari, This patch is based on your event branch: http://gitorious.org/omap3camera/mainline/commits/event And is required on latest kernel to c

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2010-04-27 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:Tue Apr 27 19:00:20 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14592:b438301e588f git master:

RE: [PATCH-V7] OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on top of DSS2

2010-04-27 Thread Aguirre, Sergio
Vaibhav, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Hiremath, Vaibhav > Sent: Wednesday, April 07, 2010 5:01 AM > To: linux-media@vger.kernel.org > Cc: mche...@redhat.com; Karicheri, Muralidharan; hverk...@xs4al

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Mauro Carvalho Chehab
Sakari Ailus wrote: > Mauro Carvalho Chehab wrote: >> Aguirre, Sergio wrote: >>> Sakari, >>> >>> This patch is based on your event branch: >>> >>> http://gitorious.org/omap3camera/mainline/commits/event >>> >>> And is required on latest kernel to compile v4l2-event.c, to make use of >>> kmalloc an

[PATCH] bttv: Add another ids for IVC-200

2010-04-27 Thread Kirill Smelkov
I have 3 IVC-200 cards (with 4 video channels on each). 2 of the cards identify theirselves as 000[0-3]:a155 (ids already in cardlist) and another one identifies itself as 080[0-3]:a155, which ids were unknown so far. Note - it's IVC-200, not IVC-200G. Signed-off-by: Kirill Smelkov --- Documen

support for micron MT9[M/T]xxx sensors with CY7C68013 (Cypress FX2) bridge cameras

2010-04-27 Thread Tiemen
Hello developers, I recently got hold of two USB c-mount cameras with Micron CMOS chips. One is a Mightex MCE-B013 (MT9M001 sensor), the other a development kit with MT9T031 sensor. I had hoped to use these with v4l2, as drivers for these sensors are in the code tree. Initial attemps to use

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Sakari Ailus
Mauro Carvalho Chehab wrote: > Aguirre, Sergio wrote: >> Sakari, >> >> This patch is based on your event branch: >> >> http://gitorious.org/omap3camera/mainline/commits/event >> >> And is required on latest kernel to compile v4l2-event.c, to make use of >> kmalloc and other slab.h functions/define

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Mauro Carvalho Chehab
Aguirre, Sergio wrote: > Sakari, > > This patch is based on your event branch: > > http://gitorious.org/omap3camera/mainline/commits/event > > And is required on latest kernel to compile v4l2-event.c, to make use of > kmalloc and other slab.h functions/defines. True. Sakari, Please, add thi

[GIT PULL] V4L2 file handles and event interface, take 3

2010-04-27 Thread Sakari Ailus
Hi Mauro, Rebased the patches. Sergio's fix and the minor style problem were fixed. Otherwise they are the same. Please pull. The following changes since commit 1fa9d4c07f3ddee1c054a751cd78e53e8b9050b4: Mauro Carvalho Chehab (1): V4L/DVB: videobuf-dma-sg: Avoid using a wrong size are

RE: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Aguirre, Sergio
Sakari, This patch is based on your event branch: http://gitorious.org/omap3camera/mainline/commits/event And is required on latest kernel to compile v4l2-event.c, to make use of kmalloc and other slab.h functions/defines. Regards, Sergio > -Original Message- > From: Aguirre, Sergio >

[PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Sergio Aguirre
After commit ID: commit de380b55f92986c1a84198149cb71b7228d15fbd Author: Tejun Heo Date: Wed Mar 24 17:06:43 2010 +0900 percpu: don't implicitly include slab.h from percpu.h slab.h include was not longer implicitly included with sched.h. So, now we have to include slab.h explicit

Re: Doing a stable v4l-utils release

2010-04-27 Thread Hans de Goede
Hi, On 04/26/2010 09:55 AM, Hans Verkuil wrote: On Monday 26 April 2010 09:35:23 Hans de Goede wrote: Hi all, Currently v4l-utils is at version 0.7.91, which as the version suggests is meant as a beta release. As this release seems to be working well I would like to do a v4l-utils-0.8.0 relea