Re: [PATCH 1/3 v2] ezx: Add camera support for A780 and A910 EZX phones

2009-11-10 Thread Antonio Ospite
Ping. Guennadi, did you see the patch below? Or I should completely remove the .init() callback like you said in another message? As I said, my humble preference would be to keep GPIOs setup local to the driver somehow, but you just tell me what to do :) On Fri, 6 Nov 2009 18:29:10 +0100 Antonio

Re: [PATCH 1/3 v2] ezx: Add camera support for A780 and A910 EZX phones

2009-11-10 Thread Guennadi Liakhovetski
On Tue, 10 Nov 2009, Antonio Ospite wrote: Ping. Guennadi, did you see the patch below? Or I should completely remove the .init() callback like you said in another message? As I said, my humble preference would be to keep GPIOs setup local to the driver somehow, but you just tell me what

Re: ov538-ov7690

2009-11-10 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [ 1268.146705] gspca: ISOC data error: [110] len=1020, status=-71 [ 1270.946739] gspca: ISOC data error: [114] len=1020, status=-71 [ 1271.426689] gspca: ISOC data

tw68-v2/tw68-i2c.c:145: error: unknown field ‘clie nt_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
Hey, I'm trying to compile tw68 and I'm getting the following: make -C /lib/modules/2.6.31-14-generic/build M=/root/tw68-v2 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic' CC [M] /root/tw68-v2/tw68-core.o CC [M] /root/tw68-v2/tw68-cards.o CC [M]

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Domenico Andreoli
Hi, On Tue, Nov 10, 2009 at 1:19 PM, Roman Gaufman hacke...@gmail.com wrote: Hey, I'm trying to compile tw68 and I'm getting the following: make -C /lib/modules/2.6.31-14-generic/build M=/root/tw68-v2 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic'  CC [M]  

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
Thanks, managed to compile but getting -1 Unknown symbol in module now - any ideas? # make make -C /lib/modules/2.6.31-14-generic/build M=/root/tw68-v2 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic' CC [M] /root/tw68-v2/tw68-core.o CC [M]

Re: [PATCH 1/3] ezx: Add camera support for A780 and A910 EZX phones

2009-11-10 Thread Antonio Ospite
On Wed, 4 Nov 2009 14:38:40 +0800 Eric Miao eric.y.m...@gmail.com wrote: Hi Antonio, Patch looks generally OK except for the MFP/GPIO usage... Eric, while I was at it I also checked the original code Motorola released. It has: PGSR(GPIO_CAM_EN) |= GPIO_bit(GPIO_CAM_EN);

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Domenico Andreoli
Hi On Tue, Nov 10, 2009 at 1:40 PM, Roman Gaufman hacke...@gmail.com wrote: Thanks, managed to compile but getting -1 Unknown symbol in module now - any ideas? # make make -C /lib/modules/2.6.31-14-generic/build M=/root/tw68-v2 modules make[1]: Entering directory

Re: [PATCH 2/9] v4l: add new v4l2-subdev sensor operations, use g_skip_top_lines in soc-camera

2009-11-10 Thread Laurent Pinchart
Hi Guennadi, On Friday 30 October 2009 15:01:06 Guennadi Liakhovetski wrote: Introduce new v4l2-subdev sensor operations, move .enum_framesizes() and .enum_frameintervals() methods to it, I understand that we need sensor-specific operations, but I'm not sure if those two are really unneeded

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
Thank you, managed to modprobe the module. However now when I try to open the device with mplayer, the system just freezes. No error messages, just freezes and I have to hold the power button for 5 seconds. Any ideas? This is what I get in dmesg when I insmod tw68.ko: [ 94.913695] tw68: v4l2

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! Only 1 question, the readme says there is no audio yet - any ideas when/if audio will be available? :) Thanks again! Roman 2009/11/10 Roman Gaufman hacke...@gmail.com: Thank you, managed to modprobe the

[PATCH] Davinci VPFE Capture: Add support for Control ioctls

2009-11-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Added support for Control IOCTL, - s_ctrl - g_ctrl - queryctrl Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/davinci/vpfe_capture.c | 38 1 files changed, 38 insertions(+), 0

Re: [PATCH 2/9] v4l: add new v4l2-subdev sensor operations, use g_skip_top_lines in soc-camera

2009-11-10 Thread Guennadi Liakhovetski
On Tue, 10 Nov 2009, Laurent Pinchart wrote: Hi Guennadi, On Friday 30 October 2009 15:01:06 Guennadi Liakhovetski wrote: Introduce new v4l2-subdev sensor operations, move .enum_framesizes() and .enum_frameintervals() methods to it, I understand that we need sensor-specific operations,

Re: Siano DVB driver and locking/sleeping

2009-11-10 Thread Michael Krufky
On Mon, Nov 9, 2009 at 11:09 AM, Tim Borgeaud t...@tangobravo.co.uk wrote: I am actually a FreeBSD user that has been using some Linux DVB driver code to create a kernel module for FreeBSD. I am working at getting various bits of Linux driver code to compile on FreeBSD (see

Re: [PATCH/RFC 7/9 v2] v4l: add an image-bus API for configuring v4l2 subdev pixel and frame formats

2009-11-10 Thread Guennadi Liakhovetski
On Tue, 10 Nov 2009, Laurent Pinchart wrote: On Friday 30 October 2009 15:01:27 Guennadi Liakhovetski wrote: Video subdevices, like cameras, decoders, connect to video bridges over specialised busses. Data is being transferred over these busses in various formats, which only loosely

Re: [PATCH/RFC 9/9 v2] mt9t031: make the use of the soc-camera client API optional

2009-11-10 Thread Guennadi Liakhovetski
On Tue, 10 Nov 2009, Laurent Pinchart wrote: Hi Guennadi, On Thursday 05 November 2009 18:07:09 Karicheri, Muralidharan wrote: Guennadi, in the v4l2_queryctrl struct. I think, this is unrelated. Muralidharan just complained about the soc_camera_find_qctrl() function being used

[PATCH] v4l2 doc: Added FBUF_CAP_SRC_CHROMAKEY/FLAG_SRC_CHROMAKEY

2009-11-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- linux/Documentation/DocBook/v4l/videodev2.h.xml |2 ++ linux/Documentation/DocBook/v4l/vidioc-g-fbuf.xml | 17 + 2 files changed, 19 insertions(+), 0 deletions(-) diff --git

[PATCH] soc_camera: multiple input capable enum, g s

2009-11-10 Thread Philipp Wiesner
soc_camera: multiple input capable enum, g s From: Philipp Wiesner p.wies...@gmx.net I did some small changes to support soc camera devices with multiple inputs, e.g. tw9910 (driver doesn't support this yet). soc-camera.c: soc_camera_enum_input: capable of handling multiple inputs.

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Domenico Andreoli
On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! have you a PCI-E techwell board? i'm taking the driver out of the freezer trying to get rid of the IRQF_DISABLED warning flag. i'm interested

Re: [PATCH 1/3] ezx: Add camera support for A780 and A910 EZX phones

2009-11-10 Thread Eric Miao
On Tue, Nov 10, 2009 at 8:48 PM, Antonio Ospite osp...@studenti.unina.it wrote: On Wed, 4 Nov 2009 14:38:40 +0800 Eric Miao eric.y.m...@gmail.com wrote: Hi Antonio, Patch looks generally OK except for the MFP/GPIO usage... Eric, while I was at it I also checked the original code Motorola

Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw

2009-11-10 Thread Devin Heitmueller
On Tue, Nov 10, 2009 at 4:39 AM, Valerio Bontempi valerio.bonte...@gmail.com wrote: Yes I rebooted the system after compiling and installing through 'make install' last v4l-dvb source, but with no luck, /dev/dvb device is still not present. Attached you can find the full dmesg, since system

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Domenico Andreoli
On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! could you please try the following patch swapping the boards back to the original order? --- a/tw68-core.c +++ b/tw68-core.c @@ -695,8 +695,7

Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw

2009-11-10 Thread Valerio Bontempi
2009/11/10 Devin Heitmueller dheitmuel...@kernellabs.com: On Tue, Nov 10, 2009 at 4:39 AM, Valerio Bontempi valerio.bonte...@gmail.com wrote: Yes I rebooted the system after compiling and installing through 'make install' last v4l-dvb source, but with no luck, /dev/dvb device is still not

Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw

2009-11-10 Thread Devin Heitmueller
On Tue, Nov 10, 2009 at 10:49 AM, Valerio Bontempi valerio.bonte...@gmail.com wrote: Hi Devin, I feared about that So, in this moment my only possibilities available to make it work are: - use an older kernel (=2.6.27) to compile successfully em28xx-new (maybe it could be better to use older

Re: ov538-ov7690

2009-11-10 Thread Randy Dunlap
On Tue, 10 Nov 2009 11:18:13 +0100 Michael Trimarchi wrote: Hi, Michael Trimarchi wrote: Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [ 1268.146705] gspca: ISOC data error: [110] len=1020, status=-71 [ 1270.946739] gspca: ISOC

soc_camera, v4l2 api, gstreamer: setting errno ?

2009-11-10 Thread Philipp Wiesner
I'm having some trouble using gstreamer with soc_camera and am a modified tw9910 driver. I had difficulties compiling the latest sources for my target so I'm using old kernel and gstreamer versions. But my question may still be valid, because the problem doesn't seem to be fixed and this may be

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Roman Gaufman
2009/11/10 Domenico Andreoli cav...@gmail.com: On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! have you a PCI-E techwell board? Yep, it's PCI-E 8 audio/video dvr card. i'm taking the

Re: ov538-ov7690

2009-11-10 Thread Michael Trimarchi
Hi, Randy Dunlap wrote: On Tue, 10 Nov 2009 11:18:13 +0100 Michael Trimarchi wrote: Hi, Michael Trimarchi wrote: Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [ 1268.146705] gspca: ISOC data error: [110] len=1020, status=-71 [ 1270.946739]

Re: ov538-ov7690

2009-11-10 Thread Randy Dunlap
On Tue, 10 Nov 2009 17:51:15 +0100 Michael Trimarchi wrote: Hi, Randy Dunlap wrote: On Tue, 10 Nov 2009 11:18:13 +0100 Michael Trimarchi wrote: Hi, Michael Trimarchi wrote: Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [

Hauppauge HVR-1600 cx18 loading problem

2009-11-10 Thread John Nuszkowski
My new Hauppauge HVR-1600 does not load the firmware. The driver was built using the source from over the weekend. I am using mythbuntu. Below is a modprobe cx18 debug=511 command Any help would greatly be appreciated. [43594.063182] cx18: Start initialization, version 1.2.0 [43594.063306]

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Domenico Andreoli
On Tue, Nov 10, 2009 at 04:51:47PM +, Roman Gaufman wrote: 2009/11/10 Domenico Andreoli cav...@gmail.com: On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! have you a PCI-E techwell

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-11-10 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-spec: add missing V4L2-PIX-FMT-STV0680 description. - decode_tm6000: fix compilation - davinci: remove stray duplicate config pointer - davinci: add missing vpif_capture.c/h files - Davinci VPFE

Re: [PATCH 3/4 v6] TVP7002 driver for DM365

2009-11-10 Thread Santiago Nunez-Corrales
Hans, Thanks for all your patient and detailed reviews. I've addressed most of the comments. There is one thing though that seems odd but is there due to a good reason. The devices requires to be turned off and on again during the s_stream function, in which it 'forgets' its previous state

Re: [PATCH 3/4 v6] TVP7002 driver for DM365

2009-11-10 Thread Hans Verkuil
On Tuesday 10 November 2009 19:12:13 Santiago Nunez-Corrales wrote: Hans, Thanks for all your patient and detailed reviews. I've addressed most of the comments. There is one thing though that seems odd but is there due to a good reason. The devices requires to be turned off and on again

Re: ov538-ov7690

2009-11-10 Thread Mauro Carvalho Chehab
Em Tue, 10 Nov 2009 09:09:10 -0800 Randy Dunlap rdun...@xenotime.net escreveu: (**) This is also one of several codes that different kinds of host controller use to indicate a transfer has failed because of device disconnect. In the interval before the hub driver starts disconnect

[PATCH 1/5] go7007: Add struct v4l2_device.

2009-11-10 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com This adds a struct v4l2_device to the go7007 device struct and registers it during v4l2 initialization. The v4l2_device registration overwrites the go-dev device_data, which is a struct usb_interface with intfdata set to the struct go7007. This changes

[PATCH 2/5] s2250: Mutex function usage.

2009-11-10 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com Fix mutex function usage, which was overlooked in a previous patch. Priority: normal Signed-off-by: Pete Eberlein p...@sensoray.com diff -r a603ad1e6a1c -r 99e4a0cf6788 linux/drivers/staging/go7007/s2250-board.c ---

[PATCH 3/5] s2250: Change module structure

2009-11-10 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com The s2250-board i2c module was converted to use v4l2-i2c-drv.h in preparation for its subdev conversion. This change prevented the s2250-loader from being initialized within the same module due to the module_init and module_exit function definitions in

[PATCH 4/5] s2250: subdev conversion

2009-11-10 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com Convert the s2250 i2c driver to use v4l2 subdev interface. Priority: normal Signed-off-by: Pete Eberlein p...@sensoray.com diff -r 5fe2031944d4 -r a44341b7bf67 linux/drivers/staging/go7007/s2250-board.c --- a/linux/drivers/staging/go7007/s2250-board.c

[PATCH 5/5] go7007: subdev conversion

2009-11-10 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com Convert the go7007 driver to v4l2 subdev interface, using v4l2 i2c subdev functions instead of i2c functions directly. The v4l2 ioctl ops functions call subdev ops instead of i2c commands. Priority: normal Signed-off-by: Pete Eberlein p...@sensoray.com

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

2009-11-10 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 Nov 10 19:00:05 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13327:19c0469c02c3 gcc version: gcc

Re: soc_camera, v4l2 api, gstreamer: setting errno ?

2009-11-10 Thread Laurent Pinchart
Hi Philipp, On Tuesday 10 November 2009 17:13:18 Philipp Wiesner wrote: I'm having some trouble using gstreamer with soc_camera and am a modified tw9910 driver. I had difficulties compiling the latest sources for my target so I'm using old kernel and gstreamer versions. But my question may

[PATCH 0/4 v7] Support for TVP7002 in DM365

2009-11-10 Thread Santiago Nunez-Corrales
This series of patches provide support for the TVP7002 decoder in DM365. Support includes: * Inclusion of the chip in v4l2 definitions * Definition of TVP7002 specific data structures * Kconfig and Makefile support This series corrects many issued pointed out by Snehaprabha Narnakaje,

[PATCH 1/4 v7] Support for TVP7002 in v4l2 definitions

2009-11-10 Thread santiago . nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides required chip identification definitions within v4l2. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- include/media/v4l2-chip-ident.h |9 + 1 files changed, 9 insertions(+), 0

[PATCH 2/4 v7] Definitions for TVP7002 in DM365

2009-11-10 Thread santiago . nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the required definitions for the TVP7002 driver in DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/tvp7002_reg.h | 150 +

[PATCH 3/4 v7] TVP7002 driver for DM365

2009-11-10 Thread santiago . nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the implementation of the TVP7002 decoder driver for DM365. Implemented using the V4L2 DV presets API. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/tvp7002.c | 1475

[PATCH 4/4 v7] Menu support for TVP7002 in DM365

2009-11-10 Thread santiago . nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides menu configuration options for the TVP7002 decoder driver in DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/Kconfig | 32

RE: OMAP 3 ISP and N900 sensor driver update

2009-11-10 Thread Karicheri, Muralidharan
Hi Laurent, I have also copied Vaibhav from TI in this email since this is of interesting to his area of work as well. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com Who is working on the CCDC driver for OMAP35xx? Just for

Re: MSI StarCam Racer - No valid video chain found

2009-11-10 Thread Laurent Pinchart
Hi Martin, On Wednesday 04 November 2009 23:03:16 Martin Rod wrote: Hi Laurent, I send you log file with trace (kernel 2.6.30.9) Thanks. The log shows that your problem comes from UVC descriptors parsing. This has been fixed in 2.6.31, so you should upgrade to at least that version or

Re: Hauppauge HVR-1600 cx18 loading problem

2009-11-10 Thread Andy Walls
On Tue, 2009-11-10 at 12:13 -0500, John Nuszkowski wrote: My new Hauppauge HVR-1600 does not load the firmware. The driver was built using the source from over the weekend. I am using mythbuntu. Below is a modprobe cx18 debug=511 command Any help would greatly be appreciated.

cx18: Reprise of YUV frame alignment improvements

2009-11-10 Thread Andy Walls
OK, here's my second attempt at getting rid of cx18 YUV frame alignment and tearing issues. http://linuxtv.org/hg/~awalls/cx18-yuv2 This change primarily implements full scatter-gather buffer handling between the cx18 driver and the CX23418 firmware. That in turn allows me to set the

Fwd: Hauppauge HVR-1600 cx18 loading problem

2009-11-10 Thread John Nuszkowski
-- Forwarded message -- From: John Nuszkowski john.nuszkow...@gmail.com Date: Wed, Nov 11, 2009 at 12:13 AM Subject: Re: Hauppauge HVR-1600 cx18 loading problem To: Andy Walls awa...@radix.net See my comments below. On Tue, Nov 10, 2009 at 8:03 PM, Andy Walls awa...@radix.net

Re: [RFC] Global video buffers pool / Samsung SoC's

2009-11-10 Thread Harald Welte
Hi Guennadi and others, first of all sorry for breaking the thread, but I am new to this list and could not find the message-id of the original mails nor a .mbox format archive for the list :( As I was one of the people giving comments to Guennadi's talk at ELCE, let me give some feedback here,

Re: [RFC] Video events, version 2.2

2009-11-10 Thread Hans Verkuil
On Saturday 24 October 2009 23:56:24 Sakari Ailus wrote: Ivan T. Ivanov wrote: Hi Sakari, Hi, On Fri, 2009-10-23 at 13:18 +0300, Sakari Ailus wrote: [clip] struct v4l2_event { __u32 count; __u32 type; __u32 sequence; struct timeval

Re: [PATCH] V4L: adding digital video timings APIs

2009-11-10 Thread Hans Verkuil
On Thursday 05 November 2009 13:56:29 Hans Verkuil wrote: On Friday 23 October 2009 22:44:34 Karicheri, Muralidharan wrote: Hans, following IOCTLS :- - verify the new v4l2_input capabilities flag added - Enumerate available presets using VIDIOC_ENUM_DV_PRESETS - Set one

Re: [PATCH/RFC 7/9 v2] v4l: add an image-bus API for configuring v4l2 subdev pixel and frame formats

2009-11-10 Thread Hans Verkuil
Hi Guennadi, OK, I've looked at this again. See my comments below. On Friday 30 October 2009 15:01:27 Guennadi Liakhovetski wrote: Video subdevices, like cameras, decoders, connect to video bridges over specialised busses. Data is being transferred over these busses in various formats, which