Re: What would be a good time to move subdev drivers to a subdev directory?

2010-03-29 Thread Hans Verkuil
On Monday 29 March 2010 01:08:23 Andy Walls wrote: On Sun, 2010-03-28 at 18:03 +0200, Hans Verkuil wrote: On Sunday 28 March 2010 17:38:31 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: So, let's get some feedback from developers about this again. Whatever decided, we should

Re: [PATCH v2 2/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers - part 1

2010-03-29 Thread Hans Verkuil
Hi Xiaolin, On Sunday 28 March 2010 16:42:30 Zhang, Xiaolin wrote: From 1c18c41be33246e4b766d0e95e28a72dded87475 Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 21:31:24 +0800 Subject: [PATCH 2/10] This patch is second part of intel moorestown isp

[GIT PATCHES FOR 2.6.35] gspca for_2.6.35

2010-03-29 Thread Jean-Francois Moine
Hi Mauro, The following changes since commit 975b06b6c01ba2da4d26a7ba6ea783d5f670aa7d: Jonathan Corbet (1): V4L/DVB: ov7670: silence some compiler warnings are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.35 Costantino Leandro (1): gspca -

Re: What would be a good time to move subdev drivers to a subdev directory?

2010-03-29 Thread Laurent Pinchart
Hi Hans, On Sunday 28 March 2010 12:24:17 Hans Verkuil wrote: Hi Mauro, Currently drivers/media/video is a mix of subdev drivers and bridge/platform drivers. I think it would be good to create a drivers/media/subdev directory where subdev drivers can go. We discussed in the past whether

[PATCH v3 0/2] Mem-to-mem device framework

2010-03-29 Thread Pawel Osciak
Hello, this is the third version of the mem-to-mem memory device framework. It addresses previous comments and issues raised in Norway as well. It is rather independent from videobuf so I believe it can be merged separately. Changes in v3: - streamon, streamoff now have to be called for both

[PATCH v3 1/2] v4l: Add memory-to-memory device helper framework for videobuf.

2010-03-29 Thread Pawel Osciak
A mem-to-mem device is a device that uses memory buffers passed by userspace applications for both their source and destination data. This is different from existing drivers, which utilize memory buffers for either input or output, but not both. In terms of V4L2 such a device would be both of

[PATCH v3 2/2] v4l: Add a mem-to-mem videobuf framework test device.

2010-03-29 Thread Pawel Osciak
This is a virtual device driver for testing the memory-to-memory framework. This virtual device uses in-memory buffers for both its source and destination. It is capable of multi-instance, multi-buffer-per-transaction operation (via the mem2mem framework). Signed-off-by: Pawel Osciak

Re: [PATCH v2 2/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers - part 1

2010-03-29 Thread hermann pitton
Am Montag, den 29.03.2010, 08:40 +0200 schrieb Hans Verkuil: Hi Xiaolin, On Sunday 28 March 2010 16:42:30 Zhang, Xiaolin wrote: From 1c18c41be33246e4b766d0e95e28a72dded87475 Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 21:31:24 +0800

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

2010-03-29 Thread Guennadi Liakhovetski
From 3d5844cb025a6489c80a17aa78f54efceadd03b1 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski g.liakhovet...@gmx.de Date: Wed, 17 Mar 2010 15:21:13 +0100 Subject: [PATCH 1/3] V4L: SuperH Video Output Unit (VOU) driver A number of SuperH Mobile SoCs, including sh7724, include a Video Output

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

2010-03-29 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 g.liakhovet...@gmx.de --- v2 - v3: 1. changed .s_std() method to also support multi-bit standards

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

2010-03-29 Thread Guennadi Liakhovetski
Add platform bindings, GPIO initialisation and allocation and AK8813 reset code to ms7724se. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- v2 - v3: 1. updated to a more recent git snapshot arch/sh/boards/mach-se/7724/setup.c | 90 +++--- 1 files

[PATCH v2] v4l: videobuf: make poll() report proper flags for output video devices

2010-03-29 Thread Pawel Osciak
According to the V4L2 specification, poll() should set POLLOUT | POLLWRNORM flags for output devices after the frame has been displayed. Signed-off-by: Pawel Osciak p.osc...@samsung.com Reviewed-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/videobuf-core.c | 14

[PATCH/RFC 0/1] v4l: Add support for binary controls

2010-03-29 Thread Kamil Debski
Hello, This patch introduces new type of v4l2 control - the binary control. It will be useful for exchanging raw binary data between the user space and the driver/hardware. The patch is pretty small – basically it adds a new control type. 1. Reasons to include this new type - Some devices

[PATCH/RFC 1/1] v4l: Add support for binary controls

2010-03-29 Thread Kamil Debski
This control provides means to exchange raw binary data between the user space and the driver. Signed-off-by: Kamil Debski k.deb...@samsung.com Reviewed-by: Kyungmin Park kyungmin.p...@samsung.com --- Documentation/DocBook/v4l/compat.xml |9

RE: [PATCH v3 0/2] Mem-to-mem device framework

2010-03-29 Thread Hiremath, Vaibhav
-Original Message- From: Pawel Osciak [mailto:p.osc...@samsung.com] Sent: Monday, March 29, 2010 1:07 PM To: linux-media@vger.kernel.org Cc: p.osc...@samsung.com; m.szyprow...@samsung.com; kyungmin.p...@samsung.com; Hiremath, Vaibhav Subject: [PATCH v3 0/2] Mem-to-mem device

Re: [PATCH v3 1/2] v4l: Add memory-to-memory device helper framework for videobuf.

2010-03-29 Thread Andy Walls
On Mon, 2010-03-29 at 09:36 +0200, Pawel Osciak wrote: A mem-to-mem device is a device that uses memory buffers passed by userspace applications for both their source and destination data. This is different from existing drivers, which utilize memory buffers for either input or output, but not

RE: [PATCH v3 0/2] Mem-to-mem device framework

2010-03-29 Thread Hans Verkuil
-Original Message- From: Pawel Osciak [mailto:p.osc...@samsung.com] Sent: Monday, March 29, 2010 1:07 PM To: linux-media@vger.kernel.org Cc: p.osc...@samsung.com; m.szyprow...@samsung.com; kyungmin.p...@samsung.com; Hiremath, Vaibhav Subject: [PATCH v3 0/2] Mem-to-mem device

Re: Kworld Plus TV Hybrid PCI (DVB-T 210SE)

2010-03-29 Thread 0123peter
on Tue, 23 Mar 2010 09:56 am in the Usenet newsgroup gmane.linux.drivers.video-input-infrastructure hermann pitton wrote: Hi Hermann, I've been fixing my PC to the state that it stopped working. Hence the delay. Hi Peter, Am Samstag, den 20.03.2010, 16:20 +1100 schrieb

RE: [PATCH v3 0/2] Mem-to-mem device framework

2010-03-29 Thread Hiremath, Vaibhav
-Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Monday, March 29, 2010 5:36 PM To: Hiremath, Vaibhav Cc: Pawel Osciak; linux-media@vger.kernel.org; m.szyprow...@samsung.com; kyungmin.p...@samsung.com Subject: RE: [PATCH v3 0/2] Mem-to-mem device framework

Re: how to debug radio_i2c_si470x.ko

2010-03-29 Thread deb
deb wrote: Hello, I imported this driver from kernel 2.6.32.7 to 2.6.29 on my SGH-i900. The module is loaded and /dev/i2c-0 is created but I can't see any /dev/radio* Did I miss something ? - Thanks Hello, I moved to kernel 2.6.32 but I still have the same error. How can I get help for

Plextor ConvertX AV100U update; works but have not gotten highest resolution yet

2010-03-29 Thread Don Kramer
Hi all, Good news. I have gotten the Plextor ConvertX AV100U to work in Linux. It's this device: http://www.overclockersonline.net/images/articles/plextor/av100u/large/pcb.jpg with the eMPIA EM2820 chip. It requires this coding addition in em28xx-cards-c: { USB_DEVICE(0x093b, 0xa003),

Re: [PATCH] FusionHDTV: Use quick reads for I2C IR device probing

2010-03-29 Thread Jean Delvare
Can the fix below please be picked quickly? This is a regression, the fix should go upstream ASAP. Thanks. On Fri, 19 Mar 2010 14:42:50 +0100, Jean Delvare wrote: IR support on FusionHDTV cards is broken since kernel 2.6.31. One side effect of the switch to the standard binding model for IR I2C

Re: [patch] video/s255drv: cleanup. remove uneeded NULL check

2010-03-29 Thread David Ellingsworth
I don't have any problems with this patch in particular but would like to note that this driver could use a little refactoring. One thing I noticed just while glancing at the code is that the return value from s2255_probe_v4l is not checked in s2255_probe. As a result the driver could fail to

[PATCH 2/3] tm6000: add gpios to board struct

2010-03-29 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c | 37 + 1 files changed, 28 insertions(+), 9 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c

[PATCH 1/3] tm6000: switch to gpio strcut

2010-03-29 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de switch to a gpio structure Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c | 68 ++-- drivers/staging/tm6000/tm6000.h | 13 ++- 2 files changed, 59 insertions(+),

[PATCH 3/3] tm6000: add gpios for tm6010 generic board

2010-03-29 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-cards.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c

Re: Re: Re: Hauppauge WinTV HVR-900H

2010-03-29 Thread George Tellalov
No, say works, if dvb work. Not more. DVB doesn't work. Well it sort of works, but without image. Using vlc I was able to get the channel list and change channels, but no picture or sound is produced. Teletext presence is detected as well. Debug attached. PS. Sorry for the wrong thread reply,

Re: Hauppauge WinTV HVR-900H

2010-03-29 Thread Stefan Ringel
- Original Nachricht Von: George Tellalov gtella...@bigfoot.com An: linux-media@vger.kernel.org Datum: 29.03.2010 18:58 Betreff: Re: Re: Re: Hauppauge WinTV HVR-900H No, say works, if dvb work. Not more. DVB doesn't work. Well it sort of works, but without image.

Re: Module option adapter_nr

2010-03-29 Thread Tomáš Skočdopole
Hello, I am using the Archlinux distribution and i have four Skystar HD2 cards and one Airstar DVB card in my system. I want to specify adapter numbers for this cards. Order of DVB-S2 cards is not important. So I add this lines into /etc/modprobe.d/modprobe.conf options b2c2-flexcop adapter_nr=0

Re: [GIT PATCHES FOR 2.6.35] V4L1 cleanups

2010-03-29 Thread Hans Verkuil
I added this patch: arv: convert to V4L2 Takeo Takahashi very kindly tested my conversion on this hardware. Much appreciated! Regards, Hans On Thursday 25 March 2010 00:01:09 Hans Verkuil wrote: These patches prepare the way to convert these old drivers to V4L2. I have patches

Re: [PATCH v2] v4l: videobuf: make poll() report proper flags for output video devices

2010-03-29 Thread Hans Verkuil
On Monday 29 March 2010 10:16:31 Pawel Osciak wrote: According to the V4L2 specification, poll() should set POLLOUT | POLLWRNORM flags for output devices after the frame has been displayed. Signed-off-by: Pawel Osciak p.osc...@samsung.com Reviewed-by: Kyungmin Park kyungmin.p...@samsung.com

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

2010-03-29 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 29 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14536:a539e5b68945 git master:

Re: Kworld Plus TV Hybrid PCI (DVB-T 210SE)

2010-03-29 Thread hermann pitton
Hi Peter, Am Montag, den 29.03.2010, 23:10 +1100 schrieb 0123pe...@gmail.com: Hi Hermann, I've been fixing my PC to the state that it stopped working. Hence the delay. Hi Peter, Am Samstag, den 20.03.2010, 16:20 +1100 schrieb 0123pe...@gmail.com: [snip]

Re: Module option adapter_nr

2010-03-29 Thread Janne Grunau
Hi, On Mon, Mar 29, 2010 at 08:41:08PM +0200, Tomáš Skočdopole wrote: I am using the Archlinux distribution and i have four Skystar HD2 cards and one Airstar DVB card in my system. I want to specify adapter numbers for this cards. Order of DVB-S2 cards is not important. So I add this

[PATCH] s2255drv: cleanup of driver disconnect code

2010-03-29 Thread Dean A.
# HG changeset patch # User Dean Anderson d...@sensoray.com # Date 1269899865 25200 # Node ID c437bd6f3659885afbe20ad12857347f0850156b # Parent a539e5b689454b8feb6b5acf5a67516b142c2823 s2255drv: cleanup of driver disconnect code From: Dean Anderson d...@sensoray.com simplifies use of kref in

[PATCH] s2255drv: code cleanup

2010-03-29 Thread Dean A.
# HG changeset patch # User Dean Anderson d...@sensoray.com # Date 1269900678 25200 # Node ID 18586e4ac3ed5972dac2015600f8c21e26c0fc16 # Parent c437bd6f3659885afbe20ad12857347f0850156b s2255drv: code cleanup From: Dean Anderson d...@sensoray.com removal of unused pipe array (of size one).