[GIT PATCHES FOR 2.6.35] gspca for_2.6.35

2010-03-18 Thread Jean-Francois Moine
Hi Mauro, The following changes since commit 52744e816710ed65e6fc34b79149268d95b2ebdf: Hans Verkuil (1): V4L/DVB: v4l2: sort chip IDs in v4l2-chip-ident.h are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.35 Jean-François Moine (2): gspca -

[PATCH} V4L: do not autoselect components on embedded systems

2010-03-18 Thread Guennadi Liakhovetski
Tuner, DVB frontend and video helper chip drivers are by default autoselected by their respective host cards, this, however, doesn't make much sense on SoC-based systems. Disable autoselection on EMBEDDED systems. Signed-off-by: Guennadi Liakhovetski --- We have discussed this in length yeste

sending log

2010-03-18 Thread Viviano Guastalla
Hello, I inserted my USB Video Grabber labeled "Extreme Video Grabber - Model DK-8701" and got the attached log. Thank you for your attention Viviano Guastalla [15931.796364] usb 1-4.4.1: new high speed USB device using ehci_hcd and address 10 [15931.888352] usb 1-

Re: Problems with ngene based DVB cards (Digital Devices Cine S2 Dual DVB-S2 , Mystique SaTiX S2 Dual)

2010-03-18 Thread Andreas Besse
Hello, We are now able to reproduce the problem faster and easier (using the patched version of szap-s2 and the scripts included in the tar.gz : http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/17334 and http://cache.gmane.org//gmane/linux/drivers/video-input-infrastructure/

[PATCH 1/3 v2] V4L: SuperH Video Output Unit (VOU) driver

2010-03-18 Thread Guennadi Liakhovetski
A number of SuperH SoCs, including sh7724, include a Video Output Unit. This patch adds a video (V4L2) output driver for it. The driver uses v4l2-subdev and mediabus APIs to interface to TV encoders. Signed-off-by: Guennadi Liakhovetski --- v1 -> v2: 1. removed overlay, it is actually not neede

[PATCH 3/3 v2] sh: add Video Output Unit (VOU) and AK8813 TV-encoder support to ms7724se

2010-03-18 Thread Guennadi Liakhovetski
Add platform bindings, GPIO initialisation and allocation and AK8813 reset code to ms7724se. Signed-off-by: Guennadi Liakhovetski --- v1 -> v2 1. VOU bus type name changed arch/sh/boards/mach-se/7724/setup.c | 88 --- 1 files changed, 81 insertions(+), 7 dele

[PATCH 2/3 v2] V4L: v4l2-subdev driver for AK8813 and AK8814 TV-encoders from AKM

2010-03-18 Thread Guennadi Liakhovetski
AK8814 only differs from AK8813 by included Macrovision Copy Protection function. This patch adds a driver for AK8813 and AK8814 I2C PAL/NTSC TV encoders. Signed-off-by: Guennadi Liakhovetski --- v1 -> v2 1. switched to using v4l2_get_subdevdata(sd) instead of sd->priv 2. changed maximum height

Re: DMX Input selection

2010-03-18 Thread Andy Walls
On Wed, 2010-03-17 at 11:44 +0100, The Duke Forever wrote: > Hello, > I'm currently developing a DVB test application without real hardware, > instead, I'm using dvb_dummy_adapter (+dvb-core and dvb_dummy_fe) > Testing PES filtering is OK, since I have read/write operations on the > logical dvr dev

Re: [PATCH 1/3 v2] V4L: SuperH Video Output Unit (VOU) driver

2010-03-18 Thread Magnus Damm
Hey Guennadi, On Thu, Mar 18, 2010 at 7:28 PM, Guennadi Liakhovetski wrote: > A number of SuperH SoCs, including sh7724, include a Video Output Unit. This > patch adds a video (V4L2) output driver for it. The driver uses v4l2-subdev > and > mediabus APIs to interface to TV encoders. > > Signed-o

Re: [patch] ivtv: sizeof() => ARRAY_SIZE()

2010-03-18 Thread Andy Walls
On Wed, 2010-03-17 at 18:11 +0300, Dan Carpenter wrote: > This fixes a smatch warning: > drivers/media/video/ivtv/ivtv-vbi.c +138 ivtv_write_vbi(43) > error: buffer overflow 'vi->cc_payload' 256 <= 1023 > > Signed-off-by: Dan Carpenter Looks good. Reviewed-by: Andy Walls And, if needed

[PATCH 0/2] Add iris absolute and relative control CIDs

2010-03-18 Thread Laurent Pinchart
Hi everybody, Here's a patch set that add two new standard V4L2 CIDs to control aperture setting on cameras. The first patch adds the control definitions (including documentation update) while the second patch adds support for those controls in the uvcvideo driver. I can send a pull request for

[PATCH 2/2] uvcvideo: Support iris absolute and relative controls

2010-03-18 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/media/video/uvc/uvc_ctrl.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/uvc/uvc_ctrl.c b/drivers/media/video/uvc/uvc_ctrl.c index 3b2e780..3697d72 100644 --- a/drivers/media/video/uvc/

[PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Laurent Pinchart
Those control, as their names imply, control the camera aperture settings. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/v4l/compat.xml | 11 +++ Documentation/DocBook/v4l/controls.xml| 19 +++ Documentation/DocBook/v4l/videodev2.h.xml |3 +++

RE: [PATCH 2/4] Add a macro to properly create IR tables

2010-03-18 Thread Aguirre, Sergio
Hi Mauro, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab > Sent: Friday, March 12, 2010 8:40 AM > To: Linux Media Mailing List > Subject: [PATCH 2/4] Add a macro to properly create IR tables T

Re: [GIT PATCHES FOR 2.6.34] gspca development

2010-03-18 Thread Mauro Carvalho Chehab
Jean-Francois Moine wrote: > Hi Mauro, > > The following changes since commit > 942ab4762505a51a7a433a7608ba5d3eed6e4f8b: Jean Delvare (1): > V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM 7135 > variants > > are available in the git repository at: > > git://linuxtv.org/jfrancois/

RE: [PATCH 2/2] V4L/DVB: buf-dma-sg.c: support non-pageable user-allocated memory

2010-03-18 Thread Aguirre, Sergio
Hi Arnout, Just a very minor style comment. > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Arnout Vandecappelle > Sent: Wednesday, March 17, 2010 5:53 PM > To: linux-media@vger.kernel.org; mche...@infradead.org; ar

Re: [PATCH 2/4] Add a macro to properly create IR tables

2010-03-18 Thread Mauro Carvalho Chehab
Aguirre, Sergio wrote: > Hi Mauro, > >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab >> Sent: Friday, March 12, 2010 8:40 AM >> To: Linux Media Mailing List >> Subject: [PATCH 2/4] Add a macr

Re: [PATCH/RFC 0/2] Fix DQBUF behavior for recoverable streaming errors

2010-03-18 Thread Laurent Pinchart
Hi Hans, Pavel, On Wednesday 17 March 2010 21:05:19 Hans Verkuil wrote: > On Wednesday 17 March 2010 15:29:48 Pawel Osciak wrote: > > Hello, > > > > during the V4L2 brainstorm meeting in Norway we have concluded that > > streaming error handling in dqbuf is lacking a bit and might result in > > t

RE: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Aguirre, Sergio
Hi Laurent, Just a minor grammar issue. > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Thursday, March 18, 2010 6:55 AM > To: linux-media@vger.kernel.org > Subject: [PATCH 1/2] v4l: Add V4L

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Those control, as their names imply, control the camera aperture > settings. > > Signed-off-by: Laurent Pinchart > --- > Documentation/DocBook/v4l/compat.xml | 11 +++ > Documentation/DocBook/v4l/controls.xml| 19 +++ > Documentation

Re: Pull request: http://linuxtv.org/hg/~hgoede/gspca

2010-03-18 Thread Mauro Carvalho Chehab
Hans de Goede wrote: > Hi Mauro, > > Please pull from: > http://linuxtv.org/hg/~hgoede/gspca > > For the following changes: > > gspca_spca561: Fix LED on rev12a cameras > gspca_spca561: Add support for camera button > sn9c102: Make hv7131d sensor code also recognize the HV7131E > gspca: make usb

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Laurent Pinchart
Hi Mauro, On Thursday 18 March 2010 13:19:57 Mauro Carvalho Chehab wrote: > Laurent Pinchart wrote: > > Those control, as their names imply, control the camera aperture > > settings. > > > > Signed-off-by: Laurent Pinchart > > --- > > > > Documentation/DocBook/v4l/compat.xml | 11 ++

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Laurent Pinchart
Hi Sergio, On Thursday 18 March 2010 13:19:57 Aguirre, Sergio wrote: > Hi Laurent, > > Just a minor grammar issue. Thanks. I'll resubmit a new version (or will send a pull request with that change if the current version is accepted). -- Regards, Laurent Pinchart -- To unsubscribe from this l

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Hi Mauro, > > On Thursday 18 March 2010 13:19:57 Mauro Carvalho Chehab wrote: >> Laurent Pinchart wrote: >>> Those control, as their names imply, control the camera aperture >>> settings. >>> >>> Signed-off-by: Laurent Pinchart >>> --- >>> >>> Documentation/DocBook/v4l/

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Laurent Pinchart
Hi Mauro, On Thursday 18 March 2010 13:41:36 Mauro Carvalho Chehab wrote: > Laurent Pinchart wrote: > > On Thursday 18 March 2010 13:19:57 Mauro Carvalho Chehab wrote: > >> Laurent Pinchart wrote: > >>> Those control, as their names imply, control the camera aperture > >>> settings. > >>> > >>> S

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Laurent Pinchart
Hi Mauro, On Thursday 18 March 2010 13:50:50 Laurent Pinchart wrote: > On Thursday 18 March 2010 13:41:36 Mauro Carvalho Chehab wrote: > > Laurent Pinchart wrote: > > > On Thursday 18 March 2010 13:19:57 Mauro Carvalho Chehab wrote: > > >> Laurent Pinchart wrote: > > >>> Those control, as their na

[PATCH v2 0/2] Add iris absolute and relative control CIDs

2010-03-18 Thread Laurent Pinchart
Hi everybody, Here's a second version of the iris control patch set that incorporates comments from Sergio and Mauro (I modified the documentation to make the relationship between control values and iris opening clearer). I can send a pull request for those patches after review. Laurent Pinchar

[PATCH v2 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Laurent Pinchart
Those control, as their names imply, control the camera aperture settings. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/v4l/compat.xml | 11 +++ Documentation/DocBook/v4l/controls.xml| 19 +++ Documentation/DocBook/v4l/videodev2.h.xml |3 +++

[PATCH v2 2/2] uvcvideo: Support iris absolute and relative controls

2010-03-18 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/media/video/uvc/uvc_ctrl.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/uvc/uvc_ctrl.c b/drivers/media/video/uvc/uvc_ctrl.c index 3b2e780..3697d72 100644 --- a/drivers/media/video/uvc/

Re: Problems with ngene based DVB cards (Digital Devices Cine S2 Dual DVB-S2 , Mystique SaTiX S2 Dual)

2010-03-18 Thread Devin Heitmueller
On Thu, Mar 18, 2010 at 6:00 AM, Andreas Besse wrote: > Hello, > > We are now able to reproduce the problem faster and easier (using the > patched version of szap-s2 and the scripts included in the tar.gz : > http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/17334 > and > htt

Re: Pull request: http://linuxtv.org/hg/~hgoede/gspca

2010-03-18 Thread Douglas Schilling Landgraf
Hi, On 03/18/2010 09:25 AM, Mauro Carvalho Chehab wrote: > Hans de Goede wrote: >> Hi Mauro, >> >> Please pull from: >> http://linuxtv.org/hg/~hgoede/gspca >> >> For the following changes: >> >> gspca_spca561: Fix LED on rev12a cameras >> gspca_spca561: Add support for camera button >> sn9c102: Ma

[PATCH] V4L - vpfe capture - fix for kernel crash

2010-03-18 Thread m-karicheri2
From: Muralidharan Karicheri As part of upstream merge, set_params() function was removed from isif.c. This requires removal of BUG_ON() and check for set_params ptr in vpfe_capture.c. Without this kernel crash dump is seen while bootup on DM365 Also made following changes:- 1) converted error

Re: Problems with ngene based DVB cards (Digital Devices Cine S2 Dual DVB-S2 , Mystique SaTiX S2 Dual)

2010-03-18 Thread Devin Heitmueller
On Thu, Mar 18, 2010 at 11:07 AM, Marco Lohse wrote: > Devin Heitmueller wrote: >> On Thu, Mar 18, 2010 at 6:00 AM, Andreas Besse wrote: >>> Hello, >>> >>> We are now able to reproduce the problem faster and easier (using the >>> patched version of szap-s2 and the scripts included in the tar.gz :

Re: Problems with ngene based DVB cards (Digital Devices Cine S2 Dual DVB-S2 , Mystique SaTiX S2 Dual)

2010-03-18 Thread Marco Lohse
Devin Heitmueller wrote: > On Thu, Mar 18, 2010 at 6:00 AM, Andreas Besse wrote: >> Hello, >> >> We are now able to reproduce the problem faster and easier (using the >> patched version of szap-s2 and the scripts included in the tar.gz : >> http://article.gmane.org/gmane.linux.drivers.video-input-

RE: [PATCH/RFC 0/2] Fix DQBUF behavior for recoverable streaming errors

2010-03-18 Thread Pawel Osciak
>Laurent Pinchart wrote: >On Wednesday 17 March 2010 21:05:19 Hans Verkuil wrote: >> On Wednesday 17 March 2010 15:29:48 Pawel Osciak wrote: >> > Hello, >> > >> > during the V4L2 brainstorm meeting in Norway we have concluded that >> > streaming error handling in dqbuf is lacking a bit and might re

Re: Pull request: http://linuxtv.org/hg/~hgoede/gspca

2010-03-18 Thread Hans de Goede
Hi, On 03/18/2010 01:25 PM, Mauro Carvalho Chehab wrote: Hans de Goede wrote: Hi Mauro, Please pull from: http://linuxtv.org/hg/~hgoede/gspca For the following changes: gspca_spca561: Fix LED on rev12a cameras gspca_spca561: Add support for camera button sn9c102: Make hv7131d sensor code als

Re: [PATCH 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-18 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Hi Mauro, > > On Thursday 18 March 2010 13:50:50 Laurent Pinchart wrote: >> On Thursday 18 March 2010 13:41:36 Mauro Carvalho Chehab wrote: >>> Laurent Pinchart wrote: On Thursday 18 March 2010 13:19:57 Mauro Carvalho Chehab wrote: > Laurent Pinchart wrote: >

Re: Pull request: http://linuxtv.org/hg/~hgoede/gspca

2010-03-18 Thread Mauro Carvalho Chehab
Hans de Goede wrote: > Hi, > > On 03/18/2010 01:25 PM, Mauro Carvalho Chehab wrote: >> Hans de Goede wrote: >>> Hi Mauro, >>> >>> Please pull from: >>> http://linuxtv.org/hg/~hgoede/gspca >>> >>> For the following changes: >>> >>> gspca_spca561: Fix LED on rev12a cameras >>> gspca_spca561: Add sup

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

2010-03-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:Thu Mar 18 19:00:19 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14493:514684e53dc6 git master:

RE: [GIT FIX for 2.6.34] V4L - vpfe capture - fix for kernel crash on DM365

2010-03-18 Thread Karicheri, Muralidharan
Please discard this patch. I have sent an updated version to the list. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email: m-kariche...@ti.com >-Original Message- >From: Karicheri, Muralidharan >Sent: Wednesday, March 17, 2010 1

[PATCH/RFC] videobuf refactoring

2010-03-18 Thread Hans Verkuil
Hi all, This patch is for discussion only. It is just to illustrate the possibilities. Once the cleanup patch Pawel posted is merged, then I can try to make a proper patch series for this depending on the feedback I get. The more I look at the videobuf code the more it becomes clear that it is ab

Re: [PATCH] saa7134: add capture boards Hawell HW-404M7 and HW-808M7

2010-03-18 Thread hermann pitton
Hi Vladimir, thanks, your patch is already accepted, but if have a two comments. Am Mittwoch, den 10.03.2010, 18:44 +0300 schrieb Vladimir Ermakov: > This patch adds new capture boards Hawell HW-404M7 and HW-808M7. > Those cards have 4 or 8 SAA7130 chips and for the work it only needs > initiali

[PATCH-V2 0/7] Bug Fixes& Enhancements for VPFE and TVP514x drivers

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath This series of patches will address some of the bug fixes & Enhancements for VPFE capture and TVP514x driver. Changes from Last Version (V1)- - Refreshed with latest linuxtv/master repository - Fixed/Updated comments on UserPtr mode support patch -

[PATCH-V2 1/7] AM3517 CCDC: Debug register read prints removed

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/davinci/dm644x_ccdc.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/davinci/dm644x_ccdc.c b/drivers/media/video/davinci/dm644x_ccdc.c index 0c394ca..840eee9 100644 ---

[PATCH-V2 6/7] VPFE Capture: Add support for USERPTR mode of operation

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath Signed-off-by: Muralidharan Karicheri --- drivers/media/video/davinci/vpfe_capture.c | 42 ++- 1 files changed, 28 insertions(+), 14 deletions(-) diff --git a/drivers/media/video/davinci/vpfe_capture.c b/driver

[PATCH-V2 5/7] DM644x CCDC : Add Suspend/Resume Support

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/davinci/dm644x_ccdc.c | 114 drivers/media/video/davinci/dm644x_ccdc_regs.h |2 +- 2 files changed, 115 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/davinci/dm64

[PATCH-V2 7/7] TVP514x: Add Powerup sequence during s_input to lock the signal properly

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath For the sequence streamon -> streamoff and again s_input, it fails to lock the signal, since streamoff puts TVP514x into power off state which leads to failure in sub-sequent s_input. So add powerup sequence in s_routing (if disabled), since it is important to lock the sig

[PATCH-V2 4/7] Davinci VPFE Capture:Return 0 from suspend/resume

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath Now Suspend/Resume functionality is being handled by respective CCDC code, so return true (0) from bridge suspend/resume function. Signed-off-by: Vaibhav Hiremath --- drivers/media/video/davinci/vpfe_capture.c | 12 1 files changed, 4 insertions(+), 8 dele

[PATCH-V2 3/7] DM644x CCDC: Add 10bit BT support

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/davinci/dm644x_ccdc.c | 16 +--- drivers/media/video/davinci/dm644x_ccdc_regs.h |8 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/davinci/dm644x_

[PATCH-V2 2/7] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2010-03-18 Thread hvaibhav
From: Vaibhav Hiremath For the devices like AM3517, it is expected that driver clears the interrupt in ISR. Since this is device spcific, callback function added to the platform_data. Signed-off-by: Vaibhav Hiremath --- drivers/media/video/davinci/vpfe_capture.c | 24