Re: media0 not showing up on beagleboard-xm

2011-11-09 Thread Laurent Pinchart
Hi Chris, On Wednesday 09 November 2011 03:53:58 Chris Whittenburg wrote: On Tue, Nov 8, 2011 at 6:42 AM, Laurent Pinchart wrote: On Tuesday 08 November 2011 03:03:43 Chris Whittenburg wrote: On Mon, Nov 7, 2011 at 5:14 AM, Laurent Pinchart wrote: On Monday 07 November 2011 12:08:15 Gary

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Mauro Carvalho Chehab
Em 08-11-2011 21:54, Antti Palosaari escreveu: Function that splits and sends most typical I2C register write. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-core/Makefile |2 +- drivers/media/dvb/dvb-core/dvb_generic.c | 48

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Jean Delvare
On Wed, 09 Nov 2011 07:56:13 -0200, Mauro Carvalho Chehab wrote: Em 08-11-2011 21:54, Antti Palosaari escreveu: Function that splits and sends most typical I2C register write. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-core/Makefile |2 +-

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Antti Palosaari
On 11/09/2011 11:56 AM, Mauro Carvalho Chehab wrote: Due to the way I2C locks are bound, doing something like the above and something like: struct i2c_msg msg[2] = { { .addr = i2c_cfg-addr, .flags = 0, .buf = buf, }, {

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Jean Delvare
On Wed, 09 Nov 2011 12:41:36 +0200, Antti Palosaari wrote: On 11/09/2011 11:56 AM, Mauro Carvalho Chehab wrote: Due to the way I2C locks are bound, doing something like the above and something like: struct i2c_msg msg[2] = { { .addr = i2c_cfg-addr,

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Antti Palosaari
On 11/09/2011 12:37 PM, Jean Delvare wrote: On Wed, 09 Nov 2011 07:56:13 -0200, Mauro Carvalho Chehab wrote: ret = i2c_transfer(i2c_cfg-adapter, msg, 2); Produces a different result. In the latter case, I2C core avoids having any other transaction in the middle of the 2 messages. This

Re: Using MT9P031 digital sensor

2011-11-09 Thread Gary Thomas
On 2011-11-08 17:54, Laurent Pinchart wrote: Hi Gary, On Tuesday 08 November 2011 14:38:55 Gary Thomas wrote: On 2011-11-08 06:06, Laurent Pinchart wrote: On Tuesday 08 November 2011 13:52:25 Gary Thomas wrote: On 2011-11-08 05:30, Javier Martinez Canillas wrote: On Tue, Nov 8, 2011 at 1:20

[PATCH 1/1] rc: Fix redrat3_transmit_ir to use unsigned

2011-11-09 Thread Andrew Vincer
As per 5588dc2, change arguments of redrat3_transmit_ir to unsigned and update code to treat last arg as number of ints rather than number of bytes Signed-off-by: Andrew Vincer and...@redrat.co.uk --- drivers/media/rc/redrat3.c |8 1 files changed, 4 insertions(+), 4 deletions(-)

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Mauro Carvalho Chehab
Em 09-11-2011 08:37, Jean Delvare escreveu: On Wed, 09 Nov 2011 07:56:13 -0200, Mauro Carvalho Chehab wrote: Em 08-11-2011 21:54, Antti Palosaari escreveu: Function that splits and sends most typical I2C register write. Signed-off-by: Antti Palosaari cr...@iki.fi ---

[GIT PULL for v3.2-rc2] media fixes

2011-11-09 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus For a few V4L2 core and driver fixes, and one MAINTAINERS update for the s5p driver. Thanks! Mauro - Latest commit at the branch: 1249a3a82d08d73ece65ae79e0553cd0f3407a15 [media]

RE: [PATCH] omap_vout: fix section mismatch

2011-11-09 Thread Hiremath, Vaibhav
-Original Message- From: Valkeinen, Tomi Sent: Tuesday, November 08, 2011 8:54 PM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org; Taneja, Archit Subject: RE: [PATCH] omap_vout: fix section mismatch On Tue, 2011-11-08 at 15:15 +, Hiremath, Vaibhav wrote: I am not

Re: Daily build update

2011-11-09 Thread Andy Walls
On Tue, 2011-11-08 at 11:32 +0100, Hans Verkuil wrote: Hi all, I've managed to get the daily build working again with the for_v3.3 branch and with the full range of kernels from 2.6.31 to 3.2-rc1. Thank you! (The personal time devoted to clean-up should never be thankless.) Regards, Andy

重要文件39696779

2011-11-09 Thread ztlgycwgh
23:43:57你好,我们公 司有发 e票可以优 惠对外D开,普通、增值、服务、商业等发z 票,(可以验证后付c款)本信 息长 期有效,联c系方式请做保留备需要时用,联 系人;^周 小姐159-1988-6069(期 待与你的合 作)·家电卖场即将重回“无补贴时代” N�r��yb�X��ǧv�^�)޺{.n�+{���bj)w*jg����ݢj/���z�ޖ��2�ޙ�)ߡ�a�����G���h��j:+v���w��٥

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Antti Palosaari
Hello, I compared all I2C-client drivers I have done and here are the results: name = name of driver module reg = reg addr len (bytes) val = reg val len (bytes) auto = auto increment other = register banks, etc. name reg val auto other qt1010 11? af9013 21Y

Re: Using MT9P031 digital sensor

2011-11-09 Thread Laurent Pinchart
Hi Gary, On Wednesday 09 November 2011 12:01:34 Gary Thomas wrote: On 2011-11-08 17:54, Laurent Pinchart wrote: On Tuesday 08 November 2011 14:38:55 Gary Thomas wrote: On 2011-11-08 06:06, Laurent Pinchart wrote: On Tuesday 08 November 2011 13:52:25 Gary Thomas wrote: On 2011-11-08

Re: Using MT9P031 digital sensor

2011-11-09 Thread Gary Thomas
On 2011-11-09 09:18, Laurent Pinchart wrote: Hi Gary, On Wednesday 09 November 2011 12:01:34 Gary Thomas wrote: On 2011-11-08 17:54, Laurent Pinchart wrote: On Tuesday 08 November 2011 14:38:55 Gary Thomas wrote: On 2011-11-08 06:06, Laurent Pinchart wrote: On Tuesday 08 November 2011

[PATCH] [media] video: Drop undue references to i2c-algo-bit

2011-11-09 Thread Jean Delvare
There's one comment that has been copied from bttv to many other media/video drivers: /* init + register i2c algo-bit adapter */ Meanwhile, many drivers use hardware I2C implementations instead of relying on i2c-algo-bit, so this comment is misleading. Remove the reference to algo-bit from all

cron job: media_tree daily build: ERRORS

2011-11-09 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Wed Nov 9 19:00:17 CET 2011 git hash:e9eb0dadba932940f721f9d27544a7818b2fa1c5 gcc version: i686-linux-gcc

DVBv5 frontend library

2011-11-09 Thread Mauro Carvalho Chehab
Hi, As I've commented with some at the KS, I started writing a new DVB library, based on DVBv5. It is currently at very early stages. Help and suggestions are welcome. It is at: http://git.linuxtv.org/mchehab/experimental-v4l-utils.git/shortlog/refs/heads/dvb-utils It currently

[PATCH] Mygica X8507

2011-11-09 Thread Alfredo Jesús Delaiti
Hi This patch supports card Mygica X8507 (analog part) This controller is a copy of driver card Mygica X8506 This patch depends on patch cx23885-alsa http://git.linuxtv.org/liplianin/media_tree.git/shortlog/refs/heads/cx23885-alsa-clean-2 To do: FM, ISDB-t, remote control, audio for

Re: [RFC 1/2] dvb-core: add generic helper function for I2C register

2011-11-09 Thread Malcolm Priestley
On 09/11/11 10:52, Jean Delvare wrote: On Wed, 09 Nov 2011 12:41:36 +0200, Antti Palosaari wrote: On 11/09/2011 11:56 AM, Mauro Carvalho Chehab wrote: Due to the way I2C locks are bound, doing something like the above and something like: struct i2c_msg msg[2] = { {

Hauppauge HVR900H don't work with kernel 3.*

2011-11-09 Thread Norret Thierry
Hello, I have this card http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-900H and use gentoo Since I upgrade my kernel from 2.6.38 to 3.* scan for channel doesn't work and channels can't be lock The modules (tm6000) are load, the firmware (xc3028L-v36.fw) is copied to /lib/firmware,

Re: [KS workshop follow-up] multiple sensor contexts

2011-11-09 Thread Sylwester Nawrocki
Hi Guennadi, On 11/07/2011 05:17 PM, Guennadi Liakhovetski wrote: Hi all At the V4L/DVB workshop in Prague a couple of weeks ago possible merits of supporting multiple camera sensor contexts have been discussed. Such contexts are often promoted by camera manufacturers as a hardware

Re: [KS workshop follow-up] multiple sensor contexts

2011-11-09 Thread Guennadi Liakhovetski
On Wed, 9 Nov 2011, Sylwester Nawrocki wrote: Hi Guennadi, On 11/07/2011 05:17 PM, Guennadi Liakhovetski wrote: Hi all At the V4L/DVB workshop in Prague a couple of weeks ago possible merits of supporting multiple camera sensor contexts have been discussed. Such contexts are often

DAB+ prague and terratec noxon dab stick support

2011-11-09 Thread Lars Schotte
well, i see that there has been some v4l workshop in prague. there are two things in prague that are relevant: 1.) they have a testing DVB-T2 mux running 2.) they have DAB/DAB+ mux running i have a terratec noxon dab stick. it doesnt run on windows well, but it is a terratec

Re: [RFC 2/2] tda18218: use generic dvb_wr_regs()

2011-11-09 Thread tvboxspy
On 08/11/11 23:59, Antti Palosaari wrote: Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/common/tuners/tda18218.c | 69 +- drivers/media/common/tuners/tda18218_priv.h | 3 + 2 files changed, 17 insertions(+), 55 deletions(-) diff --git

Re: [RFC 2/2] tda18218: use generic dvb_wr_regs()

2011-11-09 Thread Antti Palosaari
On 11/10/2011 12:06 AM, tvboxspy wrote: The only thing I am not sure is whether devices such as af9013 are keeping their gate control continuously open through the write operations and not timing out. This applies to tda18218, mxl5005s and other tuners, which have multipliable writes with no

Re: Hauppauge HVR900H don't work with kernel 3.*

2011-11-09 Thread Lars Schotte
i dont know about digital, but to me it crashes the USB probe after connect-disconnect-reconnect. after that, it doesnt notice any changes in connected USB devices and need to restart. it may be possible, that there is some module hanging in there, because i get the same problem when i have femon

Re: [RFC 2/2] tda18218: use generic dvb_wr_regs()

2011-11-09 Thread Antti Palosaari
Hello After today discussion I think at least following configuration options could be possible: address len, for format msg register value len, for format msg max write len, for splitting max read len, for splitting option for repeated start, for splitting conditional error logging callback

Re: DVBv5 frontend library

2011-11-09 Thread Rémi Denis-Courmont
Hello kernel-space friends, On Wed, 09 Nov 2011 17:01:59 -0200, Mauro Carvalho Chehab mche...@redhat.com wrote: As I've commented with some at the KS, I started writing a new DVB library, based on DVBv5. It is currently at very early stages. Help and suggestions are welcome. It