To: | David Daney <ddaney@caviumnetworks.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
---|---|
Subject: | Re: [PATCH v4 3/8] MIPS: Octeon: Add a global resource manager. |
From: | Philippe Ombredanne <pombredanne@nexb.com> |
Date: | Fri, 1 Dec 2017 20:49:31 +0100 |
Cc: | Carlos Munoz <cmunoz@cavium.com>, David Daney <david.daney@cavium.com>, linux-mips@linux-mips.org, ralf@linux-mips.org, netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, devel@driverdev.osuosl.org, LKML <linux-kernel@vger.kernel.org>, "Steven J. Hill" <steven.hill@cavium.com>, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" <devicetree@vger.kernel.org>, Andrew Lunn <andrew@lunn.ch>, Florian Fainelli <f.fainelli@gmail.com>, James Hogan <james.hogan@mips.com> |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=RgSR07PVATRN78oubjD0pkKFBP7nnjNAh3Yhqv5u1L8=; b=yLY8xGAeILVO+DH/j8rekOc/rtrdugBdCfikABnmcqn8bI6rtfQe9x1v8zrUMCbshM krclG3zBTo62EwJJsemxzEvZtQsulMmLp5hrH/rFNiSEBPtEL7MQKjGww+POgXbEc5x1 geuzZrF83ZRm1jGyExoAbSZpav9+Y2NzwxPD36gq1EoEi88sF8sFdFezTR2FQUxO3mFu mM2AIinN7yjpwQZwU72Rlb/bwJd64M/BJsTLyLItrPf9cLEC1mMCTyYlla5qJ0Pg0XzE m0xvVR4J7xwClzlYmm4H3ueDJv2Q9HzOqi0Fyq7zmOkkHLKqybB514LtlDz8pap//9Mf ifPQ== |
In-reply-to: | <99dd185d-6e5d-f474-90aa-ebee63045c42@caviumnetworks.com> |
List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
List-owner: | <mailto:ralf@linux-mips.org> |
List-post: | <mailto:linux-mips@linux-mips.org> |
List-software: | Ecartis version 1.0.0 |
List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
Original-recipient: | rfc822;linux-mips@linux-mips.org |
References: | <20171129005540.28829-1-david.daney@cavium.com> <20171129005540.28829-4-david.daney@cavium.com> <20171130225333.GI27409@jhogan-linux.mipstec.com> <CAOFm3uGhRTTrvygBd0dMdzWZQC5kFi8yXuWQsnhDvDLtW2z7aA@mail.gmail.com> <99dd185d-6e5d-f474-90aa-ebee63045c42@caviumnetworks.com> |
Sender: | linux-mips-bounce@linux-mips.org |
David, Greg, On Fri, Dec 1, 2017 at 6:42 PM, David Daney <ddaney@caviumnetworks.com> wrote: > On 11/30/2017 11:53 PM, Philippe Ombredanne wrote: [...] >>>> --- /dev/null >>>> +++ b/arch/mips/cavium-octeon/resource-mgr.c >>>> @@ -0,0 +1,371 @@ >>>> +// SPDX-License-Identifier: GPL-2.0 >>>> +/* >>>> + * Resource manager for Octeon. >>>> + * >>>> + * This file is subject to the terms and conditions of the GNU General >>>> Public >>>> + * License. See the file "COPYING" in the main directory of this >>>> archive >>>> + * for more details. >>>> + * >>>> + * Copyright (C) 2017 Cavium, Inc. >>>> + */ >> >> >> Since you nicely included an SPDX id, you would not need the >> boilerplate anymore. e.g. these can go alright? > > > They may not be strictly speaking necessary, but I don't think they hurt > anything. Unless there is a requirement to strip out the license text, we > would stick with it as is. I think the requirement is there and that would be much better for everyone: keeping both is redundant and does not bring any value, does it? Instead it kinda removes the benefits of having the SPDX id in the first place IMHO. Furthermore, as there have been already ~12K+ files cleaned up and still over 60K files to go, it would really nice if new files could adopt the new style: this way we will not have to revisit and repatch them in the future. -- Cordially Philippe Ombredanne |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: [PATCH v4 3/8] MIPS: Octeon: Add a global resource manager., David Daney |
---|---|
Next by Date: | Re: [PATCH v4 3/8] MIPS: Octeon: Add a global resource manager., David Daney |
Previous by Thread: | Re: [PATCH v4 3/8] MIPS: Octeon: Add a global resource manager., David Daney |
Next by Thread: | Re: [PATCH v4 3/8] MIPS: Octeon: Add a global resource manager., David Daney |
Indexes: | [Date] [Thread] [Top] [All Lists] |