[PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI

Sudeep Holla sudeep.holla at arm.com
Mon Feb 26 09:10:59 PST 2018


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



More information about the linux-arm-kernel mailing list