From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Fitzgerald Subject: Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs Date: Mon, 26 Feb 2018 15:36:56 +0000 Message-ID: References: <20180226130558.7634-1-rf@opensource.cirrus.com> <20180226130558.7634-4-rf@opensource.cirrus.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Fabio Estevam Cc: Lee Jones , Linus Walleij , Andy Shevchenko , Rob Herring , patches@opensource.cirrus.com, linux-gpio@vger.kernel.org, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel List-Id: linux-gpio@vger.kernel.org On 26/02/18 13:58, Fabio Estevam wrote: > On Mon, Feb 26, 2018 at 10:05 AM, Richard Fitzgerald > wrote: > >> --- /dev/null >> +++ b/drivers/mfd/madera-core.c >> @@ -0,0 +1,602 @@ >> +// SPDX-License-Identifier: GPL-2.0 > > As you use SPDX line here.... > >> +/* >> + * Core MFD support for Cirrus Logic Madera codecs >> + * >> + * Copyright (C) 2015-2018 Cirrus Logic >> + * >> + * 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; version 2. > > You can remove this paragraph. > > Same applies to the other places of this series. > Our legal team says no, these lines should stay. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbeBZPhF (ORCPT ); Mon, 26 Feb 2018 10:37:05 -0500 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:33942 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751954AbeBZPhC (ORCPT ); Mon, 26 Feb 2018 10:37:02 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=rf@opensource.cirrus.com Subject: Re: [PATCH v8 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs To: Fabio Estevam CC: Lee Jones , Linus Walleij , Andy Shevchenko , Rob Herring , , , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel References: <20180226130558.7634-1-rf@opensource.cirrus.com> <20180226130558.7634-4-rf@opensource.cirrus.com> From: Richard Fitzgerald Message-ID: Date: Mon, 26 Feb 2018 15:36:56 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=741 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1802260207 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/02/18 13:58, Fabio Estevam wrote: > On Mon, Feb 26, 2018 at 10:05 AM, Richard Fitzgerald > wrote: > >> --- /dev/null >> +++ b/drivers/mfd/madera-core.c >> @@ -0,0 +1,602 @@ >> +// SPDX-License-Identifier: GPL-2.0 > > As you use SPDX line here.... > >> +/* >> + * Core MFD support for Cirrus Logic Madera codecs >> + * >> + * Copyright (C) 2015-2018 Cirrus Logic >> + * >> + * 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; version 2. > > You can remove this paragraph. > > Same applies to the other places of this series. > Our legal team says no, these lines should stay.