Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751201AbdH0Owq (ORCPT ); Sun, 27 Aug 2017 10:52:46 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:55655 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751132AbdH0Owo (ORCPT ); Sun, 27 Aug 2017 10:52:44 -0400 Date: Sun, 27 Aug 2017 11:52:33 -0300 From: Mauro Carvalho Chehab To: Cc: , , , , , Masayuki Yamamoto , Hideki Nozawa , "Kota Yonezawa" , Toshihiko Matsumoto , Satoshi Watanabe Subject: Re: [PATCH v3 05/14] [media] cxd2880: Add tuner part of the driver Message-ID: <20170827115233.736ac717@vento.lan> In-Reply-To: <20170827114544.39865dbb@vento.lan> References: <20170816041714.20551-1-Yasunari.Takiguchi@sony.com> <20170816043714.21394-1-Yasunari.Takiguchi@sony.com> <20170827114544.39865dbb@vento.lan> Organization: Samsung X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1687 Lines: 50 Em Sun, 27 Aug 2017 11:45:44 -0300 Mauro Carvalho Chehab escreveu: > Em Wed, 16 Aug 2017 13:37:14 +0900 > escreveu: > > > From: Yasunari Takiguchi > > > > This part of the driver has the main routines to handle > > the tuner and demodulator functionality. The tnrdmd_mon.* files > > have monitor functions for the driver. > > This is part of the Sony CXD2880 DVB-T2/T tuner + demodulator driver. > > This series is on a much better state. Thanks! > > Patches 1-4 sound ok to me. > > Still, there are a few issues on this patch. See below. > > > > > [Change list] > > Changes in V3 > > drivers/media/dvb-frontends/cxd2880/cxd2880_dtv.h > > -removed code relevant to ISDB-T Forgot to mention... Just a small detail: the change list is important for us to understand the differences between submitted versions, but it makes no sense to track them when patches get merged upstream, as the previous versions of the patches won't be there at the git history. So, please put change lists after a blank line with just "---", e. g.: From: Yasunari Takiguchi This part of the driver has the main routines to handle the tuner and demodulator functionality. The tnrdmd_mon.* files have monitor functions for the driver. This is part of the Sony CXD2880 DVB-T2/T tuner + demodulator driver. --- (change list and whatever other notes that are relevant to the patch reviewers but won't be merged upstream) The reason is simple: Kernel maintainers' scripts will just remove everything after the "---" line when applying the series ;-) Thanks, Mauro