Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757421AbdLQSnT (ORCPT ); Sun, 17 Dec 2017 13:43:19 -0500 Received: from vps-vb.mhejs.net ([37.28.154.113]:50090 "EHLO vps-vb.mhejs.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752392AbdLQSnR (ORCPT ); Sun, 17 Dec 2017 13:43:17 -0500 Subject: Re: [PATCH v3 6/6] [media] cxusb: add analog mode support for Medion MD95700 To: Philippe Ombredanne Cc: Michael Krufky , Mauro Carvalho Chehab , Andy Walls , linux-kernel , Linux Media Mailing List , Hans Verkuil References: From: "Maciej S. Szmigiero" Message-ID: Date: Sun, 17 Dec 2017 19:43:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 38 On 17.12.2017 19:24, Philippe Ombredanne wrote: > Maciej, > > On Sun, Dec 17, 2017 at 6:37 PM, Maciej S. Szmigiero > wrote: >> This patch adds support for analog part of Medion 95700 in the cxusb >> driver. > > >> --- /dev/null >> +++ b/drivers/media/usb/dvb-usb/cxusb-analog.c >> @@ -0,0 +1,1927 @@ >> +/* DVB USB compliant linux driver for Conexant USB reference design - >> + * (analog part). >> + * >> + * Copyright (C) 2011, 2017 Maciej S. Szmigiero (mail@maciej.szmigiero.name) >> + * >> + * TODO: >> + * * audio support, >> + * * finish radio support (requires audio of course), >> + * * VBI support, >> + * * controls support >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License >> + * as published by the Free Software Foundation; either version 2 >> + * of the License, or (at your option) any later version. >> + */ > > Would you mind using the new SPDX tags here. See Thomas patches [1]. Thanks! > > [1] https://lkml.org/lkml/2017/12/4/934 > Will add this tag in a moment, thanks for pointing this out. Best regards, Maciej Szmigiero