Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1627548

Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU
Date 2017-04-20 16:40 +0200
Message-ID <tylpx-1FW-29@gated-at.bofh.it> (permalink)
References <twRa9-3u1-1@gated-at.bofh.it> <twRjQ-3xr-21@gated-at.bofh.it> <tykWu-1uY-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Rob,

On Thu, Apr 20, 2017 at 09:02:53AM -0500, Rob Herring wrote:
> On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote:
> > diff --git a/include/dt-bindings/clock/sun8i-de2.h b/include/dt-bindings/clock/sun8i-de2.h
> > new file mode 100644
> > index 000000000000..982c6d18c75b
> > --- /dev/null
> > +++ b/include/dt-bindings/clock/sun8i-de2.h
> > @@ -0,0 +1,54 @@
> > +/*
> > + * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io>
> > + *
> > + * This file is dual-licensed: you can use it either under the terms
> > + * of the GPL or the X11 license, at your option. Note that this dual
> > + * licensing only applies to this file, and not this project as a
> > + * whole.
> > + *
> > + *  a) This file 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; either version 2 of the
> > + *     License, or (at your option) any later version.
> > + *
> > + *     This file is distributed in the hope that 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.
> > + *
> > + * Or, alternatively,
> > + *
> > + *  b) Permission is hereby granted, free of charge, to any person
> > + *     obtaining a copy of this software and associated documentation
> > + *     files (the "Software"), to deal in the Software without
> > + *     restriction, including without limitation the rights to use,
> > + *     copy, modify, merge, publish, distribute, sublicense, and/or
> > + *     sell copies of the Software, and to permit persons to whom the
> > + *     Software is furnished to do so, subject to the following
> > + *     conditions:
> > + *
> > + *     The above copyright notice and this permission notice shall be
> > + *     included in all copies or substantial portions of the Software.
> > + *
> > + *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> > + *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
> > + *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
> > + *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
> > + *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
> > + *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
> > + *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
> > + *     OTHER DEALINGS IN THE SOFTWARE.
> > + */
> 
> You can use SPDX tag here:
> 
> SPDX-License-Identifier: (GPL-2.0+ OR MIT)

I don't think you ever addressed Russell's comment about what would
happen to the license if and when the SPDX doc is changed or goes
offline?

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 00/11] Initial Allwinner Display Engine 2.0 Support Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:10 +0200
  [PATCH v4 09/11] ARM: dts: sun8i: add DE2 nodes for V3s SoC Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
  [PATCH v4 01/11] dt-bindings: add binding for the Allwinner DE2 CCU Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
    Re: [PATCH v4 01/11] dt-bindings: add binding for the Allwinner DE2  CCU Rob Herring <robh@kernel.org> - 2017-04-20 16:00 +0200
  [PATCH v4 10/11] ARM: dts: sun8i: add pinmux for LCD pins of V3s SoC Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
  [PATCH v4 08/11] drm/sun4i: tcon: add support for V3s TCON Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
  [PATCH v4 07/11] drm/sun4i: Add compatible string for V3s display engine Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
  [PATCH v4 11/11] [DO NOT MERGE] ARM: dts: sun8i: enable LCD panel of Lichee Pi Zero Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
  [PATCH v4 04/11] drm/sun4i: return only planes for layers created Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
  [PATCH v4 05/11] drm/sun4i: abstract a engine type Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
    Re: [PATCH v4 05/11] drm/sun4i: abstract a engine type Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-18 11:00 +0200
      Re: [PATCH v4 05/11] drm/sun4i: abstract a engine type Icenowy Zheng <icenowy@aosc.io> - 2017-04-18 13:10 +0200
        Re: [PATCH v4 05/11] drm/sun4i: abstract a engine type Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-20 16:50 +0200
  [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
    Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU Rob Herring <robh@kernel.org> - 2017-04-20 16:10 +0200
      Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-20 16:40 +0200
        Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU Rob Herring <robh@kernel.org> - 2017-04-21 00:40 +0200
  [PATCH v4 03/11] dt-bindings: add bindings for DE2 on V3s SoC Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
    Re: [PATCH v4 03/11] dt-bindings: add bindings for DE2 on V3s SoC Rob Herring <robh@kernel.org> - 2017-04-20 16:10 +0200
  [PATCH v4 06/11] drm/sun4i: add support for Allwinner DE2 mixers Icenowy Zheng <icenowy@aosc.io> - 2017-04-16 14:20 +0200
    Re: [PATCH v4 06/11] drm/sun4i: add support for Allwinner DE2 mixers Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-18 11:10 +0200
      Re: [PATCH v4 06/11] drm/sun4i: add support for Allwinner DE2 mixers Icenowy Zheng <icenowy@aosc.io> - 2017-04-18 12:50 +0200
        Re: [PATCH v4 06/11] drm/sun4i: add support for Allwinner DE2 mixers Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-20 10:40 +0200
          Re: [PATCH v4 06/11] drm/sun4i: add support for Allwinner DE2 mixers icenowy@aosc.io - 2017-04-21 10:20 +0200

csiph-web