[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9c173e91-cb4e-fcc4-7671-b16c0a672401@arm.com>
Date: Mon, 26 Feb 2018 17:10:59 +0000
From: Sudeep Holla <sudeep.holla@....com>
To: Philippe Ombredanne <pombredanne@...b.com>
Cc: Sudeep Holla <sudeep.holla@....com>,
ALKML <linux-arm-kernel@...ts.infradead.org>,
LKML <linux-kernel@...r.kernel.org>,
DTML <devicetree@...r.kernel.org>,
Alexey Klimov <klimov.linux@...il.com>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver
infrastructure for SCMI
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 <http://www.gnu.org/licenses/>.
>> + */
>
> 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
Powered by blists - more mailing lists