linux-mips
[Top] [All Lists]

Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver

To: Philippe Ombredanne <pombredanne@nexb.com>
Subject: Re: [PATCH v4 06/15] clk: Add Ingenic jz4770 CGU driver
From: Paul Cercueil <paul@crapouillou.net>
Date: Fri, 29 Dec 2017 16:02:24 +0100
Cc: Ralf Baechle <ralf@linux-mips.org>, Rob Herring <robh+dt@kernel.org>, Michael Turquette <mturquette@baylibre.com>, Mark Rutland <mark.rutland@arm.com>, Stephen Boyd <sboyd@codeaurora.org>, Maarten ter Huurne <maarten@treewalker.org>, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" <devicetree@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>, Linux MIPS <linux-mips@linux-mips.org>, linux-clk@vger.kernel.org
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1514559748; bh=wtomeSXfjk4lpQ6FDrPSYMwgavhrBP0swl7l15hfcZc=; h=Date:From:Subject:To:Cc:Message-Id:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=HUqynsYELptDvSv/DnEWchNXFlXvkqxJlIaysVC9WmjAzonukq/RyVbhXOn89cxgOn2bb+VcGGiYyeSqbTBllqFb6T2UEuAzDGuYhKojl0tgE03I+hVD9CX7Bg9kv/rzHjNaFqTUCptczhQUKTqWbBJH5iRxBFLkRPhnkOaDhFI=
In-reply-to: <CAOFm3uEbEx+HTsOANchqiReuDBa96O0Y-V-igLGWPF-OxQ2jtw@mail.gmail.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: <20170702163016.6714-2-paul@crapouillou.net> <20171228135634.30000-1-paul@crapouillou.net> <20171228135634.30000-7-paul@crapouillou.net> <CAOFm3uEbEx+HTsOANchqiReuDBa96O0Y-V-igLGWPF-OxQ2jtw@mail.gmail.com>
Sender: linux-mips-bounce@linux-mips.org

Dear Mr. Ombredanne,

Le ven. 29 déc. 2017 à 13:55, Philippe Ombredanne <pombredanne@nexb.com> a écrit :
Dear Mr Crapouillou-Cercueil-Sir,

On Thu, Dec 28, 2017 at 2:56 PM, Paul Cercueil <paul@crapouillou.net> wrote:
 Add support for the clocks provided by the CGU in the Ingenic JZ4770
 SoC.

<snip>

 --- /dev/null
 +++ b/drivers/clk/ingenic/jz4770-cgu.c
 @@ -0,0 +1,487 @@
 +/*
 + * JZ4770 SoC CGU driver
 + *
 + * Copyright 2017, Paul Cercueil <paul@crapouillou.net>
 + *
+ * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 or later
 + * as published by the Free Software Foundation.
 + */

Do you mind using a simpler one-line SPDX identifier instead of this
fine but clearly crapouillish legalese boilerplate? Unless you are
trying to turn the kernel in a legal compendium, of course ;)

This is documented in Thomas doc patches. This would apply to your
entire patch set.
Thank you for your kind consideration!

Sure, I wasn't aware about that new SPDX identifier thing. I'll do it in V5.

Regards,
-Paul


<Prev in Thread] Current Thread [Next in Thread>