Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757436AbdLQSYx (ORCPT ); Sun, 17 Dec 2017 13:24:53 -0500 Received: from mail-wr0-f180.google.com ([209.85.128.180]:34158 "EHLO mail-wr0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757312AbdLQSYv (ORCPT ); Sun, 17 Dec 2017 13:24:51 -0500 X-Google-Smtp-Source: ACJfBouahzgpv/46eSm3J4/l64lcz0RfNc0Gkrw03D55tP9GfSuID0ktyQ+mf6OC+gunrP16Ob2fkBjt1KUq2oRHgTA= MIME-Version: 1.0 In-Reply-To: References: From: Philippe Ombredanne Date: Sun, 17 Dec 2017 19:24:09 +0100 Message-ID: Subject: Re: [PATCH v3 6/6] [media] cxusb: add analog mode support for Medion MD95700 To: "Maciej S. Szmigiero" Cc: Michael Krufky , Mauro Carvalho Chehab , Andy Walls , linux-kernel , Linux Media Mailing List , Hans Verkuil Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 34 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 -- Cordially Philippe Ombredanne