Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756377AbdLTUDJ (ORCPT ); Wed, 20 Dec 2017 15:03:09 -0500 Received: from mail-qk0-f179.google.com ([209.85.220.179]:39760 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755867AbdLTUDG (ORCPT ); Wed, 20 Dec 2017 15:03:06 -0500 X-Google-Smtp-Source: ACJfBotZLhCB+a9y9RDTMM+Mc/k0+2bCEHIDwJOl3XITS8iLeW6Xwrc8NWSQhxkKrU0YOGYwjhMyqujX1iHt4H3joQs= MIME-Version: 1.0 In-Reply-To: References: <20171220040017.7605-1-andrew.smirnov@gmail.com> <20171220040017.7605-4-andrew.smirnov@gmail.com> From: Andrey Smirnov Date: Wed, 20 Dec 2017 12:03:04 -0800 Message-ID: Subject: Re: [PATCH v15 3/5] mfd: Add driver for RAVE Supervisory Processor To: Philippe Ombredanne Cc: Lee Jones , LKML , Chris Healy , 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: 1644 Lines: 47 On Tue, Dec 19, 2017 at 11:00 PM, Philippe Ombredanne wrote: > 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 > Sure, will push v16 with this updated shortly. Thanks, Andrey Smirnov