Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-07 Thread Mauro Carvalho Chehab
On 05-12-2011 21:47, Devin Heitmueller wrote: On Mon, Dec 5, 2011 at 6:32 PM, Eddi De Pieri wrote: Sorry, I think I applied follow patch on my tree while I developed the driver trying to fix tuner initialization. http://patchwork.linuxtv.org/patch/6617/ I forgot to remove from my tree after

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Mauro Carvalho Chehab
On 06-12-2011 13:28, Mark Lord wrote: On 11-12-06 08:56 AM, Devin Heitmueller wrote: On Tue, Dec 6, 2011 at 8:43 AM, Mauro Carvalho Chehab wrote: The driver who binds everything is the bridge driver. In your case, it is the au0828 driver. What you're experiencing seems to be some race issue

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Devin Heitmueller
On Tue, Dec 6, 2011 at 10:28 AM, Mark Lord wrote: > It's always exhibited races for me here.  I have long since worked around > the issue(s), so my own systems currently behave.   But with the newer > HVR-950Q revision (B4F0), the issue is far more prevalent than before. I'll ask around and see i

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Mark Lord
On 11-12-06 08:56 AM, Devin Heitmueller wrote: > On Tue, Dec 6, 2011 at 8:43 AM, Mauro Carvalho Chehab > wrote: >> The driver who binds everything is the bridge driver. In your case, it is >> the au0828 driver. >> >> What you're experiencing seems to be some race issue inside it, and not at >> xc5

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Devin Heitmueller
On Tue, Dec 6, 2011 at 8:43 AM, Mauro Carvalho Chehab wrote: > The driver who binds everything is the bridge driver. In your case, it is > the au0828 driver. > > What you're experiencing seems to be some race issue inside it, and not at > xc5000. > > On a quick look on it, I'm noticing that there'

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Mauro Carvalho Chehab
On 06-12-2011 10:51, Mark Lord wrote: On 11-12-05 06:47 PM, Devin Heitmueller wrote: On Mon, Dec 5, 2011 at 6:32 PM, Eddi De Pieri wrote: Sorry, I think I applied follow patch on my tree while I developed the driver trying to fix tuner initialization. http://patchwork.linuxtv.org/patch/6617/

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Mark Lord
On 11-12-05 06:47 PM, Devin Heitmueller wrote: > On Mon, Dec 5, 2011 at 6:32 PM, Eddi De Pieri wrote: >> Sorry, I think I applied follow patch on my tree while I developed >> the driver trying to fix tuner initialization. >> >> http://patchwork.linuxtv.org/patch/6617/ >> >> I forgot to remove fro

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Mon, Dec 5, 2011 at 6:32 PM, Eddi De Pieri wrote: > Sorry,  I think I applied follow patch on my tree while I developed > the driver trying to fix tuner initialization. > > http://patchwork.linuxtv.org/patch/6617/ > > I forgot to remove from my tree after I see that don't solve anything. Ok, g

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Eddi De Pieri
Sorry, I think I applied follow patch on my tree while I developed the driver trying to fix tuner initialization. http://patchwork.linuxtv.org/patch/6617/ I forgot to remove from my tree after I see that don't solve anything. Regards Eddi On Mon, Dec 5, 2011 at 9:01 PM, Devin Heitmueller wro

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Mon, Dec 5, 2011 at 1:46 PM, Devin Heitmueller wrote: > On Mon, Dec 5, 2011 at 1:35 PM, Mauro Carvalho Chehab > wrote: >>> What's up with this change?  Is this a bugfix for some race condition? >>>  Why is it jammed into a patch for some particular product? >>> >>> It seems like a change such

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Mon, Dec 5, 2011 at 1:35 PM, Mauro Carvalho Chehab wrote: >> What's up with this change?  Is this a bugfix for some race condition? >>  Why is it jammed into a patch for some particular product? >> >> It seems like a change such as this could significantly change the >> timing of tuner initiali

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Mauro Carvalho Chehab
On 05-12-2011 16:23, Devin Heitmueller wrote: On Sun, Nov 20, 2011 at 9:56 AM, Mauro Carvalho Chehab wrote: diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index ecd1f95..048f489 100644 --- a/drivers/media/common/tuners/xc5000.c +++ b/drivers/media/com

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Sun, Nov 20, 2011 at 9:56 AM, Mauro Carvalho Chehab wrote: > diff --git a/drivers/media/common/tuners/xc5000.c > b/drivers/media/common/tuners/xc5000.c > index ecd1f95..048f489 100644 > --- a/drivers/media/common/tuners/xc5000.c > +++ b/drivers/media/common/tuners/xc5000.c > @@ -1004,6 +1004,8

[PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-11-20 Thread Mauro Carvalho Chehab
From: Eddi De Pieri With this patch I try again to add initial support for HVR930C. Tested only DVB-T, since in Italy Analog service is stopped. Actually "scan -a0 -f1", find only about 50 channel while 400 should be available. [mche...@redhat.com: Tested with DVB-C and fixed a few whitespace