[patch] [media] saa7164: poll mask set incorrectly

2010-11-23 Thread Dan Carpenter
list_first_entry() always returns non-null here. I think the intent was to test whether there were any entries in the used list. Signed-off-by: Dan Carpenter --- I don't have this hardware so I can't test this. Please check carefully. diff --git a/drivers/media/video/saa7164/saa7164-encoder.c

Re: Media framework backwards compatibility

2010-11-23 Thread Lane Brooks
Laurent, Thanks for the quick feedback. See my comments below: On 11/23/2010 04:45 PM, Laurent Pinchart wrote: On Tuesday 23 November 2010 23:29:10 Lane Brooks wrote:Laurent, If the links are setup to the resizer, then it seems that user space applications should be able to talk the resizer ou

Re: Media framework backwards compatibility

2010-11-23 Thread Laurent Pinchart
Hi Lane, On Tuesday 23 November 2010 23:29:10 Lane Brooks wrote: > Laurent, > > Things in general are working with our camera implementation using the > OMAP ISP module. There is, however, a lingering issue that I now need to > work out regarding the fact that most user space applications do not

Re: issues with af9015

2010-11-23 Thread Damjan Marion
On Nov 12, 2010, at 9:32 PM, Damjan Marion wrote: > > Hi, > > I have same issue with two different af9015 cards made by 2 different > manufacturers with 2 different frontends. > > When card is used with tvheadend software which constantly does idle > scanning, after 1-2 days it starts showing

Media framework backwards compatibility

2010-11-23 Thread Lane Brooks
Laurent, Things in general are working with our camera implementation using the OMAP ISP module. There is, however, a lingering issue that I now need to work out regarding the fact that most user space applications do not work with our camera because of the new media framework. Currently, th

Re: Thoughts about suspending DVB C PCI device transparently

2010-11-23 Thread Marko Ristola
Hi. Thank you for noticing my old email. My observation of working suspend/resume implementation was, that the needed amount of code for suspend and resume functions was very small and easy. I reorganized mantis_pci.c so that both module initialization and suspend/resume could use the same func

[PATCH] media: fix casting issues in timberdale logiwin

2010-11-23 Thread Jarod Wilson
I get warnings about casting to and from pointers and integers of different sizes w/current code, this silences them. Signed-off-by: Jarod Wilson --- drivers/media/video/timblogiw.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/timblogiw.c b/dr

Re: [linux-dvb] [bug] AF9015 message "WARNING: >>> tuning failed!!!"

2010-11-23 Thread Paul Gover
On Wednesday 06 October 2010 22:29:35 Antti Palosaari wrote: > On 10/06/2010 11:36 PM, dave cunningham wrote: > > In message <4cacd0f3.6030...@iki.fi>, Antti Palosaari wrote > > > >> It is QT1010 tuner driver issue. None is working for that currently or > >> in near future. Feel free to fix :] > >

Re: DVB-T2 tuner dismantled: PCTV Nanostick T2 290e

2010-11-23 Thread Steve Kerrison
Quick correction: The tuner is TDA18271HDC2 not TDA18271HDA2; it's dark and I'm tired. Photos are now available at http://www.stevekerrison.com/290e/pics.html The most interesting are the two PCB shots. Tuner: http://www.stevekerrison.com/290e/img/tuner.jpg Controller/Demod: http://www.steveker

[cron job] v4l-dvb daily build: WARNINGS

2010-11-23 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 Nov 23 19:00:22 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version: i6

DVB-T2 tuner dismantled: PCTV Nanostick T2 290e

2010-11-23 Thread Steve Kerrison
Hello everyone, One of these arrived at my door today, the world's first USB DVB-T2 tuner. So PCs can finally receive Freeview HD here in the UK... but only on Windows. My experience with Linux kernel development is more or less zilch - more of a spectator sport for me, although I've been subscri

Re: linux-next: Tree for November 23

2010-11-23 Thread Anca Emanuel
Stephen, It is possible to have an automatic test report for (in)successful boot on major 5 distributions ? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

Re: linux-next: Tree for November 23

2010-11-23 Thread Anca Emanuel
I get an panic from this version on my PC. Last time I checked was something like 10 days ago (running "next" fine). Kernel 2.6.37-rc3 running ok here, Intel Core Duo, Ubuntu 10.10. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.

Re: [PATCH FOR 2.6.37] Revert "V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bit"

2010-11-23 Thread Laurent Pinchart
Hi Hans, On Tuesday 23 November 2010 10:47:10 Hans Verkuil wrote: > On Tuesday, November 23, 2010 01:21:45 Laurent Pinchart wrote: > > On Tuesday 23 November 2010 01:14:28 Hans Verkuil wrote: > > > On Monday, November 22, 2010 12:20:25 Hans Verkuil wrote: > > > > On Monday, November 22, 2010 11:21

Re: linux-next: Tree for November 23

2010-11-23 Thread Zimny Lech
Slawa, 2010/11/23 Stephen Rothwell : > Hi all, > > Changes since 20101122: WARNING: modpost: Found 14 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK include/generated/compile.h UPD include/generated/compi

ir-kbd-i2c.c: Multiple events from single keypress

2010-11-23 Thread Pavel Hofman
Hi, The remote Control coming with Hauppauge HVR1110 (module ir-kbd-i2c, the gray model hauppauge=1) produces multiple events from single even short key presses on archlinux, kernel 2.6.35. The variable old in struct IR_i2c: /* Used to avoid fast repeating */ unsigned char old;

Re: [PATCH FOR 2.6.37] Revert "V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bit"

2010-11-23 Thread Hans Verkuil
On Tuesday, November 23, 2010 01:21:45 Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 23 November 2010 01:14:28 Hans Verkuil wrote: > > On Monday, November 22, 2010 12:20:25 Hans Verkuil wrote: > > > On Monday, November 22, 2010 11:21:27 Laurent Pinchart wrote: > > > > Removing the mutex_lock/u

Re: [omap3isp RFC][RESEND PATCH v2 0/4] Improve inter subdev interaction

2010-11-23 Thread David Cohen
Hi Sergio, On Mon, Nov 22, 2010 at 08:53:53PM +0100, ext Sergio Aguirre wrote: > (Resending...) > > Hi, > > These are some patches to make these operations more generic: > - Clock control is being controlled in a very crude manner by > subdevices, it should be centralized in isp.c. > - LSC pre