Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755437AbbG3JqT (ORCPT ); Thu, 30 Jul 2015 05:46:19 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:34711 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755287AbbG3JqQ (ORCPT ); Thu, 30 Jul 2015 05:46:16 -0400 Date: Thu, 30 Jul 2015 10:46:11 +0100 From: Peter Griffin To: Mauro Carvalho Chehab Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, lee.jones@linaro.org, hugues.fruchet@st.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner. Message-ID: <20150730094611.GC488@griffinp-ThinkPad-X1-Carbon-2nd> References: <1435158670-7195-1-git-send-email-peter.griffin@linaro.org> <1435158670-7195-3-git-send-email-peter.griffin@linaro.org> <20150722141040.2be3ca98@recife.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150722141040.2be3ca98@recife.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1713 Lines: 53 Hi Mauro, On Wed, 22 Jul 2015, Mauro Carvalho Chehab wrote: > Em Wed, 24 Jun 2015 16:11:00 +0100 > Peter Griffin escreveu: > > > This is used in conjunction with the STV0367 demodulator on > > the STV0367-NIM-V1.0 NIM card which can be used with the STi > > STB SoC's. > > > > This tuner has a fifth register, so some changes have been made > > to accommodate this. > > > > Signed-off-by: Peter Griffin > > --- > > drivers/media/dvb-frontends/dvb-pll.c | 74 +++++++++++++++++++++++++++++------ > > drivers/media/dvb-frontends/dvb-pll.h | 1 + > > 2 files changed, 64 insertions(+), 11 deletions(-) > > > > diff --git a/drivers/media/dvb-frontends/dvb-pll.c b/drivers/media/dvb-frontends/dvb-pll.c > > index 6d8fe88..f7381c7 100644 > > --- a/drivers/media/dvb-frontends/dvb-pll.c > > +++ b/drivers/media/dvb-frontends/dvb-pll.c > > @@ -141,6 +141,35 @@ static struct dvb_pll_desc dvb_pll_thomson_dtt7520x = { > > }, > > }; > > > > +static void thomson_dtt7546x_bw(struct dvb_frontend *fe, u8 *buf) > > +{ > > + /* set CB2 reg - set ATC, XTO */ > > + buf[4] = 0xc3; > > +} > > + > > +static struct dvb_pll_desc dvb_pll_thomson_dtt7546x = { > > + .name = "Thomson dtt7546x", > > + .min = 44250000, > > + .max = 863250000, > > + .set = thomson_dtt7546x_bw, > > + .iffreq= 36166667, > > Whitespace is missing. Please check the patchs with scripts/checkpatch.pl. Will fix in V2. regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/