Re: [PATCH -next] v4l2: handle unregister for non-I2C builds

2009-05-21 Thread Paul Mundt
On Mon, May 11, 2009 at 09:37:41AM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Build fails when CONFIG_I2C=n, so handle that case in the if block: > > drivers/built-in.o: In function `v4l2_device_unregister': > (.text+0x157821): undefined reference to `i2c_unregister_device' > > Signed-

RE: [PATCH v3 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-05-21 Thread chaithrika
Hans, > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Thursday, May 21, 2009 7:45 PM > To: chaithrika > Cc: linux-media@vger.kernel.org; davinci-linux-open- > sou...@linux.davincidsp.com; 'Manjunath Hadli'; 'Brijesh Jadav' > Subject: Re: [PATCH v3 0/4] ARM: Da

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-21 Thread Michael Krufky
On Thu, May 21, 2009 at 6:30 PM, hermann pitton wrote: > Hi, > > Am Donnerstag, den 21.05.2009, 08:53 -0400 schrieb Michael Krufky: >> On Thu, May 21, 2009 at 8:51 AM, Michael Krufky >> wrote: >> > On Thu, May 21, 2009 at 2:44 AM, Oldrich Jedlicka >> > wrote: >> >> >> >> Hi Mike, >> >> >> >> On

Re: [PULL] http://kernellabs.com/hg/~stoth/tda10048-merge/

2009-05-21 Thread Mike Isely
I see no issues here with the pvrusb2 part of it... Acked-by: Mike Isely On Wed, 20 May 2009, Steven Toth wrote: > Mauro, > > Please pull from http://kernellabs.com/hg/~stoth/tda10048-merge/ > >- TDA10048: Ensure the I/F changes during DVB-T 6/7/8 bandwidth changes. >- cx23885: Ens

[PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes

2009-05-21 Thread Devin Heitmueller
Hello Mauro, Please pull from http://kernellabs.com/hg/~dheitmueller/misc-fixes for the following: em28xx: don't create the audio device if no onboard audio processor em28xx: Add support for the K-World 2800d au0828: Don't let device work unless connected to a high speed USB port em28xx: Don't le

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-21 Thread Dongsoo, Nathaniel Kim
Hi Hans, On Thu, May 21, 2009 at 9:07 PM, Hans Verkuil wrote: > On Wednesday 20 May 2009 13:48:08 Dongsoo, Nathaniel Kim wrote: >> Hello everyone, >> >> Doing a new camera interface driver job of new AP from Samsung, a >> single little question doesn't stop making me confused. >> The camera IP i

Re: [PATCH] FM1216ME_MK3 some changes

2009-05-21 Thread hermann pitton
Am Donnerstag, den 14.05.2009, 03:10 +0200 schrieb hermann pitton: > Hi Dmitry :) [snip] > > That depends on how up to date the app is, once selected, even per > channel, you don't have to do this ever again and don't need any insmod > options at all currently. > > I recently tried to keep it f

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-21 Thread hermann pitton
Hi, Am Donnerstag, den 21.05.2009, 08:53 -0400 schrieb Michael Krufky: > On Thu, May 21, 2009 at 8:51 AM, Michael Krufky > wrote: > > On Thu, May 21, 2009 at 2:44 AM, Oldrich Jedlicka > > wrote: > >> > >> Hi Mike, > >> > >> On Wednesday 20 of May 2009 at 21:57:15, Michael Krufky wrote: > >> > I

Re: Leadtek Winfast DTV-1000S

2009-05-21 Thread Michael Krufky
On Thu, May 21, 2009 at 10:04 AM, Brad Allen wrote: > > > --- mkru...@linuxtv.org wrote: > > From: Michael Krufky > To: bra...@tranceaddict.net > Subject: Re: Leadtek Winfast DTV-1000S > Date: Wed, 20 May 2009 18:09:34 -0400 > > On Tue, May 19, 2009 at 3:50 AM, Brad Allen wrote: >> Dear Michael,

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

2009-05-21 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 May 21 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11824:315bc4b65b4f gcc version: gcc

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-21 Thread Guennadi Liakhovetski
Hi Hans, On Thu, 21 May 2009, Hans Verkuil wrote: > On Friday 15 May 2009 19:20:10 Guennadi Liakhovetski wrote: > > Introduce a function similar to v4l2_i2c_new_subdev() but taking a > > pointer to a struct i2c_board_info as a parameter instead of a client > > type and an I2C address, and make v4

Re: Hauppauge HVR 1110 and DVB

2009-05-21 Thread Michael Krufky
On Thu, May 21, 2009 at 10:13 AM, Antonio Beamud Montero wrote: > Thanks for the patch. Seems to load fine, the problem arises when try load > the firmware. [snip] > DVB: registering new adapter (saa7133[0]) > DVB: registering adapter 0 frontend 0 (NXP TDA10048HN DVB-T)... > tda10048_firmware_uplo

Re: Leadtek Winfast DTV-1000S

2009-05-21 Thread Brad Allen
--- mkru...@linuxtv.org wrote: From: Michael Krufky To: bra...@tranceaddict.net Subject: Re: Leadtek Winfast DTV-1000S Date: Wed, 20 May 2009 18:09:34 -0400 On Tue, May 19, 2009 at 3:50 AM, Brad Allen wrote: > Dear Michael, > > Ive just bought a Leadtek Winfast DTV-1000S (18271, 14008, 7130 c

Re: [PATCH v3 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-05-21 Thread Hans Verkuil
On Thursday 21 May 2009 08:12:57 chaithrika wrote: > Hi All, > > Do you have any review comments on this patch set? Reviewed-by: Hans Verkuil I'm happy with these patches! There is one thing that can be improved, though. It is really an enhancement and does not prevent this from being merged.

Re: Hauppauge HVR 1110 and DVB

2009-05-21 Thread Antonio Beamud Montero
Michael Krufky escribió: On Wed, May 20, 2009 at 11:42 AM, Antonio Beamud Montero wrote: Michael Krufky escribió: On Tue, May 19, 2009 at 6:29 AM, Antonio Beamud Montero Hello, I specifically left out the DVB support for this device. To be honest, I didn't know that this board was a

Re: [PATCH v3 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-21 Thread Hans Verkuil
On Thursday 14 May 2009 13:46:54 Eduardo Valentin wrote: > Hello all, > > I'm resending the FM transmitter driver and the proposed changes in > v4l2 api files in order to cover the fmtx extended controls class. > > It is basically the same series of version #2. However I rewrote it > to add the

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-21 Thread Hans Verkuil
On Friday 15 May 2009 19:20:10 Guennadi Liakhovetski wrote: > Introduce a function similar to v4l2_i2c_new_subdev() but taking a > pointer to a struct i2c_board_info as a parameter instead of a client > type and an I2C address, and make v4l2_i2c_new_subdev() a wrapper around > it. > > Signed-off-by

Re: [RFC 09/10 v2] v4l2-subdev: re-add s_standby to v4l2_subdev_core_ops

2009-05-21 Thread Hans Verkuil
On Friday 15 May 2009 19:20:18 Guennadi Liakhovetski wrote: > NOT FOR SUBMISSION. Probably, another solution has to be found. > soc-camera drivers need an .init() (marked as "don't use") and a .halt() > methods. > > Signed-off-by: Guennadi Liakhovetski > --- > > Hans, you moved s_standby to tuner_

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-21 Thread Michael Krufky
On Thu, May 21, 2009 at 8:51 AM, Michael Krufky wrote: > On Thu, May 21, 2009 at 2:44 AM, Oldrich Jedlicka > wrote: >> >> Hi Mike, >> >> On Wednesday 20 of May 2009 at 21:57:15, Michael Krufky wrote: >> > I have discovered a bug in the saa7134 driver inside the function, >> > "saa7134_i2c_xfer" >

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-21 Thread Hans Verkuil
On Wednesday 20 May 2009 13:48:08 Dongsoo, Nathaniel Kim wrote: > Hello everyone, > > Doing a new camera interface driver job of new AP from Samsung, a > single little question doesn't stop making me confused. > The camera IP in Samsung application processor supports for two of > output paths, like

analog support for YUAN High-Tech STK7700PH

2009-05-21 Thread Roshan karki
Hello, I have YUAN High-Tech STK7700PH with usb id Bus 002 Device 002: ID 1164:1f08 YUAN High-Tech Development Co., Ltd The DVB support for this device is out of the box in Ubuntu but I need analog support as there is no DVB in my country Nepal. Radio also doesn't work. Is there any chance

Re: [PATCH 0/2] V4L: Add BCM2048 radio driver

2009-05-21 Thread Hans Verkuil
On Tuesday 19 May 2009 10:09:09 Eero Nurkkala wrote: > On Tue, 2009-05-12 at 09:10 +0200, ext Hans Verkuil wrote: > > On Tuesday 12 May 2009 09:03:42 Eero Nurkkala wrote: > > > On Tue, 2009-05-12 at 08:51 +0200, ext Hans Verkuil wrote: > > > > I recommend that you move the RDS decoder code into an

Re: [linux-media] [DVB] compiling av7110 firmware into driver fails

2009-05-21 Thread Klaus Schmidinger
On 05/18/09 22:33, Klaus Schmidinger wrote: > I always compile the current av7110 firmware into my driver, > so that I can have different driver/firmware versions to test > with. This used to work by doing > > CONFIG_DVB_AV7110_FIRMWARE=y > CONFIG_DVB_AV7110_FIRMWARE_FILE="/home/kls/vdr/firmware/F

Re: how to mmap in videobuf-dma-sg.c

2009-05-21 Thread Figo.zhang
On Thu, 2009-05-21 at 07:35 -0300, Mauro Carvalho Chehab wrote: > Em Thu, 21 May 2009 12:46:04 +0800 > "Figo.zhang" escreveu: > > > hi,all, > > I am puzzle that how to mmap ( V4L2_MEMORY_MMAP) in videobuf-dma-sg.c? > > > > In this file, it alloc the momery using vmalloc_32() , and put this > >

Re: how to mmap in videobuf-dma-sg.c

2009-05-21 Thread Mauro Carvalho Chehab
Em Thu, 21 May 2009 12:46:04 +0800 "Figo.zhang" escreveu: > hi,all, > I am puzzle that how to mmap ( V4L2_MEMORY_MMAP) in videobuf-dma-sg.c? > > In this file, it alloc the momery using vmalloc_32() , and put this > momery into sglist table,and then use dma_map_sg() to create sg dma at > __video

Re: [PATCH 0/3] Convert SuperH camera-enabled platforms to soc-camera as platform_device

2009-05-21 Thread Magnus Damm
On Wed, May 13, 2009 at 12:13 AM, Guennadi Liakhovetski wrote: > Now that soc-camera compatibility patch is in the mainline, we can convert > all platforms to the new scheme. This patch series converts SuperH boards. > Unfortunately, the first patch has to also (slightly) modify two camera > drive