Re: I wonder the difference with mbus_pixelcode and v4l2_colorspace.

2010-12-07 Thread Hans Verkuil
On Wednesday, December 08, 2010 06:45:36 Kim, HeungJun wrote: > Hi Guennadi, > > I wonder the difference with pixelcode mediabus and v4l2_colorspace. > In mt9m001.c subdev driver, the "format" seems be determined using the > combination pixelcode & colorspace. In the previous kernel version(befor

Re: dose the subdev driver need pm features??

2010-12-07 Thread Hans Verkuil
On Wednesday, December 08, 2010 05:12:22 Kim, HeungJun wrote: > Hi Hans and everyone, > > I wonder if the subdev driver need pm features, like a power-off when suspend > and power-on when resume. > Commonly, It seems alright that the platform driver using this subdev driver > must do such proces

Re: I wonder the difference with mbus_pixelcode and v4l2_colorspace.

2010-12-07 Thread Guennadi Liakhovetski
Hi On Wed, 8 Dec 2010, Kim, HeungJun wrote: > Hi Guennadi, > > I wonder the difference with pixelcode mediabus and v4l2_colorspace. > In mt9m001.c subdev driver, the "format" seems be determined using the > combination pixelcode & colorspace. In the previous kernel > version(before using Media

[no subject]

2010-12-07 Thread Hyunwoong Kim
Hello, I am writing this mail to suggest one thing regarding FIMC H/W setting. You wrote the below code for setting S5P_MSCTRL_FRAME_COUNT as one. cfg |= (S5P_MSCTRL_FRAME_COUNT(1) | S5P_MSCTRL_INPUT_MEMORY); I think it’s better way to set the value of S5P_MSCTRL_FRAME_COUNT as 4. Because, this

[RFC][media] s5p-fimc : Need to modifiy input DMA burst count for FIMC performance.

2010-12-07 Thread Hyunwoong Kim
Hello, I am writing this mail to suggest one thing regarding FIMC H/W setting. You wrote the below code for setting S5P_MSCTRL_FRAME_COUNT as one. cfg |= (S5P_MSCTRL_FRAME_COUNT(1) | S5P_MSCTRL_INPUT_MEMORY); I think it’s better way to set the value of S5P_MSCTRL_FRAME_COUNT as 4. Because, this

RE: [PATCH 2/8] v4l: videobuf2: add generic memory handling routines

2010-12-07 Thread Sewoon Park
Hello~ There are a lot of code changes compared with version5 patch. Some minor comments below. Marek Szyprowski Wrote : > Sent: Monday, December 06, 2010 7:53 PM > To: linux-media@vger.kernel.org > Cc: m.szyprow...@samsung.com; pa...@osciak.com; kyungmin.p...@samsung.com; > andrze...@samsung.com

I wonder the difference with mbus_pixelcode and v4l2_colorspace.

2010-12-07 Thread Kim, HeungJun
Hi Guennadi, I wonder the difference with pixelcode mediabus and v4l2_colorspace. In mt9m001.c subdev driver, the "format" seems be determined using the combination pixelcode & colorspace. In the previous kernel version(before using Media Controller), somtimes the pixelformat is used for definin

dose the subdev driver need pm features??

2010-12-07 Thread Kim, HeungJun
Hi Hans and everyone, I wonder if the subdev driver need pm features, like a power-off when suspend and power-on when resume. Commonly, It seems alright that the platform driver using this subdev driver must do such process. But, thinking deeply, irrelevantly at this dependency of the platform

Re: tm6000 and IR

2010-12-07 Thread Dmitri Belimov
Hi Stefan > Am 06.12.2010 11:02, schrieb Dmitri Belimov: > >>> > >>> Thank you. When I switched to this branch modules is not crash > >>> when USB removed. But disable IR over interrupt after start > >>> video/radio > >>> > >>> With my best regards, Dmitry. > >>> > >> changing the interface config

Re: [PATCH v2] ov9640: fix OmniVision OV9640 sensor driver's I2C remove function

2010-12-07 Thread David Cohen
On Wed, Dec 8, 2010 at 1:15 AM, Guennadi Liakhovetski wrote: > On Wed, 8 Dec 2010, David Cohen wrote: > >> OmniVision OV9640 driver wasn't deallocating properly its private data >> as it was requesting the V4L2 subdev struct address instead of the priv >> struct's one. This patch fixes such proble

Re: [PATCH v2] ov9640: fix OmniVision OV9640 sensor driver's I2C remove function

2010-12-07 Thread Guennadi Liakhovetski
On Wed, 8 Dec 2010, David Cohen wrote: > OmniVision OV9640 driver wasn't deallocating properly its private data > as it was requesting the V4L2 subdev struct address instead of the priv > struct's one. This patch fixes such problem. > > Signed-off-by: David Cohen > --- > drivers/media/video/ov9

Re: [PATCH][Update_for_2.6.38] DM04/QQBOX Frontend attach change.

2010-12-07 Thread Malcolm Priestley
On Fri, 2010-12-03 at 09:32 -0200, Mauro Carvalho Chehab wrote: > Em 27-11-2010 11:13, Malcolm Priestley escreveu: > > Driver Version v1.73 - Frontend attach change. > > To stop double rc registration in multi tuner environment or firmware > > change. > > > > Signed-off-by: Malcolm Priestley > >

[PATCH v2] ov9640: fix OmniVision OV9640 sensor driver's I2C remove function

2010-12-07 Thread David Cohen
OmniVision OV9640 driver wasn't deallocating properly its private data as it was requesting the V4L2 subdev struct address instead of the priv struct's one. This patch fixes such problem. Signed-off-by: David Cohen --- drivers/media/video/ov9640.c |3 ++- 1 files changed, 2 insertions(+), 1

Digital Devices DuoFlex/Octopus DVB-C 2/4/8 Tuner Support

2010-12-07 Thread PC12 Ching
Hello I wanted to know if the Digital Devices DuoFlex CT PCIe TWIN Combo DVB-C DVB-T card is supported. This card has 2 Ports, using one PCIe slot. Additionally it can be extended by 2 tuners to a total of 4 tuners, still using only one PCIe slot. There is also a Octopus version who is able to r

Re: [PATCH 2/2] ov9640: fix OmniVision OV9640 sensor driver's I2C remove function

2010-12-07 Thread David Cohen
Hi, On Tue, Dec 7, 2010 at 11:52 PM, Guennadi Liakhovetski wrote: > Hi David > > On Fri, 3 Dec 2010, David Cohen wrote: > >> OmniVision OV9640 driver wasn't deallocating properly its private data >> as it was requesting the V4L2 subdev struct address instead of the priv >> struct's one. This patc

Re: [PATCH 2/2] ov9640: fix OmniVision OV9640 sensor driver's I2C remove function

2010-12-07 Thread Guennadi Liakhovetski
Hi David On Fri, 3 Dec 2010, David Cohen wrote: > OmniVision OV9640 driver wasn't deallocating properly its private data > as it was requesting the V4L2 subdev struct address instead of the priv > struct's one. This patch fixes such problem. This is a bug-fix, that should go into 2.6.37, but it

Re: [stable] [PATCH] [media] msp3400: fix mute audio regression

2010-12-07 Thread Greg KH
On Thu, Nov 25, 2010 at 02:05:42PM +0100, Hans Verkuil wrote: > This patch applies 2.6.37 commit 0310871d8f71da4ad8643687fbc40f219a0dac4d to > the > 2.6.36 stable series. > > It was just too late to be included in 2.6.36 at the time, but it should be > added > to 2.6.36 since it fixes broken aud

Re: tm6000 and IR

2010-12-07 Thread Stefan Ringel
Am 06.12.2010 11:02, schrieb Dmitri Belimov: Thank you. When I switched to this branch modules is not crash when USB removed. But disable IR over interrupt after start video/radio With my best regards, Dmitry. changing the interface configuration by initiation isoc urb can deactivating the in

[PATCH] gspca/sn9c20x: Fix regression on stv06xx

2010-12-07 Thread Mauro Carvalho Chehab
Regresion caused by: 35680ba V4L/DVB: gspca - main: Handle the audio device Yet another regression caused by 35680ba. Basically, this device has just one alternate, but the alt selection code denys its selection, since the device has audio: gspca: no transfer endpoint found Tested with an USB ID

[PATCH 2/3] [media] gspca/sn9c20x: Get rid of scale "magic" numbers

2010-12-07 Thread Mauro Carvalho Chehab
Use macros for the supported scales, instead of using magic numbers from 0 to 3. Code become cleaner by using macros for it. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c index 1e0f219..e812598 100644 --- a/drivers/m

[PATCH 1/3] [media] gspca/sn9c20x: Test if sensor is really a ov9650

2010-12-07 Thread Mauro Carvalho Chehab
Instead of just assuming a ov9650 sensor based on USB ID, double-check it, by reading the sensor ID. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c index 6b155ae..1e0f219 100644 --- a/drivers/media/video/gspca/sn9c20x.

[PATCH 0/3] Addresses some issues at sn9c20x driver

2010-12-07 Thread Mauro Carvalho Chehab
This patch series address some issues at sn9c20x driver. The first patch double checks if an ov9650 is really present, by reading its ID registers. The second patch is just a cleanup, replacing the magic numbers used inside the device structure by macros, making easier to read the scale logic i

[PATCH 3/3] [media] gspca/sn9c20x: Fix regression o SXGA mode

2010-12-07 Thread Mauro Carvalho Chehab
On SXGA mode, alternate setting 8 should be used. However, the gspca core currently prevents its usage, in order to reserve some bandwidth for audio. Not sure why, since, at least on this USB 2.0 device, we're using 480/800 frames only for ISOC transfers (about 60%). So, there's enough bandwith for

Regression at gspca core affecting SXGA mode on sn9c201 driver

2010-12-07 Thread Mauro Carvalho Chehab
Hi Jean-Fronçois, git commit 35680baa6822df98a6ed602e2380aa0a04e18b07 (see enclosed) caused not only a regression at PS/3 Eye webcam (git commit f43402fa55bf5e7e190c176343015122f694857c), but also at sn9c201 driver, when used on SXGA mode. What happens is that only the highest alternate mode is

DViCO FusionHDTV7 Dual Express I2C write failed

2010-12-07 Thread Mark Zimmerman
Greetings: I have a DViCO FusionHDTV7 Dual Express card that works with 2.6.35 but which fails to initialize with the latest 2.6.36 kernel. The firmware fails to load due to an i2c failure. A search of the archives indicates that this is not the first time this issue has occurred. What can I do t

Re: [PATCH] support of GoTView PCI-E X5 3D Hybrid in cx23885

2010-12-07 Thread 4ernov
Thank you very much, Steven. Hope to test and post updated DVB part soon. 2010/12/7 Steven Toth : > On 12/6/10 3:09 PM, Alexey Chernov wrote: >> Another version of my patch without DVB code. >> >> Some comments: >> 1. Everything initialize properly except radio. >> 2. All analog inputs (TV, compos

Re: [PATCH] support of GoTView PCI-E X5 3D Hybrid in cx23885

2010-12-07 Thread Steven Toth
On 12/6/10 3:09 PM, Alexey Chernov wrote: > Another version of my patch without DVB code. > > Some comments: > 1. Everything initialize properly except radio. > 2. All analog inputs (TV, composite, S-Video) are tested by myself in several > TV norms (SECAM-D, PAL, NTSC), everything work fine. >

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-07 Thread Mark Brown
On Tue, Dec 07, 2010 at 07:11:39PM +0100, Hans Verkuil wrote: > Ah, now I understand what you mean. Would 'activated' be better than 'active'? Better, yes, though it still sounds a bit like something should be actively (IYSWIM) happening. In the absence of better ideas I could go with this. >

Re: [PATCH] support of GoTView PCI-E X5 3D Hybrid in cx23885

2010-12-07 Thread 4ernov
Could anybody confirm this updated version, please? Thanks in advance. 2010/12/6 Alexey Chernov <4er...@gmail.com>: > Another version of my patch without DVB code. > > Some comments: > 1. Everything initialize properly except radio. > 2. All analog inputs (TV, composite, S-Video) are tested by mys

[PATCH -next v2] media: fix em28xx build, needs hardirq.h

2010-12-07 Thread Randy Dunlap
f-by: Randy Dunlap --- drivers/media/video/em28xx/em28xx-vbi.c |1 + 1 file changed, 1 insertion(+) --- linux-next-20101207.orig/drivers/media/video/em28xx/em28xx-vbi.c +++ linux-next-20101207/drivers/media/video/em28xx/em28xx-vbi.c @@ -23,6 +23,7 @@ #include #include +#include #in

Re: [PATCH -next] media: fix em28xx build, needs interrupt.h

2010-12-07 Thread Alexey Dobriyan
On Tue, Dec 07, 2010 at 10:38:15AM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > drivers/media/video/em28xx/em28xx-vbi.c:49: error: implicit declaration of > function 'in_interrupt' > +#include It's defined in hardirq.h. -- To unsubscribe from this list: send the line "unsubscribe linux

Re: MEDIA Kconfig symbols with "unmet direct dependencies"

2010-12-07 Thread Mauro Carvalho Chehab
Em 07-12-2010 05:10, Guennadi Liakhovetski escreveu: > Hi > > I've been getting these since a long time, didn't report, because I > thought everyone has been getting them, so, they would get fixed soon. But > maybe there's something special in my .config, why I'm getting them. > Warnings below,

[PATCH -next] media: fix em28xx build, needs interrupt.h

2010-12-07 Thread Randy Dunlap
From: Randy Dunlap drivers/media/video/em28xx/em28xx-vbi.c:49: error: implicit declaration of function 'in_interrupt' Reported-by: Zimny Lech Signed-off-by: Randy Dunlap --- drivers/media/video/em28xx/em28xx-vbi.c |1 + 1 file changed, 1 insertion(+) --- linux-next-201

[cron job] v4l-dvb daily build: WARNINGS

2010-12-07 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 Dec 7 19:00:17 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version: i6

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-07 Thread Hans Verkuil
On Tuesday, December 07, 2010 18:55:05 Mark Brown wrote: > On Tue, Dec 07, 2010 at 06:13:35PM +0100, Hans Verkuil wrote: > > > Personally I think this is perfectly clear. The original confusion came from > > the word 'active', which I understand means 'streaming' in alsa. By adding > > a 'streamin

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-07 Thread Mark Brown
On Tue, Dec 07, 2010 at 06:13:35PM +0100, Hans Verkuil wrote: > Personally I think this is perfectly clear. The original confusion came from > the word 'active', which I understand means 'streaming' in alsa. By adding > a 'streaming' flag in addition to the active flag I think it will be clear > t

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-07 Thread Hans Verkuil
On Friday, December 03, 2010 15:54:08 Mark Brown wrote: > On Fri, Dec 03, 2010 at 02:50:58PM +0100, Laurent Pinchart wrote: > > On Friday 03 December 2010 13:06:18 Hans Verkuil wrote: > > > > > Just to confirm thinks, Mark's proposal is to replace 'connected' by > > > > 'linked' and 'active' by 'c

[PULL v2] soc-camera 2 fixes for 2.6.37

2010-12-07 Thread Guennadi Liakhovetski
Hi Mauro Please apply 2 fixes for 2.6.37, in fact, both of them would be good for -stable too. The following changes since commit 3561d43fd289f590fdae672e5eb831b8d5cf0bf6: Linux 2.6.37-rc3 (2010-11-21 15:18:56 -0800) are available in the git repository at: git://linuxtv.org/gliakhovetski/v

Re: New media framework user space usage

2010-12-07 Thread Bastian Hecht
Hello, 2010/12/7 Guennadi Liakhovetski : > Hi Bastian > > On Tue, 7 Dec 2010, Bastian Hecht wrote: > >> Hello, >> >> I succesfully got out images reliably. I just the nokia-tree and mixed >> up your mt9t031 and Laurent's mt9t001 code. It's just a barebone that >> gets images in default size. It's

avermedia DVB-S ubuntu 9.10 help

2010-12-07 Thread Kis Norbert
01:07.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1) Subsystem: Avermedia Technologies Inc Device 2155 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+

Re: New media framework user space usage

2010-12-07 Thread Guennadi Liakhovetski
Hi Bastian On Tue, 7 Dec 2010, Bastian Hecht wrote: > Hello, > > I succesfully got out images reliably. I just the nokia-tree and mixed > up your mt9t031 and Laurent's mt9t001 code. It's just a barebone that > gets images in default size. It's not cleaned up yet, but I post what > I have. Thank

Re: New media framework user space usage

2010-12-07 Thread Bastian Hecht
Hello, I succesfully got out images reliably. I just the nokia-tree and mixed up your mt9t031 and Laurent's mt9t001 code. It's just a barebone that gets images in default size. It's not cleaned up yet, but I post what I have. Greetings, Bastian 2010/12/6 Guennadi Liakhovetski : > On Thu, 4 Nov

soc-camera: two fixes (was Re: [PATCH] mx2_camera: fix pixel clock polarity configuration)

2010-12-07 Thread Guennadi Liakhovetski
Mauro Since you still haven't pulled my fixes branch, and I have one more fix, that I've posted a while ago but didn't commit to linuxtv.org. Can I now push it to the same 2.6.37-rc3-fixes branch for you to pull from? Thanks Guennadi On Thu, 2 Dec 2010, Guennadi Liakhovetski wrote: > On Thu,

Offer of a DVB-T USB card for development

2010-12-07 Thread Pedro Côrte-Real
Hi, I've tried a bunch of USB DVB-T cards in Linux and haven't been able to get anything to work. I still have an af9035 based Asus U3100Mini Plus. The wiki lists it as supported: http://linuxtv.org/wiki/index.php/Asus_U3100_Mini_plus_DVB-T But it is only with some strange non-mainline driver an

Re: Hauppauge HVR-2200 analog

2010-12-07 Thread Andy Walls
On Tue, 2010-12-07 at 12:04 +0100, Julian Scheel wrote: > Hi, > > is there any progress on adding analog support to the HVR-2200? > It seems support for the used chipsets in general is already in the kernel? It appears to be in the media_tree.git repository on the staging/for_v2.6.37-rc1 branch:

Re: Kinect sensor and Linux kernel driver.

2010-12-07 Thread Hans de Goede
Hi, On 12/06/2010 10:18 PM, Antonio Ospite wrote: Hi, a first, very simplified, linux kernel driver for the Kinect sensor device is now available, so you now can use it as a ridiculously expensive webcam with any v4l2 application. Here's the code: http://git.ao2.it/gspca_kinect.git/ Great!

Hauppauge HVR-2200 analog

2010-12-07 Thread Julian Scheel
Hi, is there any progress on adding analog support to the HVR-2200? It seems support for the used chipsets in general is already in the kernel? Regards, Julian -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More maj

RE: [PATCH v3 3/3] V4L/DVB: OMAP_VOUT: Use rotation_type to choose between vrfb rotation and no rotation

2010-12-07 Thread Hiremath, Vaibhav
> -Original Message- > From: Taneja, Archit > Sent: Thursday, November 04, 2010 1:26 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Taneja, > Archit > Subject: [PATCH v3 3/3] V4L/DVB: OMAP_VOUT: Use rotation_type to choose > between vrfb rotation

RE: [PATCH v3 2/3] V4L/DVB: OMAP_VOUT: Create a seperate vrfb functions library

2010-12-07 Thread Hiremath, Vaibhav
> -Original Message- > From: Taneja, Archit > Sent: Thursday, November 04, 2010 1:26 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Taneja, > Archit > Subject: [PATCH v3 2/3] V4L/DVB: OMAP_VOUT: Create a seperate vrfb [Hiremath, Vaibhav] Spelling

RE: [PATCH v3 0/3] V4L/DVB: OMAP_VOUT: Allow omap_vout to build without VRFB

2010-12-07 Thread Hiremath, Vaibhav
> -Original Message- > From: Taneja, Archit > Sent: Thursday, November 04, 2010 1:26 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Taneja, > Archit > Subject: [PATCH v3 0/3] V4L/DVB: OMAP_VOUT: Allow omap_vout to build > without VRFB > [Hiremath,

RE: [PATCH v3 1/3] V4L/DVB: OMAP_VOUT: Move some functions and preprocessor defines from omap_vout

2010-12-07 Thread Hiremath, Vaibhav
> -Original Message- > From: Taneja, Archit > Sent: Thursday, November 04, 2010 1:26 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Taneja, > Archit > Subject: [PATCH v3 1/3] V4L/DVB: OMAP_VOUT: Move some functions and > preprocessor defines from

RE: [RFC/PATCH 2/4] [media] s5p-fimc: Porting to videobuf 2

2010-12-07 Thread Sylwester Nawrocki
Hi Jonghun, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Jonghun Han > Sent: Tuesday, December 07, 2010 7:12 AM > To: 'Sylwester Nawrocki'; linux-media@vger.kernel.org; linux-samsung- > s...@vger.kernel.org > Cc: