Re: [PATCH v2 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-09-22 Thread Guennadi Liakhovetski
On Wed, 22 Sep 2010, hermann pitton wrote: Am Mittwoch, den 22.09.2010, 01:23 +0200 schrieb Guennadi Liakhovetski: On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: This is a V4L2 driver for TI OMAP1 SoC camera interface. [snip] + + } else { + dev_warn(dev, %s:

Re: [PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-22 Thread Guennadi Liakhovetski
That's up to the platform maintainer to review / apply this one, but if you like, a couple of nit-picks from me: On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: This patch adds support for SoC camera interface to OMAP1 devices. Created and tested against linux-2.6.36-rc3 on Amstrad Delta.

Re: [PATCH v2 3/6] SoC Camera: add driver for OV6650 sensor

2010-09-22 Thread Guennadi Liakhovetski
Ok, just a couple more comments, all looking quite good so far, if we get a new version soon enough, we still might manage it for 2.6.37 On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: [snip] +/* write a register */ +static int ov6650_reg_write(struct i2c_client *client, u8 reg, u8 val) +{

Problem scanning channels with Terratec S7 (USB-DVBS2)

2010-09-22 Thread Lars Fredriksson
Hi! I have a Terratec S7 (MKII) that I can connect and get it working (almost) with my Mythbuntu. The card get's detected, but I have problems scanning after channels, both with scan and with MythTV, it only finds one or maybe two transponders (there is no problem with dish, my old HVR4000

[RFC/PATCH 0/9] V4L2 FM driver for TI WL127x and WL128x

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com This is third patch set for TI FM driver for TI WiLink chips. It provides FM Receive and Transmit support for TI WL127x and WL128x chips. It also extends V4L2 CIDs to support few FM Receive features. Note: This patch set re-uses new FM RX CID definitions by Nokia

[RFC/PATCH 9/9] Staging:ti-st: Update Kconfig and Makefile for

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com Add new menu option in Kconfig and compilation option in Makefile for TI FM driver. Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/staging/ti-st/Kconfig |8

[RFC/PATCH 4/9] drivers:staging:ti-st: Sources for FM V4L2 interfaces

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[RFC/PATCH 8/9] Documentation:DocBook:v4l: Update the controls.xml

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com Added entries for following 2 new CID's which are added for TI FM driver: - V4L2_CID_RSSI_THRESHOLD - V4L2_CID_TUNE_AF Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[RFC/PATCH 7/9] include:linux:videodev2: Define 2 new CIDs for FM RX

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com Extend V4L2 CID list to support 1) RSSI Threshold 2) Alternative Frequency Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- include/linux/videodev2.h |7 +++ 1

[RFC/PATCH 6/9] drivers:media:video: Adding new CIDs for FM RX ctls

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com Add support for the following new Control IDs (CID) V4L2_CID_RSSI_THRESHOLD - RSSI Threshold V4L2_CID_TUNE_AF- Alternative Frequency Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha

[RFC/PATCH 5/9] drivers:staging:ti-st: Sources for FM common header

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx, and FM TX). Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com --- drivers/staging/ti-st/fm.h| 13

[RFC/PATCH 3/9] drivers:staging:ti-st: Sources for FM TX

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[RFC/PATCH 2/9] drivers:staging:ti-st: Sources for FM RX

2010-09-22 Thread x0130808
From: Raja Mani raja_m...@ti.com This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Raja Mani raja_m...@ti.com Signed-off-by: Pramodh AG pramodh...@ti.com Signed-off-by: Manjunatha Halli x0130...@ti.com ---

[PATCH] ir-core: Fix null dereferences in the protocols sysfs interface

2010-09-22 Thread Brian Rogers
For some cards, ir_dev-props and ir_dev-raw are both NULL. These cards are using built-in IR decoding instead of raw, and can't easily be made to switch protocols. So upon reading /sys/class/rc/rc?/protocols on such a card, return 'builtin' as the supported and enabled protocol. Return -EINVAL on

Re: [linux-dvb] Asus MyCinema P7131 Dual support

2010-09-22 Thread Dejan Rodiger
Hi Herman, here is dmesg output without forcing card=78. As I see it uses card=112, autodetected [ 16.043345] IR RC6 protocol handler initialized [ 16.173473] IR JVC protocol handler initialized [ 16.236641] IR Sony protocol handler initialized [ 16.433187] lirc_dev: IR Remote Control

Re: Fw: [linux-dvb] DSM-CC question

2010-09-22 Thread Suchita Gupta
Hi All, Thanks to everyone for their help. I am able to build a tree from DSMCC carousel. I have done only file, dir and srg messages at the time being as I don't understand the usage of stream and stream event messages at the moment. Can anyone please explain these to me and how can they be

AvertV Hybrid Velor HX Logfile

2010-09-22 Thread Lasse Seebeck
lah...@lahala:~$ dmesg | grep em28xx [ 1761.442492] em28xx: New device USB 2860 Device @ 480 Mbps (eb1a:2860, interface 0, class 0) [ 1761.442673] em28xx #0: chip ID is em2860 [ 1761.570422] em28xx #0: i2c eeprom 00: 1a eb 67 95 1a eb 60 28 c0 00 3e 01 6a 22 00 00 [ 1761.570454] em28xx #0: i2c

Re: [PATCH v2 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-09-22 Thread Janusz Krzysztofik
Wednesday 22 September 2010 01:23:22 Guennadi Liakhovetski napisał(a): On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: This is a V4L2 driver for TI OMAP1 SoC camera interface. Both videobuf-dma versions are supported, contig and sg, selectable with a module option. The former uses less

Re: [PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-22 Thread Janusz Krzysztofik
Wednesday 22 September 2010 08:53:19 Guennadi Liakhovetski napisał(a): That's up to the platform maintainer to review / apply this one, but if you like, a couple of nit-picks from me: Guennadi, Thanks for also looking at this! On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: This patch adds

Re: [PATCH v2 3/6] SoC Camera: add driver for OV6650 sensor

2010-09-22 Thread Janusz Krzysztofik
Wednesday 22 September 2010 11:12:46 Guennadi Liakhovetski napisał(a): Ok, just a couple more comments, all looking quite good so far, if we get a new version soon enough, we still might manage it for 2.6.37 On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: [snip] +/* write a register */

Re: [GIT PATCHES FOR 2.6.37] davinci videobuf fixes

2010-09-22 Thread Mauro Carvalho Chehab
Em 07-09-2010 06:23, Hans Verkuil escreveu: Hi Mauro, The following changes since commit 50b9d21ae2ac1b85be46f1ee5aa1b5e588622361: Jarod Wilson (1): V4L/DVB: mceusb: add two new ASUS device IDs are available in the git repository at:

Re: [GIT PATCHES FOR 2.6.37] davinci videobuf fixes

2010-09-22 Thread Hans Verkuil
On Wednesday, September 22, 2010 20:39:03 Mauro Carvalho Chehab wrote: Em 07-09-2010 06:23, Hans Verkuil escreveu: Hi Mauro, The following changes since commit 50b9d21ae2ac1b85be46f1ee5aa1b5e588622361: Jarod Wilson (1): V4L/DVB: mceusb: add two new ASUS device IDs are

Re: [GIT PULL FOR 2.6.37] new AF9015 devices

2010-09-22 Thread Mauro Carvalho Chehab
Em 09-09-2010 18:12, Antti Palosaari escreveu: Moikka Mauro! This patch series adds support for TerraTec Cinergy T Stick Dual RC and TerraTec Cinergy T Stick RC. Also MxL5007T devices with ref. design IDs should be working. Cinergy T Stick remote is most likely not working since it seems

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-22 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:Wed Sep 22 19:00:11 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [GIT PATCHES FOR 2.6.37] V4L documentation fixes

2010-09-22 Thread Mauro Carvalho Chehab
Em 15-09-2010 04:23, Hans Verkuil escreveu: The following changes since commit 57fef3eb74a04716a8dd18af0ac510ec4f71bc05: Richard Zidlicky (1): V4L/DVB: dvb: fix smscore_getbuffer() logic are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git misc2

Re: [GIT PATCHES FOR 2.6.37] davinci videobuf fixes

2010-09-22 Thread Mauro Carvalho Chehab
Em 22-09-2010 15:49, Hans Verkuil escreveu: On Wednesday, September 22, 2010 20:39:03 Mauro Carvalho Chehab wrote: Em 07-09-2010 06:23, Hans Verkuil escreveu: Hi Mauro, The following changes since commit 50b9d21ae2ac1b85be46f1ee5aa1b5e588622361: Jarod Wilson (1): V4L/DVB: mceusb:

Re: [GIT PATCHES FOR 2.6.37] V4L documentation fixes

2010-09-22 Thread Hans Verkuil
On Wednesday, September 22, 2010 21:42:03 Mauro Carvalho Chehab wrote: Em 15-09-2010 04:23, Hans Verkuil escreveu: The following changes since commit 57fef3eb74a04716a8dd18af0ac510ec4f71bc05: Richard Zidlicky (1): V4L/DVB: dvb: fix smscore_getbuffer() logic are available in

Re: [GIT PATCHES FOR 2.6.37] V4L documentation fixes

2010-09-22 Thread Hans Verkuil
On Wednesday, September 22, 2010 22:06:11 Hans Verkuil wrote: On Wednesday, September 22, 2010 21:42:03 Mauro Carvalho Chehab wrote: Em 15-09-2010 04:23, Hans Verkuil escreveu: The following changes since commit 57fef3eb74a04716a8dd18af0ac510ec4f71bc05: Richard Zidlicky (1):

Re: [GIT PATCHES FOR 2.6.37] V4L documentation fixes

2010-09-22 Thread Mauro Carvalho Chehab
Em 22-09-2010 17:06, Hans Verkuil escreveu: On Wednesday, September 22, 2010 21:42:03 Mauro Carvalho Chehab wrote: Em 15-09-2010 04:23, Hans Verkuil escreveu: The following changes since commit 57fef3eb74a04716a8dd18af0ac510ec4f71bc05: Richard Zidlicky (1): V4L/DVB: dvb: fix

Re: [GIT PATCHES FOR 2.6.37] Remove v4l2-i2c-drv.h and most of i2c-id.h

2010-09-22 Thread Mauro Carvalho Chehab
Em 15-09-2010 17:00, Hans Verkuil escreveu: Mauro, Jean, Janne, This patch series finally retires the hackish v4l2-i2c-drv.h. It served honorably, but now that the hg repository no longer supports kernels 2.6.26 it is time to remove it. Note that this patch series builds on the

[GIT PATCHES FOR 2.6.36] Bug fixes for the uvcvideo driver

2010-09-22 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 67ac062a5138ed446a821051fddd798a01478f85: V4L/DVB: Fix regression for BeholdTV Columbus (2010-08-24 10:39:32 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-stable Laurent Pinchart (2):

Re: [linux-dvb] Asus MyCinema P7131 Dual support

2010-09-22 Thread hermann-pitton
Hi Dejan, - Original Nachricht Von: Dejan Rodiger dejan.rodi...@gmail.com An: hermann pitton hermann-pit...@arcor.de Datum: 22.09.2010 13:20 Betreff: Re: [linux-dvb] Asus MyCinema P7131 Dual support Hi Herman, here is dmesg output without forcing card=78. As I see it

Re: [PATCH v2 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-09-22 Thread hermann pitton
Am Mittwoch, den 22.09.2010, 08:08 +0200 schrieb Guennadi Liakhovetski: On Wed, 22 Sep 2010, hermann pitton wrote: Am Mittwoch, den 22.09.2010, 01:23 +0200 schrieb Guennadi Liakhovetski: On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: This is a V4L2 driver for TI OMAP1 SoC camera

Re: [PATCH v2] tm6000+audio

2010-09-22 Thread Dmitri Belimov
Hi Em 20-09-2010 17:07, Dmitri Belimov escreveu: Hi I rework my last patch for audio and now audio works well. This patch can be submited to GIT tree Quality of audio now is good for SECAM-DK. For other standard I set some value from datasheet need some tests. 1. Fix pcm

Re: [GIT PATCHES FOR 2.6.37] Remove v4l2-i2c-drv.h and most of i2c-id.h

2010-09-22 Thread Mauro Carvalho Chehab
Em 15-09-2010 17:00, Hans Verkuil escreveu: Mauro, Jean, Janne, After applying this patch series I get the following if I grep for I2C_HW_ in the kernel sources: skip some false positives in drivers/gpu drivers/staging/lirc/lirc_zilog.c:#ifdef I2C_HW_B_HDPVR

[PATCH 1/3] V4L/DVB: bttv: Move PV951 IR to the right driver

2010-09-22 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/bt8xx/bttv-i2c.c b/drivers/media/video/bt8xx/bttv-i2c.c index 407fa61..d502f41 100644 --- a/drivers/media/video/bt8xx/bttv-i2c.c +++ b/drivers/media/video/bt8xx/bttv-i2c.c @@ -390,41 +390,3 @@ int __devinit

[PATCH 2/3] V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.c

2010-09-22 Thread Mauro Carvalho Chehab
Move the cx88 specific initialization for Hauppauge XVR remotes into cx88-input, removing the need for test it inside ir-kbd-i2c. The reference at cx88 for this symbol, at: drivers/media/video/cx88/cx88-i2c.c:core-i2c_adap.id = I2C_HW_B_CX2388x; drivers/media/video/cx88/cx88-vp3054-i2c.c:

[PATCH 3/3] V4L/DVB: saa7134: get rid of I2C_HW_SAA7134

2010-09-22 Thread Mauro Carvalho Chehab
The only reason for keeping I2C_HW_SAA7134 is to allow setting a per-device polling interval. Just move this info to the platform data, allowing drivers to change it per device, where needed. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/ir-kbd-i2c.c

[PATCH 0/3] get rid of i2c_adapter.id on ir-kbd-i2c

2010-09-22 Thread Mauro Carvalho Chehab
ir-kdb-i2c needs to check what device called it, just because of two places where this information is used: 1) to fill the structs for Hauppauge XDR remotes on cx88 driver; 2) to set the polling interval for one saa7134 board. On both cases, the better is to just move the initialization to the

Re: [PATCH v2] tm6000+audio

2010-09-22 Thread Mauro Carvalho Chehab
Em 23-09-2010 13:45, Dmitri Belimov escreveu: Hi Em 20-09-2010 17:07, Dmitri Belimov escreveu: Hi I rework my last patch for audio and now audio works well. This patch can be submited to GIT tree Quality of audio now is good for SECAM-DK. For other standard I set some value from

Re: [GIT PATCHES FOR 2.6.37] V4L documentation fixes

2010-09-22 Thread Hans Verkuil
On Wednesday, September 22, 2010 23:17:08 Mauro Carvalho Chehab wrote: Em 22-09-2010 17:06, Hans Verkuil escreveu: On Wednesday, September 22, 2010 21:42:03 Mauro Carvalho Chehab wrote: Em 15-09-2010 04:23, Hans Verkuil escreveu: The following changes since commit

Re: [GIT PATCHES FOR 2.6.37] Remove v4l2-i2c-drv.h and most of i2c-id.h

2010-09-22 Thread Hans Verkuil
On Thursday, September 23, 2010 00:15:17 Mauro Carvalho Chehab wrote: Em 15-09-2010 17:00, Hans Verkuil escreveu: Mauro, Jean, Janne, This patch series finally retires the hackish v4l2-i2c-drv.h. It served honorably, but now that the hg repository no longer supports kernels 2.6.26 it