Re: [PATCH v6 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI
From: Sudeep Holla <hidden>
Date: 2018-02-26 17:10:59
Also in:
linux-arm-kernel, lkml
From: Sudeep Holla <hidden>
Date: 2018-02-26 17:10:59
Also in:
linux-arm-kernel, lkml
Hi Philippe, On 26/02/18 15:57, Philippe Ombredanne wrote:
Sudeep,
[...]
quoted
--- /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