Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753084AbdLTHA5 (ORCPT ); Wed, 20 Dec 2017 02:00:57 -0500 Received: from mail-wr0-f178.google.com ([209.85.128.178]:44133 "EHLO mail-wr0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbdLTHAy (ORCPT ); Wed, 20 Dec 2017 02:00:54 -0500 X-Google-Smtp-Source: ACJfBouzrnByuCEI4DTYeiVTNMvzEoUG0pKaGSNparEwly3EFqL1B0D772GxhWFlxRB5BSFsxR6faASHQv5uF5i/VxA= MIME-Version: 1.0 In-Reply-To: <20171220040017.7605-4-andrew.smirnov@gmail.com> References: <20171220040017.7605-1-andrew.smirnov@gmail.com> <20171220040017.7605-4-andrew.smirnov@gmail.com> From: Philippe Ombredanne Date: Wed, 20 Dec 2017 08:00:12 +0100 Message-ID: Subject: Re: [PATCH v15 3/5] mfd: Add driver for RAVE Supervisory Processor To: Andrey Smirnov Cc: Lee Jones , LKML , cphealy@gmail.com, Lucas Stach , Nikita Yushchenko , Greg Kroah-Hartman , Pavel Machek , Andy Shevchenko , Guenter Roeck , Rob Herring , Johan Hovold , Sebastian Reichel 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: 1474 Lines: 43 Andrey, On Wed, Dec 20, 2017 at 5:00 AM, Andrey Smirnov wrote: > Add a driver for RAVE Supervisory Processor, an MCU implementing > various bits of housekeeping functionality (watchdoging, backlight > control, LED control, etc) on RAVE family of products by Zodiac > Inflight Innovations. > --- /dev/null > +++ b/drivers/mfd/rave-sp.c > @@ -0,0 +1,720 @@ > +/* > + * Multifunction core driver for Zodiac Inflight Innovations > + * SP MCU that is connected via dedicated UART port > + * > + * Copyright (C) 2017 Zodiac Inflight Innovations > + * > + * 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. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, see . > + */ Would you mind using the new SPDX tags documented in Thomas patch set [1] rather than this fine but longer legalese? Thank you! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne