[PULL] soc-camera 2.6.30 patches

2009-03-30 Thread Guennadi Liakhovetski
Hi Mauro, Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb for the following 9 changesets: 01/09: pxa_camera: Enforce YUV422P frame sizes to be 16 multiples http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=24ca6f86027c 02/09: pxa_camera: Remove YUV planar formats hol

Re: [PATCH] soc_camera: Add soc_camera_match function

2009-03-30 Thread Guennadi Liakhovetski
On Tue, 31 Mar 2009, Kuninori Morimoto wrote: > > ${LINUX}/drivers/base/dd.c :: __device_attach > use driver_match_device function. > It needs bus->match function. > > Signed-off-by: Kuninori Morimoto > --- > > > Guennadi > > I tried latest Linux 2.6.29 from Paul's git > git://git.kernel.org

[PATCH] soc_camera: Add soc_camera_match function

2009-03-30 Thread Kuninori Morimoto
${LINUX}/drivers/base/dd.c :: __device_attach use driver_match_device function. It needs bus->match function. Signed-off-by: Kuninori Morimoto --- > Guennadi I tried latest Linux 2.6.29 from Paul's git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git Then, soc_camera doesn't w

[PATCH v5] ov772x: add edge contrl support

2009-03-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto --- v4 -> v5 o use readable struct for edgectrl o use readable MASK name drivers/media/video/ov772x.c | 63 +++-- include/media/ov772x.h | 33 ++ 2 files changed, 92 insertions(+), 4 deletions(-)

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-30 Thread David Wong
Devin The unified LGS8GXX driver surely work on some DMB-TH devices I have. They are: TECHGEAR HDTVC USB (also for MagicPro ProHDTV USB as they are the same hardware with same USB ID) ASUS U3100 Mini DMB-TH USB Timothy Lee tested with this unified driver for his MagicPro ProHDTV USB too. ASUS pat

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Aguirre Rodriguez, Sergio Alberto > Sent: Monday, March 30, 2009 9:10 PM > To: Hiremath, Vaibhav; linux-media@vger.kernel.org > Cc: DongSoo(Nathaniel) Kim; Toivonen Tuukka.O (Nokia-D/Oulu); linux- > o...@vger.kernel.org; Nagalla, Hari

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Koen Kooi [mailto:k.k...@student.utwente.nl] > Sent: Monday, March 30, 2009 8:54 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; > DongSoo(Nathaniel) Kim; Toivonen Tuukka.O (Nokia-D/Oul

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-30 Thread Devin Heitmueller
On Tue, Mar 17, 2009 at 11:55 AM, David Wong wrote: > This patch contains the unified driver for Legend Silicon LGS8913 and > LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends > > David T.L. Wong David, The questions you posed tonight on a separate thread about making the xc5000 work w

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 11:03 PM, David Wong wrote: > On Tue, Mar 31, 2009 at 11:46 AM, Devin Heitmueller > wrote: >> On Mon, Mar 30, 2009 at 11:39 PM, David Wong wrote: >>> On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller >>> wrote: On Mon, Mar 30, 2009 at 10:47 PM, David Wong wrote:

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread David Wong
On Tue, Mar 31, 2009 at 11:46 AM, Devin Heitmueller wrote: > On Mon, Mar 30, 2009 at 11:39 PM, David Wong wrote: >> On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller >> wrote: >>> On Mon, Mar 30, 2009 at 10:47 PM, David Wong wrote: Does anyone know how to get XC5000 working for DVB-T, es

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 11:39 PM, David Wong wrote: > On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller > wrote: >> On Mon, Mar 30, 2009 at 10:47 PM, David Wong wrote: >>> Does anyone know how to get XC5000 working for DVB-T, especially 8MHz >>> bandwidth? >>> Current driver only supports ATS

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread David Wong
On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller wrote: > On Mon, Mar 30, 2009 at 10:47 PM, David Wong wrote: >> Does anyone know how to get XC5000 working for DVB-T, especially 8MHz >> bandwidth? >> Current driver only supports ATSC with 6MHz bandwidth only. >> It seems there is a trick at s

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 10:47 PM, David Wong wrote: > Does anyone know how to get XC5000 working for DVB-T, especially 8MHz > bandwidth? > Current driver only supports ATSC with 6MHz bandwidth only. > It seems there is a trick at setting compensated RF frequency. > > DVB-T 8MHz support would prob

XC5000 DVB-T/DMB-TH support

2009-03-30 Thread David Wong
Does anyone know how to get XC5000 working for DVB-T, especially 8MHz bandwidth? Current driver only supports ATSC with 6MHz bandwidth only. It seems there is a trick at setting compensated RF frequency. DVB-T 8MHz support would probably works for DMB-TH, but DMB-TH settings is very welcome. Rega

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-03-30 Thread Andy Walls
On Mon, 2009-03-30 at 13:54 -0700, Trent Piepho wrote: > On Sun, 29 Mar 2009, Andy Walls wrote: > > On Sun, 2009-03-29 at 01:24 -0700, Trent Piepho wrote: > > > wait_event() should take care of this. wait_event(q, test) basically > > > does: > > > > > > for(;;) { > > > // point A > > > add_me

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Antti Palosaari
Olivier MENUEL wrote: Here are my tests : http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : I found why kaffeine was not working : I needed to check all offset checkboxes when scanning. Like Thomas, I get these messages in /var/log/messages when scanning or changing channel : af9015_pid_fil

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Olivier MENUEL
Here are my tests : http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : Mar 31 00:16:27 blastor kernel: [12790.692333] usb 5-4.4: new high speed USB device using ehci_hcd and address 13 Mar 31 00:16:27 blastor kernel: [12790.788517] usb 5-4.4: configuration #1 chosen from 1 choice Mar 31 00:16

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-30 Thread Mauro Carvalho Chehab
On Mon, 30 Mar 2009 23:16:09 +0200 Laurent Pinchart wrote: > Hi Mauro, > > On Monday 30 March 2009 05:49:36 Mauro Carvalho Chehab wrote: > > Hi Laurent, > > > > On Sun, 29 Mar 2009 14:45:07 +0200 > > > > Laurent Pinchart wrote: > > > uvcvideo: Add support for Syntek cameras found in JAOtech Sma

Reading a packet at a time

2009-03-30 Thread Tony Houghton
The DVB API guarantees that read() on a file descriptor on which DMX_SET_FILTER has been called reads one whole section at a time as long as the provided buffer is large enough. Is there a corresponding guarantee for DMX_SET_PES_FILTER ie can I rely on being able to read whole TS or PES packets fro

Re: [review] dsbr100 radio: convert to to v4l2_device

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 19:09:47 Alexey Klimov wrote: > Hello, Hans and Douglas, and others > > This is review version for dsbr100 radio. > Hans, if you can a bit of free time to look and make comments it will be > very good. > > I'm still confused about messages like v4l2_err and about unpluggin

Re: Correct signal strength and SNR output for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Michael Krufky
On Mon, Mar 30, 2009 at 5:37 PM, Dave Johansen wrote: > I am trying to get a MythTV setup working with a DViCO FusionHDTV7 > Dual Express using Mythbuntu 8.10 and I have been able to generate a > channels.conf file using the latest v4l-dvb source code and the scan > utility that comes with the dvb

Re: Correct signal strength and SNR output for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 5:37 PM, Dave Johansen wrote: > I am trying to get a MythTV setup working with a DViCO FusionHDTV7 > Dual Express using Mythbuntu 8.10 and I have been able to generate a > channels.conf file using the latest v4l-dvb source code and the scan > utility that comes with the dvb

Re: [PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-30 Thread Trent Piepho
On Mon, 30 Mar 2009, Hans Verkuil wrote: > On Thursday 26 March 2009 14:22:32 Chaithrika U S wrote: > > + /* one field is displayed configure the next > > + frame if it is available else hold on current > > + frame

Correct signal strength and SNR output for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Dave Johansen
I am trying to get a MythTV setup working with a DViCO FusionHDTV7 Dual Express using Mythbuntu 8.10 and I have been able to generate a channels.conf file using the latest v4l-dvb source code and the scan utility that comes with the dvb-utils in Mythbuntu (the dvbscan utility in latest dvb-apps sou

Status of analog support for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Dave Johansen
>From this thread: http://www.linuxtv.org/pipermail/linux-dvb/2008-September/029432.html It appears that progress was being made on the analog support for the DViCO FusionHDTV7 Dual Express, but the chain of emails appears to have stopped. I just purchased one of these devices and I was wondering w

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-30 Thread Laurent Pinchart
Hi Mauro, On Monday 30 March 2009 05:49:36 Mauro Carvalho Chehab wrote: > Hi Laurent, > > On Sun, 29 Mar 2009 14:45:07 +0200 > > Laurent Pinchart wrote: > > uvcvideo: Add support for Syntek cameras found in JAOtech Smart Terminals > > Please prefer using "make commit" to commit your patches. It w

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Thomas RENARD
Hi, I try http://linuxtv.org/hg/~anttip/af9015_aver_a850/. Here is my /var/log/messages : Mar 30 22:27:57 trubuntu kernel: [ 5020.136029] usb 3-6: new high speed USB device using ehci_hcd and address 3 Mar 30 22:27:57 trubuntu kernel: [ 5020.277506] usb 3-6: configuration #1 chosen from 1 choi

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-03-30 Thread Trent Piepho
On Sun, 29 Mar 2009, Andy Walls wrote: > On Sun, 2009-03-29 at 01:24 -0700, Trent Piepho wrote: > > wait_event() should take care of this. wait_event(q, test) basically does: > > > > for(;;) { > > // point A > > add_me_to_waitqueue(q); > > set_current_state(TASK_UNINTERRUPTIBLE); > >

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Antti Palosaari
Olivier MENUEL wrote: Sorry, I was at work today. I just downloaded the latest version. It works a lot better than the previous one (the device_nums are correct in the af9015.c and it seems the frontend is correctly initialized now). Here is the /var/log/messages : Looks just correct! I tr

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Olivier MENUEL
Sorry, I was at work today. I just downloaded the latest version. It works a lot better than the previous one (the device_nums are correct in the af9015.c and it seems the frontend is correctly initialized now). Here is the /var/log/messages : Mar 30 21:30:26 blastor kernel: [ 2829.680263] usb

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Antti Palosaari
hei, Could someone please test this asap? I am still hoping I can get this 2.6.30 and there is not too much time... http://linuxtv.org/hg/~anttip/af9015_aver_a850/ It must not be big issue anymore to get this working... regards Antti -- http://palosaari.fi/ -- To unsubscribe from this list: s

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

2009-03-30 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 Mar 30 19:00:06 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11317:ff5430b54ac2 gcc version: gcc

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Mark Lord
Hans Verkuil wrote: It's best to wait a bit. Jean Delvare is working on this ir-kbd-i2c driver right now and when he's finished it should be much easier to add this. Most importantly you can add this new i2c address to the cx18 driver rather than add it to the probe_bttv list, which is rather

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 19:06:28 Mark Lord wrote: > Michael Krufky wrote: > > Mark Lord wrote: > >> Michael Krufky wrote: > >>> Hans Verkuil wrote: > Hi Mike, > > The attached patch should be queued for 2.6.29.X. It corresponds to > changeset 11098 (v4l2-common: remove incorrect

[review] dsbr100 radio: convert to to v4l2_device

2009-03-30 Thread Alexey Klimov
Hello, Hans and Douglas, and others This is review version for dsbr100 radio. Hans, if you can a bit of free time to look and make comments it will be very good. I'm still confused about messages like v4l2_err and about unplugging procedure. I tested it with my radio device and it works(unpluggi

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Mark Lord
Michael Krufky wrote: Mark Lord wrote: Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going i

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 16:34:42 Hiremath, Vaibhav wrote: > Hi, > > With reference to the mail-thread started by Sakari on Resizer driver > interface, > > http://marc.info/?l=linux-omap&m=123628392325716&w=2 > > I would like to bring some issues and propose changes to adapt such > devices under V4L

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Mark Lord
Michael Krufky wrote: Mark Lord wrote: Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going

bttv ir patch from Mark Lord

2009-03-30 Thread Michael Krufky
Mark Lord wrote: Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without

Re: Patch for 2.6.29 stable series: remove #ifdef MODULE nonsense

2009-03-30 Thread Mark Lord
Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without this patch loading

Re: Patch for 2.6.29 stable series: remove #ifdef MODULE nonsense

2009-03-30 Thread Michael Krufky
Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without this patch loading ivtv as a module while

Patch for 2.6.29 stable series: remove #ifdef MODULE nonsense

2009-03-30 Thread Hans Verkuil
Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without this patch loading ivtv as a module while v4l2-common is compiled

Fw: patch: s2255drv driver removal problem fixed

2009-03-30 Thread Mauro Carvalho Chehab
C/C to the right mailing list, to allow Patchwork to catch this. Forwarded message: Date: Mon, 30 Mar 2009 07:59:56 -0700 (PDT) From: "Dean A." To: video4linux-l...@redhat.com, mche...@infradead.org Cc: e...@redhat.com, erro...@gmail.com, marcin.slus...@gmail.com Subject: patch: s2255drv driver

[RFC PATCH V2] Add camera (CSI) driver for MX1

2009-03-30 Thread Darius Augulis
From: Paulius Zaleckas Signed-off-by: Paulius Zaleckas --- arch/arm/mach-mx1/Makefile |7 arch/arm/mach-mx1/ksym_mx1.c| 20 + arch/arm/mach-mx1/mx1_camera_fiq.S | 35 + arch/arm/plat-mxc/include/mach/memory.h |8 arch/arm/plat-mxc/inc

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: Check format for S_PARM and G_PARM

2009-03-30 Thread Trent Piepho
On Sun, 29 Mar 2009, Hans Verkuil wrote: > On Sunday 29 March 2009 13:03:13 Trent Piepho wrote: > > How does overlay depend on video capture in any way? It's perfectly > > reasonable for a driver to support _only_ overlay and not video capture. > > The zr36067 chip is only designed to support unco

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Aguirre Rodriguez, Sergio Alberto
Hi Vaibhav, Please find some comments below > -Original Message- > From: Hiremath, Vaibhav > Sent: Monday, March 30, 2009 8:35 AM > To: linux-media@vger.kernel.org > Cc: Aguirre Rodriguez, Sergio Alberto; DongSoo(Nathaniel) Kim; Toivonen > Tuukka.O (Nokia-D/Oulu); linux-o...@vger.kernel.o

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Koen Kooi
Op 30 mrt 2009, om 16:34 heeft Hiremath, Vaibhav het volgende geschreven: Hi, With reference to the mail-thread started by Sakari on Resizer driver interface, http://marc.info/?l=linux-omap&m=123628392325716&w=2 I would like to bring some issues and propose changes to adapt such device

RE: BT656 Support and MMDC support on top of OMAP3EVM

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hiremath, Vaibhav > Sent: Thursday, March 19, 2009 5:57 PM > To: linux-media@vger.kernel.org > Cc: linux-o...@vger.kernel.org; psp_vi...@list.ti.com - Video > discussion list for PSP Video team (May contain non-TIers) > Subject: [PSP_

[PATCH] mt9m001: fix advertised pixel clock polarity

2009-03-30 Thread Guennadi Liakhovetski
MT9M001 datasheet says, that the data is ready on the falling edge of the pixel clock, but the driver wrongly sets the SOCAM_PCLK_SAMPLE_RISING flag. Changing this doesn't seem to produce any visible difference, still, it is better to comply to the datasheet. Reported-by: Sascha Oppermann Signed-

[RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Hi, With reference to the mail-thread started by Sakari on Resizer driver interface, http://marc.info/?l=linux-omap&m=123628392325716&w=2 I would like to bring some issues and propose changes to adapt such devices under V4L2 framework. Sorry for delayed response on this mail-thread, actually I

Re: [PATCH v4] ov772x: add edge contrl support

2009-03-30 Thread Guennadi Liakhovetski
On Mon, 30 Mar 2009, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto > --- > v3 -> v4 > > o comment fix > o change edge ctrl setting order > o considered edge auto control mode and manual control mode > o add DSP auto register comment Ok, I understand more now. So, this edge (whi

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 15:36:42 Daniel Glöckner wrote: > On 03/30/2009 02:50 PM, Hans Verkuil wrote: > > On Monday 30 March 2009 14:12:10 Daniel Glöckner wrote: > >> - valid CRC and line number in digital blanking? > > > > Do you really need to control these? > > Not on this board.. > > > It's

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Daniel Glöckner
On 03/30/2009 02:50 PM, Hans Verkuil wrote: > On Monday 30 March 2009 14:12:10 Daniel Glöckner wrote: >> - valid CRC and line number in digital blanking? > > Do you really need to control these? Not on this board.. > It's a PAL/NTSC encoder, so the standard specified with s_std_output will > map

Re: [PATCH 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-03-30 Thread Hans Verkuil
On Thursday 26 March 2009 14:22:20 Chaithrika U S wrote: > Video Port Interface driver > > Add VPIF driver for DM646x. This code be used by the display and > capture drivers. > > Signed-off-by: Chaithrika U S > --- > Applies to v4l-dvb repository > > drivers/media/video/davinci/vpif.c | 320 +

RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

2009-03-30 Thread Shah, Hardik
Hi Hans, > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Monday, March 30, 2009 6:37 PM > To: Shah, Hardik > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; > Hiremath, Vaibhav > Subject: Re: [PATCH 3/3] V4L2 Driver for OMAP3/3

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 14:12:10 Daniel Glöckner wrote: > On 03/30/2009 12:03 PM, Hans Verkuil wrote: > > What exactly do you need? If there is something missing, then it should be > > added. But my guess is that you can pass such information via the s_routing > > callback. That's what all other

Re: Status of v4l2_subdev conversion

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 14:37:22 Alexey Klimov wrote: > Hello, Hans > > On Sun, Mar 29, 2009 at 4:22 PM, Hans Verkuil wrote: > > Hi Mauro, > > > > For your information, this is the current status: > > > > - Steve Toth tested the HVR-1800 for me, so I've posted the pull request for > > the convert

Re: Status of v4l2_subdev conversion

2009-03-30 Thread Alexey Klimov
Hello, Hans On Sun, Mar 29, 2009 at 4:22 PM, Hans Verkuil wrote: > Hi Mauro, > > For your information, this is the current status: > > - Steve Toth tested the HVR-1800 for me, so I've posted the pull request for > the converted cx23885 driver. > > - The cx88 driver is also finished. I'm waiting f

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Daniel Glöckner
On 03/30/2009 12:03 PM, Hans Verkuil wrote: > What exactly do you need? If there is something missing, then it should be > added. But my guess is that you can pass such information via the s_routing > callback. That's what all other drivers that use v4l2_subdev do. The s_routing callback looks v

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

2009-03-30 Thread Mauro Carvalho Chehab
On Mon, 30 Mar 2009 13:38:51 +0200 Hans Verkuil wrote: > On Monday 30 March 2009 13:31:55 Mauro Carvalho Chehab wrote: > > On Sun, 29 Mar 2009 15:36:46 +0200 > > Hans Verkuil wrote: > > > > > Hi Mauro, > > > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx88 for the > > >

Re: [PATCH 2/3] New V4L2 CIDs for OMAP class of Devices.

2009-03-30 Thread Hans Verkuil
On Friday 20 March 2009 06:19:57 Hardik Shah wrote: > Added V4L2_CID_BG_COLOR for background color setting. > Added V4L2_CID_ROTATION for rotation setting. > Above two ioclts are indepth discussed. Posting > again with the driver usage. > > V4L2 supports chroma keying added new flags for the > sou

Re: [PATCH 1/3] Documentation for new V4L2 CIDs added.

2009-03-30 Thread Hans Verkuil
Hi Hardik, OK, so it took a little longer than a week. So sue me :-) Here is the review:On Friday 20 March 2009 06:19:49 Hardik Shah wrote: > 1. Updated for V4L2_CID_BG_COLOR > 2. Updated for V4L2_CID_ROTATION > Both of the above are discussed in length with community > 3. Updated for new flags a

[PATCH v4] ov772x: add edge contrl support

2009-03-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto --- v3 -> v4 o comment fix o change edge ctrl setting order o considered edge auto control mode and manual control mode o add DSP auto register comment drivers/media/video/ov772x.c | 52 ++--- include/media/ov772x.h |

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

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 13:31:55 Mauro Carvalho Chehab wrote: > On Sun, 29 Mar 2009 15:36:46 +0200 > Hans Verkuil wrote: > > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx88 for the > > following: > > > > - cx88: convert to v4l2_subdev. > > I only noticed

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

2009-03-30 Thread Mauro Carvalho Chehab
On Sun, 29 Mar 2009 15:36:46 +0200 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx88 for the > following: > > - cx88: convert to v4l2_subdev. I only noticed this, when I tried to compile with an old kernel: diff --git a/linux/drivers/media/

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

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 12:20:54 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > following: > > - cx25840: cleanup: remove intermediate 'ioctl' step > - cx18: remove intermediate 'ioctl' step > - v4l: replace 'ioctl' references in v4l i2c d

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

2009-03-30 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - cx25840: cleanup: remove intermediate 'ioctl' step - cx18: remove intermediate 'ioctl' step - v4l: replace 'ioctl' references in v4l i2c drivers - tuner: remove V4L1 code from this driver. - v4l2-subdev:

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 11:56:25 Daniel Glöckner wrote: > On 03/26/2009 04:08 PM, Hans Verkuil wrote: > > I've been working on a new framework for devices like this and almost > > all i2c v4l drivers are now converted to v4l2_subdev in our v4l-dvb > > tree. It will also be merged in 2.6.30. Please

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Daniel Glöckner
On 03/26/2009 04:08 PM, Hans Verkuil wrote: > I've been working on a new framework for devices like this and almost all > i2c v4l drivers are now converted to v4l2_subdev in our v4l-dvb tree. It > will also be merged in 2.6.30. Please take a look at v4l2-framework.txt in > the v4l-dvb repository fo

Re: [Patch] IR support for TeVii S460 DVB-S card

2009-03-30 Thread Bernd Strauß
> -Ursprüngliche Nachricht- > Von: "Igor M. Liplianin" > Gesendet: 29.03.09 09:36:06 > An: Mauro Chehab > Betreff: Re: [Patch] IR support for TeVii S460 DVB-S card [..] > > http://mercurial.intuxication.org/hg/s2-liplianin/rev/c1672468ea88 > Did you see my repository? > Oh, I'm shure,

[PATCH] soc-camera: fix breakage caused by 1fa5ae857bb14f6046205171d98506d8112dd74e

2009-03-30 Thread Guennadi Liakhovetski
soc-camera re-uses struct devices multiple times in calls to device_register(), therefore it has to reset the embedded struct kobject to avoid the "tried to init an initialized object" error, which then also erases its name. Now with the transition to kobject's name for device names, we have to re-

Re: [PATCH v2 4/4] Add support to libv4l to use orientation from VIDIOC_ENUMINPUT

2009-03-30 Thread Hans de Goede
On 03/30/2009 12:28 AM, Adam Baker wrote: Add check to libv4l of the sensor orientation as reported by VIDIOC_ENUMINPUT Signed-off-by: Adam Baker Looks good, thanks. I'll apply this to my libv4l tree, as soon as its certain that the matching kernel changes will go in to the kernel without any