Received: by 10.223.185.116 with SMTP id b49csp3982417wrg; Mon, 26 Feb 2018 09:11:56 -0800 (PST) X-Google-Smtp-Source: AG47ELtA7LV19soEUCgAHvBZuw4+2cr4zi3A7nxhNlOC4caWjxv36mi8L/edI1EzZ4xChtNl2gkK X-Received: by 10.99.178.6 with SMTP id x6mr1159755pge.98.1519665116733; Mon, 26 Feb 2018 09:11:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519665116; cv=none; d=google.com; s=arc-20160816; b=mJuPkNHAg/SFwrRDB4J8RN9pI3W7iKv3ydOWUKO9kV6AqRkq3fUVkNRNI1I3pHcIRq 2SFYt8bqQbl4+Jf0gXm7PkMQQUMDfSHTRRtMEJB4cID/BO5Z1bNU9+2WVQoQUrn9PnDZ 1Zhx76JvcG5vd/rF33dKP6SQQs2yUmYt2O51l2fyGRf7kYH69can3lDFGV8HaAPMjoc3 WlBLh/wf15EJuN20X3VnAP6ZvZBtSFkdK/STIkLV2wj50f4n14Dlc8Do7fVnYly/4ODR cEFfXYiRcBhGRHXZ3hq9qE6ana6L9YsOObw+BMJDK/dGCHLiNzEg6vMJyGbPxTf8VBrv WvHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:to:subject:cc :arc-authentication-results; bh=45ubT5E2Rszgujdo7t7VKRX1LAP68Yy/BL83fcsj2Og=; b=T9tBLD0FZp8qemCmRbyXldvBu4AdvEuDJGJo2rQdJy8AacriQLOjD9+BqcSYOr1w+b 9ZCsq08ZBQhy6Uut9IZ6dnYDNC50eIiOueza/EXdbEyRATcmfm8OetZgRPxBlrdSLURl 1z9ZNHTrvEvTw3VRJyHfhKMNjIQMiMbSognuQfP4LHONd8ofwuQqR2MvUT9aWMFqB5OB W+6ajXjyrymoB9No8P7uTY/jEyGa6DPeD8FUiQoVwtMZHRpMuIWENJ4yGl2WT3R4aIDE 8s33tLGrKV3IrtTNI9zNHqppWxiHg2F3PiVVjbxrpo7RgEjRtWaSU1Znd73MFGxKb0NC aQ1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a7si6415827pfi.90.2018.02.26.09.11.41; Mon, 26 Feb 2018 09:11:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751663AbeBZRLE (ORCPT + 99 others); Mon, 26 Feb 2018 12:11:04 -0500 Received: from foss.arm.com ([217.140.101.70]:53202 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751319AbeBZRLD (ORCPT ); Mon, 26 Feb 2018 12:11:03 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D331B80D; Mon, 26 Feb 2018 09:11:02 -0800 (PST) Received: from [10.1.211.34] (e107155-lin.cambridge.arm.com [10.1.211.34]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6F0AF3F24D; Mon, 26 Feb 2018 09:11:01 -0800 (PST) Cc: Sudeep Holla , ALKML , LKML , DTML , Alexey Klimov , Arnd Bergmann , Greg Kroah-Hartman Subject: Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI To: Philippe Ombredanne References: <1519403030-21189-1-git-send-email-sudeep.holla@arm.com> <1519403030-21189-4-git-send-email-sudeep.holla@arm.com> From: Sudeep Holla Organization: ARM Message-ID: <9c173e91-cb4e-fcc4-7671-b16c0a672401@arm.com> Date: Mon, 26 Feb 2018 17:10:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Philippe, On 26/02/18 15:57, Philippe Ombredanne wrote: > Sudeep, [...] >> --- /dev/null >> +++ b/drivers/firmware/arm_scmi/common.h >> @@ -0,0 +1,77 @@ >> +/* >> + * System Control and Management Interface (SCMI) Message Protocol >> + * driver common header file containing some definitions, structures >> + * and function prototypes used in all the different SCMI protocols. >> + * >> + * Copyright (C) 2017 ARM Ltd. >> + * >> + * This program is free software; you can redistribute it and/or modify it >> + * under the terms and conditions of the GNU General Public License, >> + * version 2, as published by the Free Software Foundation. >> + * >> + * This program is distributed in the hope 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 consider using the SPDX tags [1] instead of this legalese? > Thanks! > Sure, I have fixed locally [1] for now, will post if there are any other changes before PR. -- Regards, Sudeep [1] https://git.kernel.org/sudeep.holla/linux/h/for-list/new_arm_scmi