From patchwork Wed Jun 1 13:57:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 840292 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p51DvSSL002539 for ; Wed, 1 Jun 2011 13:57:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757076Ab1FAN5W (ORCPT ); Wed, 1 Jun 2011 09:57:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18616 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755180Ab1FAN5V (ORCPT ); Wed, 1 Jun 2011 09:57:21 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p51DvGTD018595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Jun 2011 09:57:18 -0400 Received: from [10.36.11.228] (vpn2-11-228.ams2.redhat.com [10.36.11.228]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p51DvBNZ017638; Wed, 1 Jun 2011 09:57:12 -0400 Message-ID: <4DE64531.2050301@redhat.com> Date: Wed, 01 Jun 2011 10:57:05 -0300 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110419 Red Hat/3.1.10-1.el6_0 Thunderbird/3.1.10 MIME-Version: 1.0 To: abraham.manu@gmail.com CC: Florent AUDEBERT , linux-media@vger.kernel.org, Florent Audebert Subject: Re: [PATCH] stb0899: Removed an extra byte sent at init on DiSEqC bus References: <4C125DD5.6060604@anevia.com> <4CBD9543.2050107@anevia.com> <4CBDC1CC.6030704@gmail.com> In-Reply-To: <4CBDC1CC.6030704@gmail.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Wed, 01 Jun 2011 13:57:29 +0000 (UTC) Em 19-10-2010 14:05, Mauro Carvalho Chehab escreveu: > Em 19-10-2010 10:55, Florent AUDEBERT escreveu: >> On 06/11/2010 06:01 PM, Florent AUDEBERT wrote: >>> I noticed a stray 0x00 at init on DiSEqC bus (KNC1 DVB-S2) with a DiSEqC >>> tool analyzer. >>> >>> I removed the register from initialization table and all seem to go well >>> (at least for my KNC board). >> >> Hi, >> >> This old small patch had been marked superseded on patchwork[1]. >> >> Is there an non-obvious case when patches go superseded ? Perhaps I missed >> something but it seems to me no other patch replaced it. > > This is one of the bad things with patchwork: there's no "reason" field associated > to a status change, nor it marks when the status were changed. > > A search on my linux-media box, showed that this patch were there, waiting for > Manu review, at the email I sent on Jul, 6 2010. The patch still applies, and > I didn't find any reply from Manu giving any feedback about it. > > So, I'm re-tagging it as under review. > > Manu, any comments about this patch (and the other remaining patches that we're > waiting fro your review) ? Manu, Please ack or nack this patch. It was sent about 1,5 years ago! if you don't comment, I'll assume that this patch is ok and I'll apply it. Thanks, Mauro. Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: stb0899: Removed an extra byte sent at init on DiSEqC bus Date: Fri, 11 Jun 2010 16:01:25 -0000 From: Florent AUDEBERT X-Patchwork-Id: 105621 Message-Id: <4C125DD5.6060604@anevia.com> To: linux-media@vger.kernel.org Cc: abraham.manu@gmail.com, Florent Audebert --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/media/dvb/dvb-usb/az6027.c b/drivers/media/dvb/dvb-usb/az6027.c index 6681ac1..9710e7b 100644 --- a/drivers/media/dvb/dvb-usb/az6027.c +++ b/drivers/media/dvb/dvb-usb/az6027.c @@ -40,7 +40,6 @@ static const struct stb0899_s1_reg az6027_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x99 }, { STB0899_DISF22RX , 0xa8 }, diff --git a/drivers/media/dvb/mantis/mantis_vp1041.c b/drivers/media/dvb/mantis/mantis_vp1041.c index d1aa2bc..7bb1f28 100644 --- a/drivers/media/dvb/mantis/mantis_vp1041.c +++ b/drivers/media/dvb/mantis/mantis_vp1041.c @@ -51,7 +51,6 @@ static const struct stb0899_s1_reg vp1041_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x99 }, { STB0899_DISF22RX , 0xa8 }, diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 983672a..b697af4 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c @@ -896,7 +896,6 @@ static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x8c }, { STB0899_DISF22RX , 0x9a }, diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 13ac9e3..da5a72c 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c @@ -1046,7 +1046,6 @@ static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x8c }, { STB0899_DISF22RX , 0x9a },