Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbdLWONs (ORCPT ); Sat, 23 Dec 2017 09:13:48 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:33486 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbdLWONp (ORCPT ); Sat, 23 Dec 2017 09:13:45 -0500 X-Google-Smtp-Source: ACJfBovvrziNTcgGukqKnPN8rPdXbtPiLWlHZEOuEMux38BAc69KkifSUSUNjC3EkjxpW0RUa1weLCSf1SAFHU5VG8I= MIME-Version: 1.0 In-Reply-To: <1513984753-3040-1-git-send-email-milan.o.stevanovic@gmail.com> References: <1513984753-3040-1-git-send-email-milan.o.stevanovic@gmail.com> From: Philippe Ombredanne Date: Sat, 23 Dec 2017 15:13:03 +0100 Message-ID: Subject: Re: [PATCH] iio: adc: add driver for ti adc081s/adc101s/adc121s To: Milan Stevanovic Cc: Jonathan Cameron , LKML , linux-iio@vger.kernel.org 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: 825 Lines: 32 Milan, On Sat, Dec 23, 2017 at 12:19 AM, Milan Stevanovic wrote: > Signed-off-by: Milan Stevanovic May be it is just me, but you may be missing a commit message? > --- /dev/null > +++ b/drivers/iio/adc/ti-adc081s.c > @@ -0,0 +1,239 @@ > +/* > + * TI ADC081S/ADC101S/ADC121S 8/10/12-bit ADC driver > + * > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. Could you consider using an SPDX tag here as documented by Thomas in this patch set [1] ? This is the new thing for this end of of year and a must have for 2018! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne