All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ARM: dts: rockchip: the big relicensing
@ 2015-03-06 18:03 Heiko Stuebner
  2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
                   ` (8 more replies)
  0 siblings, 9 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:03 UTC (permalink / raw)
  To: linux-arm-kernel

GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
examply by armada, meson and sunxi.

We already have the new board-files licensed under this combination, so
complete the transition for the older files.

Heiko Stuebner (8):
  ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
  ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
  ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
  ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
  ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
  ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
  ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11

 arch/arm/boot/dts/rk3066a-bqcurie2.dts   | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3066a.dtsi           | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3188-radxarock.dts   | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3188.dtsi            | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3288-thermal.dtsi    | 40 ++++++++++++++++++++++++++---
 arch/arm/boot/dts/rk3288.dtsi            | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3xxx.dtsi            | 44 ++++++++++++++++++++++++++------
 10 files changed, 361 insertions(+), 75 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
@ 2015-03-06 18:03 ` Heiko Stuebner
  2015-03-06 19:38   ` Beniamino Galvani
                     ` (2 more replies)
  2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
                   ` (7 subsequent siblings)
  8 siblings, 3 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:03 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3xxx.dtsi to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: Romain Perier <romain.perier@gmail.com>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3xxx.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
index c54a971..a2ae9f3 100644
--- a/arch/arm/boot/dts/rk3xxx.dtsi
+++ b/arch/arm/boot/dts/rk3xxx.dtsi
@@ -2,15 +2,43 @@
  * Copyright (c) 2013 MundoReader S.L.
  * Author: Heiko Stuebner <heiko@sntech.de>
  *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 #include <dt-bindings/interrupt-controller/irq.h>
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
  2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-06 19:40   ` Beniamino Galvani
                     ` (2 more replies)
  2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
                   ` (6 subsequent siblings)
  8 siblings, 3 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3066a.dtsi to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Cc: Romain Perier <romain.perier@gmail.com>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3066a.dtsi | 44 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index 41ffd49..d32229b 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -2,15 +2,43 @@
  * Copyright (c) 2013 MundoReader S.L.
  * Author: Heiko Stuebner <heiko@sntech.de>
  *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 #include <dt-bindings/gpio/gpio.h>
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
  2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
  2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-06 19:38   ` Beniamino Galvani
                     ` (3 more replies)
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
                   ` (5 subsequent siblings)
  8 siblings, 4 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3188.dtsi to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: Max Schwarz <max.schwarz@online.de>
Cc: Romain Perier <romain.perier@gmail.com>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3188.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi
index 1d4d79c..0f23aed 100644
--- a/arch/arm/boot/dts/rk3188.dtsi
+++ b/arch/arm/boot/dts/rk3188.dtsi
@@ -2,15 +2,43 @@
  * Copyright (c) 2013 MundoReader S.L.
  * Author: Heiko Stuebner <heiko@sntech.de>
  *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 #include <dt-bindings/gpio/gpio.h>
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
                   ` (2 preceding siblings ...)
  2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-06 18:11   ` Doug Anderson
                     ` (5 more replies)
  2015-03-06 18:04 ` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi " Heiko Stuebner
                   ` (4 subsequent siblings)
  8 siblings, 6 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3288.dtsi to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Doug Anderson <dianders@chromium.org>
Cc: Addy Ke <addy.ke@rock-chips.com>
Cc: Daniel Kurtz <djkurtz@chromium.org>
Cc: Andy Yan <andy.yan@rock-chips.com>
Cc: Caesar Wang <caesar.wang@rock-chips.com>
Cc: Chris Zhong <zyw@rock-chips.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Jianqun Xu<jay.xu@rock-chips.com>
Cc: Roger Chen <roger.chen@rock-chips.com>
Cc: Sonny Rao <sonnyrao@chromium.org>
Cc: Yunzhi Li <lyz@rock-chips.com>
Cc: huang lin <hl@rock-chips.com>

Not sure if an Ack for a simple revert is necessary, but included anyway
Cc: Olof Johansson <olof@lixom.net>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 2c29a3e..35a06a5 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -1,13 +1,41 @@
 /*
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 #include <dt-bindings/gpio/gpio.h>
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
                   ` (3 preceding siblings ...)
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-07 14:38   ` Caesar Wang
  2015-03-13 13:20   ` Romain Perier
  2015-03-06 18:04 ` [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts " Heiko Stuebner
                   ` (3 subsequent siblings)
  8 siblings, 2 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3288-thermal.dtsi to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Caesar Wang <caesar.wang@rock-chips.com>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3288-thermal.dtsi | 40 ++++++++++++++++++++++++++++++++---
 1 file changed, 37 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/rk3288-thermal.dtsi b/arch/arm/boot/dts/rk3288-thermal.dtsi
index 2695200..3404066 100644
--- a/arch/arm/boot/dts/rk3288-thermal.dtsi
+++ b/arch/arm/boot/dts/rk3288-thermal.dtsi
@@ -3,9 +3,43 @@
  *
  * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd
  *
- * This file is licensed under the terms of the GNU General Public License
- * version 2.  This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
+ * 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.
  */
 
 #include <dt-bindings/thermal/thermal.h>
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
                   ` (4 preceding siblings ...)
  2015-03-06 18:04 ` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi " Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-06 19:37   ` Beniamino Galvani
  2015-03-06 18:04 ` [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts " Heiko Stuebner
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3066a-bqcurie2.dts to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3066a-bqcurie2.dts | 44 +++++++++++++++++++++++++++-------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3066a-bqcurie2.dts b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
index baf21ac..b299b26 100644
--- a/arch/arm/boot/dts/rk3066a-bqcurie2.dts
+++ b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
@@ -2,15 +2,43 @@
  * Copyright (c) 2013 MundoReader S.L.
  * Author: Heiko Stuebner <heiko@sntech.de>
  *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 /dts-v1/;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
                   ` (5 preceding siblings ...)
  2015-03-06 18:04 ` [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts " Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-06 19:35   ` Beniamino Galvani
                     ` (2 more replies)
  2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
       [not found] ` <1425665046-22927-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  8 siblings, 3 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3188-radxarock.dts to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: Romain Perier <romain.perier@gmail.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3188-radxarock.dts | 44 +++++++++++++++++++++++++++-------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index 9a09579..1eca953 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -1,15 +1,43 @@
 /*
  * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
  *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 /dts-v1/;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
                   ` (6 preceding siblings ...)
  2015-03-06 18:04 ` [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts " Heiko Stuebner
@ 2015-03-06 18:04 ` Heiko Stuebner
  2015-03-06 18:10   ` Doug Anderson
                     ` (4 more replies)
       [not found] ` <1425665046-22927-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  8 siblings, 5 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-06 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

GPLv2-only devicetrees make reuse difficult for software components licensed
under a different license.

The consensus is that a GPL/X11 dual-license should allow all necessary uses,
so relicense the rk3288-evb files to this combination.

CCs were aquired by git shortlog -sne so it should've hopefully catched
every contributor.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Doug Anderson <dianders@chromium.org>
Cc: Chris Zhong <zyw@rock-chips.com>
Cc: Roger Chen <roger.chen@rock-chips.com>
Cc: Romain Perier <romain.perier@gmail.com>
Cc: Caesar Wang <caesar.wang@rock-chips.com>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Yunzhi Li <lyz@rock-chips.com>
---
I'm hoping to get Acked-by tags from the people in the Cc-list.

 arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
 arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
 3 files changed, 108 insertions(+), 24 deletions(-)

diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
index d7b8bbc..7ea0e61 100644
--- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
+++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
@@ -1,13 +1,41 @@
 /*
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 /dts-v1/;
diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
index a1c294b..48ae8ed 100644
--- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
+++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
@@ -1,13 +1,41 @@
 /*
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 /dts-v1/;
diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
index 287a162..bf75f62 100644
--- a/arch/arm/boot/dts/rk3288-evb.dtsi
+++ b/arch/arm/boot/dts/rk3288-evb.dtsi
@@ -1,13 +1,41 @@
 /*
- * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
  *
- * This program 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.
+ *  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.
  */
 
 #include <dt-bindings/pwm/pwm.h>
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 58+ messages in thread

* [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
@ 2015-03-06 18:10   ` Doug Anderson
  2015-03-09  2:35   ` Kever Yang
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 58+ messages in thread
From: Doug Anderson @ 2015-03-06 18:10 UTC (permalink / raw)
  To: linux-arm-kernel

Heiko,

On Fri, Mar 6, 2015 at 10:04 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>  arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>  arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>  3 files changed, 108 insertions(+), 24 deletions(-)

I didn't read every word of the text, but dual licensing should be
fine from my point of view.

Acked-by: Doug Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
@ 2015-03-06 18:11   ` Doug Anderson
  2015-03-06 18:29   ` Sonny Rao
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 58+ messages in thread
From: Doug Anderson @ 2015-03-06 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

Heiko,

On Fri, Mar 6, 2015 at 10:04 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)

I didn't read every word of the text, but dual licensing should be
fine from my point of view.

Acked-by: Doug Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
  2015-03-06 18:11   ` Doug Anderson
@ 2015-03-06 18:29   ` Sonny Rao
  2015-03-07 18:21   ` Daniel Lezcano
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 58+ messages in thread
From: Sonny Rao @ 2015-03-06 18:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 6, 2015 at 10:04 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>  /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/gpio/gpio.h>
> --
> 2.1.4
>

Acked-by: Sonny Rao <sonnyrao@chromium.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts " Heiko Stuebner
@ 2015-03-06 19:35   ` Beniamino Galvani
  2015-03-13 13:32   ` Romain Perier
       [not found]   ` <1425665046-22927-8-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  2 siblings, 0 replies; 58+ messages in thread
From: Beniamino Galvani @ 2015-03-06 19:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 06, 2015 at 07:04:05PM +0100, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
> 
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3188-radxarock.dts to this combination.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts " Heiko Stuebner
@ 2015-03-06 19:37   ` Beniamino Galvani
       [not found]     ` <20150306193721.GB1732-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 58+ messages in thread
From: Beniamino Galvani @ 2015-03-06 19:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 06, 2015 at 07:04:04PM +0100, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
> 
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3066a-bqcurie2.dts to this combination.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
@ 2015-03-06 19:38   ` Beniamino Galvani
  2015-03-06 19:39   ` Max Schwarz
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 58+ messages in thread
From: Beniamino Galvani @ 2015-03-06 19:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 06, 2015 at 07:04:01PM +0100, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
> 
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3188.dtsi to this combination.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
  2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
@ 2015-03-06 19:38   ` Beniamino Galvani
  2015-03-13 13:29   ` Romain Perier
       [not found]   ` <1425665046-22927-2-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  2 siblings, 0 replies; 58+ messages in thread
From: Beniamino Galvani @ 2015-03-06 19:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 06, 2015 at 07:03:59PM +0100, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
> 
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3xxx.dtsi to this combination.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
  2015-03-06 19:38   ` Beniamino Galvani
@ 2015-03-06 19:39   ` Max Schwarz
  2015-03-13 13:31   ` Romain Perier
       [not found]   ` <1425665046-22927-4-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  3 siblings, 0 replies; 58+ messages in thread
From: Max Schwarz @ 2015-03-06 19:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 06 March 2015 at 19:04:01, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
> 
> The consensus is that a GPL/X11 dual-license should allow all necessary
> uses, so relicense the rk3188.dtsi to this combination.

Sounds good to me.

Acked-by: Max Schwarz <max.schwarz@online.de>

Cheers,
  Max

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
@ 2015-03-06 19:40   ` Beniamino Galvani
  2015-03-13 13:30   ` Romain Perier
       [not found]   ` <1425665046-22927-3-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  2 siblings, 0 replies; 58+ messages in thread
From: Beniamino Galvani @ 2015-03-06 19:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 06, 2015 at 07:04:00PM +0100, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
> 
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3066a.dtsi to this combination.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi " Heiko Stuebner
@ 2015-03-07 14:38   ` Caesar Wang
  2015-03-13 10:46     ` Heiko Stuebner
  2015-03-13 13:20   ` Romain Perier
  1 sibling, 1 reply; 58+ messages in thread
From: Caesar Wang @ 2015-03-07 14:38 UTC (permalink / raw)
  To: linux-arm-kernel


? 2015?03?07? 02:04, Heiko Stuebner ??:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-thermal.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.

Acked-by: caesar.wang at rock-chips.com

> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288-thermal.dtsi | 40 ++++++++++++++++++++++++++++++++---
>   1 file changed, 37 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-thermal.dtsi b/arch/arm/boot/dts/rk3288-thermal.dtsi
> index 2695200..3404066 100644
> --- a/arch/arm/boot/dts/rk3288-thermal.dtsi
> +++ b/arch/arm/boot/dts/rk3288-thermal.dtsi
> @@ -3,9 +3,43 @@
>    *
>    * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd
>    *
> - * This file is licensed under the terms of the GNU General Public License
> - * version 2.  This program is licensed "as is" without any warranty of any
> - * kind, whether express or implied.
> + * 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.
>    */
>   
>   #include <dt-bindings/thermal/thermal.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
  2015-03-06 18:11   ` Doug Anderson
  2015-03-06 18:29   ` Sonny Rao
@ 2015-03-07 18:21   ` Daniel Lezcano
  2015-03-09  2:34   ` Kever Yang
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 58+ messages in thread
From: Daniel Lezcano @ 2015-03-07 18:21 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/06/2015 07:04 PM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>
>   #include <dt-bindings/gpio/gpio.h>

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>


-- 
  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
                     ` (2 preceding siblings ...)
  2015-03-07 18:21   ` Daniel Lezcano
@ 2015-03-09  2:34   ` Kever Yang
  2015-03-13 13:37   ` Caesar Wang
       [not found]   ` <1425665046-22927-5-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  5 siblings, 0 replies; 58+ messages in thread
From: Kever Yang @ 2015-03-09  2:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Heiko,

On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>
Acked-by: Kever Yang <kever.yang@rock-chips.com>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
  2015-03-06 18:10   ` Doug Anderson
@ 2015-03-09  2:35   ` Kever Yang
  2015-03-13 10:54   ` Caesar Wang
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 58+ messages in thread
From: Kever Yang @ 2015-03-09  2:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Heiko,

On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>   3 files changed, 108 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> index d7b8bbc..7ea0e61 100644
> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index a1c294b..48ae8ed 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 287a162..bf75f62 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/pwm/pwm.h>
Acked-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
  2015-03-07 14:38   ` Caesar Wang
@ 2015-03-13 10:46     ` Heiko Stuebner
  0 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-03-13 10:46 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Caesar,

Am Samstag, 7. M?rz 2015, 22:38:37 schrieb Caesar Wang:
> ? 2015?03?07? 02:04, Heiko Stuebner ??:
> > GPLv2-only devicetrees make reuse difficult for software components
> > licensed under a different license.
> > 
> > The consensus is that a GPL/X11 dual-license should allow all necessary
> > uses, so relicense the rk3288-thermal.dtsi to this combination.
> > 
> > CCs were aquired by git shortlog -sne so it should've hopefully catched
> > every contributor.
> 
> Acked-by: caesar.wang at rock-chips.com

thanks :-)

could you also Ack patch 8/8, as you also contributed there?


Thanks
Heiko

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
       [not found]   ` <1425665046-22927-9-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
@ 2015-03-13 10:54     ` Caesar Wang
  2015-05-15  1:25       ` Chris Zhong
  1 sibling, 0 replies; 58+ messages in thread
From: Caesar Wang @ 2015-03-13 10:54 UTC (permalink / raw)
  To: Heiko Stuebner, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Caesar Wang, Doug Anderson, Kever Yang,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Yunzhi Li,
	Roger Chen, Chris Zhong, Romain Perier

Heiko,

在 2015年03月07日 02:04, Heiko Stuebner 写道:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.

Obviously,it makes sense.
Acked-by:caesar.wang@rock-chips.com

>   arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>   3 files changed, 108 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> index d7b8bbc..7ea0e61 100644
> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index a1c294b..48ae8ed 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 287a162..bf75f62 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/pwm/pwm.h>



_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
  2015-03-06 18:10   ` Doug Anderson
  2015-03-09  2:35   ` Kever Yang
@ 2015-03-13 10:54   ` Caesar Wang
  2015-03-13 13:32   ` Romain Perier
       [not found]   ` <1425665046-22927-9-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  4 siblings, 0 replies; 58+ messages in thread
From: Caesar Wang @ 2015-03-13 10:54 UTC (permalink / raw)
  To: linux-arm-kernel

Heiko,

? 2015?03?07? 02:04, Heiko Stuebner ??:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.

Obviously,it makes sense.
Acked-by:caesar.wang at rock-chips.com

>   arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>   3 files changed, 108 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> index d7b8bbc..7ea0e61 100644
> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index a1c294b..48ae8ed 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 287a162..bf75f62 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/pwm/pwm.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi " Heiko Stuebner
  2015-03-07 14:38   ` Caesar Wang
@ 2015-03-13 13:20   ` Romain Perier
  1 sibling, 0 replies; 58+ messages in thread
From: Romain Perier @ 2015-03-13 13:20 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: romain.perier at gmail.com

2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-thermal.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3288-thermal.dtsi | 40 ++++++++++++++++++++++++++++++++---
>  1 file changed, 37 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-thermal.dtsi b/arch/arm/boot/dts/rk3288-thermal.dtsi
> index 2695200..3404066 100644
> --- a/arch/arm/boot/dts/rk3288-thermal.dtsi
> +++ b/arch/arm/boot/dts/rk3288-thermal.dtsi
> @@ -3,9 +3,43 @@
>   *
>   * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd
>   *
> - * This file is licensed under the terms of the GNU General Public License
> - * version 2.  This program is licensed "as is" without any warranty of any
> - * kind, whether express or implied.
> + * 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.
>   */
>
>  #include <dt-bindings/thermal/thermal.h>
> --
> 2.1.4
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
  2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
  2015-03-06 19:38   ` Beniamino Galvani
@ 2015-03-13 13:29   ` Romain Perier
       [not found]   ` <1425665046-22927-2-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  2 siblings, 0 replies; 58+ messages in thread
From: Romain Perier @ 2015-03-13 13:29 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: romain.perier at gmail.com

2015-03-06 19:03 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3xxx.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
> Cc: Beniamino Galvani <b.galvani@gmail.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3xxx.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
> index c54a971..a2ae9f3 100644
> --- a/arch/arm/boot/dts/rk3xxx.dtsi
> +++ b/arch/arm/boot/dts/rk3xxx.dtsi
> @@ -2,15 +2,43 @@
>   * Copyright (c) 2013 MundoReader S.L.
>   * Author: Heiko Stuebner <heiko@sntech.de>
>   *
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/interrupt-controller/irq.h>
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
  2015-03-06 19:40   ` Beniamino Galvani
@ 2015-03-13 13:30   ` Romain Perier
       [not found]   ` <1425665046-22927-3-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  2 siblings, 0 replies; 58+ messages in thread
From: Romain Perier @ 2015-03-13 13:30 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Romain Perier <romain.perier@gmail.com>

2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3066a.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Beniamino Galvani <b.galvani@gmail.com>
> Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
> Cc: Romain Perier <romain.perier@gmail.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3066a.dtsi | 44 ++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
> index 41ffd49..d32229b 100644
> --- a/arch/arm/boot/dts/rk3066a.dtsi
> +++ b/arch/arm/boot/dts/rk3066a.dtsi
> @@ -2,15 +2,43 @@
>   * Copyright (c) 2013 MundoReader S.L.
>   * Author: Heiko Stuebner <heiko@sntech.de>
>   *
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/gpio/gpio.h>
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
  2015-03-06 19:38   ` Beniamino Galvani
  2015-03-06 19:39   ` Max Schwarz
@ 2015-03-13 13:31   ` Romain Perier
       [not found]   ` <1425665046-22927-4-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  3 siblings, 0 replies; 58+ messages in thread
From: Romain Perier @ 2015-03-13 13:31 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Romain Perier <romain.perier@gmail.com>

2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3188.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
> Cc: Beniamino Galvani <b.galvani@gmail.com>
> Cc: Max Schwarz <max.schwarz@online.de>
> Cc: Romain Perier <romain.perier@gmail.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3188.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi
> index 1d4d79c..0f23aed 100644
> --- a/arch/arm/boot/dts/rk3188.dtsi
> +++ b/arch/arm/boot/dts/rk3188.dtsi
> @@ -2,15 +2,43 @@
>   * Copyright (c) 2013 MundoReader S.L.
>   * Author: Heiko Stuebner <heiko@sntech.de>
>   *
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/gpio/gpio.h>
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts " Heiko Stuebner
  2015-03-06 19:35   ` Beniamino Galvani
@ 2015-03-13 13:32   ` Romain Perier
       [not found]     ` <CABgxDoJk0N9+pAFH0Do4_yBtCABSnppJudQ8EGGN9kiGpmxVOw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
       [not found]   ` <1425665046-22927-8-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  2 siblings, 1 reply; 58+ messages in thread
From: Romain Perier @ 2015-03-13 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Romain Perier <romain.perier@gmail.com>

2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3188-radxarock.dts to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Beniamino Galvani <b.galvani@gmail.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Jaehoon Chung <jh80.chung@samsung.com>
> Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3188-radxarock.dts | 44 +++++++++++++++++++++++++++-------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
> index 9a09579..1eca953 100644
> --- a/arch/arm/boot/dts/rk3188-radxarock.dts
> +++ b/arch/arm/boot/dts/rk3188-radxarock.dts
> @@ -1,15 +1,43 @@
>  /*
>   * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
>   *
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  /dts-v1/;
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
                     ` (2 preceding siblings ...)
  2015-03-13 10:54   ` Caesar Wang
@ 2015-03-13 13:32   ` Romain Perier
       [not found]   ` <1425665046-22927-9-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  4 siblings, 0 replies; 58+ messages in thread
From: Romain Perier @ 2015-03-13 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Romain Perier <romain.perier@gmail.com>

2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>  arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>  arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>  arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>  3 files changed, 108 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> index d7b8bbc..7ea0e61 100644
> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> @@ -1,13 +1,41 @@
>  /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index a1c294b..48ae8ed 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -1,13 +1,41 @@
>  /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 287a162..bf75f62 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -1,13 +1,41 @@
>  /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/pwm/pwm.h>
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
                     ` (3 preceding siblings ...)
  2015-03-09  2:34   ` Kever Yang
@ 2015-03-13 13:37   ` Caesar Wang
       [not found]   ` <1425665046-22927-5-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  5 siblings, 0 replies; 58+ messages in thread
From: Caesar Wang @ 2015-03-13 13:37 UTC (permalink / raw)
  To: linux-arm-kernel



? 2015?03?07? 02:04, Heiko Stuebner ??:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
Acked-by: caesar.wang at rock-chips.com
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
       [not found]   ` <1425665046-22927-2-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
@ 2015-05-13 18:40     ` Julien Chauveau
  0 siblings, 0 replies; 58+ messages in thread
From: Julien Chauveau @ 2015-05-13 18:40 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Le 06/03/2015 19:03, Heiko Stuebner a écrit :
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3xxx.dtsi to this combination.

Acked-by: Julien Chauveau <chauveau.julien-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
       [not found]   ` <1425665046-22927-3-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
@ 2015-05-13 18:40     ` Julien Chauveau
  0 siblings, 0 replies; 58+ messages in thread
From: Julien Chauveau @ 2015-05-13 18:40 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Le 06/03/2015 19:04, Heiko Stuebner a écrit :
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3066a.dtsi to this combination.

Acked-by: Julien Chauveau <chauveau.julien-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
       [not found]   ` <1425665046-22927-4-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
@ 2015-05-13 18:41     ` Julien Chauveau
  0 siblings, 0 replies; 58+ messages in thread
From: Julien Chauveau @ 2015-05-13 18:41 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Le 06/03/2015 19:04, Heiko Stuebner a écrit :
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3188.dtsi to this combination.

Acked-by: Julien Chauveau <chauveau.julien-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
       [not found]   ` <1425665046-22927-8-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
@ 2015-05-13 18:41     ` Julien Chauveau
  0 siblings, 0 replies; 58+ messages in thread
From: Julien Chauveau @ 2015-05-13 18:41 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Le 06/03/2015 19:04, Heiko Stuebner a écrit :
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3188-radxarock.dts to this combination.

Acked-by: Julien Chauveau <chauveau.julien-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 0/8] ARM: dts: rockchip: the big relicensing
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
@ 2015-05-13 21:23     ` Heiko Stuebner
  2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
                       ` (7 subsequent siblings)
  8 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-13 21:23 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Am Freitag, 6. März 2015, 19:03:58 schrieb Heiko Stuebner:
> GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
> examply by armada, meson and sunxi.
> 
> We already have the new board-files licensed under this combination, so
> complete the transition for the older files.
> 
> Heiko Stuebner (8):
>   ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11

just for me to keep track, I've now applied patches 1,2,3 and 5 that got all 
necessary ACKs so far.

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 0/8] ARM: dts: rockchip: the big relicensing
@ 2015-05-13 21:23     ` Heiko Stuebner
  0 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-13 21:23 UTC (permalink / raw)
  To: linux-arm-kernel

Am Freitag, 6. M?rz 2015, 19:03:58 schrieb Heiko Stuebner:
> GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
> examply by armada, meson and sunxi.
> 
> We already have the new board-files licensed under this combination, so
> complete the transition for the older files.
> 
> Heiko Stuebner (8):
>   ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
>   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11

just for me to keep track, I've now applied patches 1,2,3 and 5 that got all 
necessary ACKs so far.

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
  2015-03-06 19:37   ` Beniamino Galvani
@ 2015-05-13 21:43         ` Jaehoon Chung
  0 siblings, 0 replies; 58+ messages in thread
From: Jaehoon Chung @ 2015-05-13 21:43 UTC (permalink / raw)
  To: Beniamino Galvani, Heiko Stuebner
  Cc: Jaehoon Chung, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On 03/07/2015 04:37 AM, Beniamino Galvani wrote:
> On Fri, Mar 06, 2015 at 07:04:04PM +0100, Heiko Stuebner wrote:
>> GPLv2-only devicetrees make reuse difficult for software components licensed
>> under a different license.
>>
>> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
>> so relicense the rk3066a-bqcurie2.dts to this combination.
> 
> Acked-by: Beniamino Galvani <b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Acked-by: Jaehoon Chung <jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
@ 2015-05-13 21:43         ` Jaehoon Chung
  0 siblings, 0 replies; 58+ messages in thread
From: Jaehoon Chung @ 2015-05-13 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/07/2015 04:37 AM, Beniamino Galvani wrote:
> On Fri, Mar 06, 2015 at 07:04:04PM +0100, Heiko Stuebner wrote:
>> GPLv2-only devicetrees make reuse difficult for software components licensed
>> under a different license.
>>
>> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
>> so relicense the rk3066a-bqcurie2.dts to this combination.
> 
> Acked-by: Beniamino Galvani <b.galvani@gmail.com>

Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
  2015-03-13 13:32   ` Romain Perier
@ 2015-05-13 21:43         ` Jaehoon Chung
  0 siblings, 0 replies; 58+ messages in thread
From: Jaehoon Chung @ 2015-05-13 21:43 UTC (permalink / raw)
  To: Romain Perier, Heiko Stuebner
  Cc: Beniamino Galvani, open list:ARM/Rockchip SoC...,
	Jaehoon Chung, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Julien CHAUVEAU


Acked-by: Jaehoon Chung <jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

On 03/13/2015 10:32 PM, Romain Perier wrote:
> Acked-by: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> 
> 2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>:
>> GPLv2-only devicetrees make reuse difficult for software components licensed
>> under a different license.
>>
>> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
>> so relicense the rk3188-radxarock.dts to this combination.
>>
>> CCs were aquired by git shortlog -sne so it should've hopefully catched
>> every contributor.
>>
>> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
>> Cc: Beniamino Galvani <b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> Cc: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> Cc: Jaehoon Chung <jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> Cc: Julien CHAUVEAU <julien.chauveau-MwaZihP3oV2HdZQakrT3ElaPQRlvutdw@public.gmane.org>
>> ---
>> I'm hoping to get Acked-by tags from the people in the Cc-list.
>>
>>  arch/arm/boot/dts/rk3188-radxarock.dts | 44 +++++++++++++++++++++++++++-------
>>  1 file changed, 36 insertions(+), 8 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
>> index 9a09579..1eca953 100644
>> --- a/arch/arm/boot/dts/rk3188-radxarock.dts
>> +++ b/arch/arm/boot/dts/rk3188-radxarock.dts
>> @@ -1,15 +1,43 @@
>>  /*
>>   * Copyright (c) 2013 Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
>>   *
>> - * 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; either version 2 of the License, or
>> - * (at your option) any later version.
>> + * 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.
>>   *
>> - * This program 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.
>> + *  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.
>>   */
>>
>>  /dts-v1/;
>> --
>> 2.1.4
>>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
@ 2015-05-13 21:43         ` Jaehoon Chung
  0 siblings, 0 replies; 58+ messages in thread
From: Jaehoon Chung @ 2015-05-13 21:43 UTC (permalink / raw)
  To: linux-arm-kernel


Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

On 03/13/2015 10:32 PM, Romain Perier wrote:
> Acked-by: Romain Perier <romain.perier@gmail.com>
> 
> 2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech.de>:
>> GPLv2-only devicetrees make reuse difficult for software components licensed
>> under a different license.
>>
>> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
>> so relicense the rk3188-radxarock.dts to this combination.
>>
>> CCs were aquired by git shortlog -sne so it should've hopefully catched
>> every contributor.
>>
>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>> Cc: Beniamino Galvani <b.galvani@gmail.com>
>> Cc: Romain Perier <romain.perier@gmail.com>
>> Cc: Jaehoon Chung <jh80.chung@samsung.com>
>> Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
>> ---
>> I'm hoping to get Acked-by tags from the people in the Cc-list.
>>
>>  arch/arm/boot/dts/rk3188-radxarock.dts | 44 +++++++++++++++++++++++++++-------
>>  1 file changed, 36 insertions(+), 8 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
>> index 9a09579..1eca953 100644
>> --- a/arch/arm/boot/dts/rk3188-radxarock.dts
>> +++ b/arch/arm/boot/dts/rk3188-radxarock.dts
>> @@ -1,15 +1,43 @@
>>  /*
>>   * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
>>   *
>> - * 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; either version 2 of the License, or
>> - * (at your option) any later version.
>> + * 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.
>>   *
>> - * This program 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.
>> + *  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.
>>   */
>>
>>  /dts-v1/;
>> --
>> 2.1.4
>>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 0/8] ARM: dts: rockchip: the big relicensing
  2015-05-13 21:23     ` Heiko Stuebner
@ 2015-05-13 23:13       ` Heiko Stuebner
  -1 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-13 23:13 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Am Mittwoch, 13. Mai 2015, 23:23:15 schrieb Heiko Stuebner:
> Am Freitag, 6. März 2015, 19:03:58 schrieb Heiko Stuebner:
> > GPL2/X11 seems to be the consensus to go for devicetree files, as shown
> > for
> > examply by armada, meson and sunxi.
> > 
> > We already have the new board-files licensed under this combination, so
> > complete the transition for the older files.
> > 
> > Heiko Stuebner (8):
> >   ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
> 
> just for me to keep track, I've now applied patches 1,2,3 and 5 that got all
> necessary ACKs so far.

and now also patches 6 and 7.

That leaves patches 4 and 8 in this series that still need some acks.

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 0/8] ARM: dts: rockchip: the big relicensing
@ 2015-05-13 23:13       ` Heiko Stuebner
  0 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-13 23:13 UTC (permalink / raw)
  To: linux-arm-kernel

Am Mittwoch, 13. Mai 2015, 23:23:15 schrieb Heiko Stuebner:
> Am Freitag, 6. M?rz 2015, 19:03:58 schrieb Heiko Stuebner:
> > GPL2/X11 seems to be the consensus to go for devicetree files, as shown
> > for
> > examply by armada, meson and sunxi.
> > 
> > We already have the new board-files licensed under this combination, so
> > complete the transition for the older files.
> > 
> > Heiko Stuebner (8):
> >   ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
> >   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
> 
> just for me to keep track, I've now applied patches 1,2,3 and 5 that got all
> necessary ACKs so far.

and now also patches 6 and 7.

That leaves patches 4 and 8 in this series that still need some acks.

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 0/8] ARM: dts: rockchip: the big relicensing
  2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
@ 2015-05-14 18:44     ` Heiko Stuebner
  2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
                       ` (7 subsequent siblings)
  8 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-14 18:44 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Eddie Cai,
	Addy Ke, Andy Yan, Chris Zhong, Jianqun Xu, Roger Chen,
	Yunzhi Li, huang lin
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Eddie and Rockchip people,

Am Freitag, 6. März 2015, 19:03:58 schrieb Heiko Stuebner:
> GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
> examply by armada, meson and sunxi.

just to explain a bit more, this is helpful if other operating systems like 
the BSDs want to share the devicetree files which are in any case supposed to 
be operating-system-agnostic.


It looks like I got all needed external ACKs but am missing ACKs from some 
Rockchip engineers who contributed to these files.

Ideally the listed people could respond individually to the patches in their 
mailboxes (from beginning of march) with an Acked-by tag.

But as all of them are employed by Rockchip it should also be possible for 
Eddie to Ack the change summarily on behalf of Rockchip if this is acceptable.


>   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
 Addy Ke <addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Jianqun Xu<jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 huang lin <hl-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

>   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
 Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
 Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>


Thanks
Heiko

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 0/8] ARM: dts: rockchip: the big relicensing
@ 2015-05-14 18:44     ` Heiko Stuebner
  0 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-14 18:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Eddie and Rockchip people,

Am Freitag, 6. M?rz 2015, 19:03:58 schrieb Heiko Stuebner:
> GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
> examply by armada, meson and sunxi.

just to explain a bit more, this is helpful if other operating systems like 
the BSDs want to share the devicetree files which are in any case supposed to 
be operating-system-agnostic.


It looks like I got all needed external ACKs but am missing ACKs from some 
Rockchip engineers who contributed to these files.

Ideally the listed people could respond individually to the patches in their 
mailboxes (from beginning of march) with an Acked-by tag.

But as all of them are employed by Rockchip it should also be possible for 
Eddie to Ack the change summarily on behalf of Rockchip if this is acceptable.


>   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
 Addy Ke <addy.ke@rock-chips.com>
 Andy Yan <andy.yan@rock-chips.com>
 Chris Zhong <zyw@rock-chips.com>
 Jianqun Xu<jay.xu@rock-chips.com>
 Roger Chen <roger.chen@rock-chips.com>
 Yunzhi Li <lyz@rock-chips.com>
 huang lin <hl@rock-chips.com>

>   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
 Chris Zhong <zyw@rock-chips.com>
 Roger Chen <roger.chen@rock-chips.com>
 Yunzhi Li <lyz@rock-chips.com>


Thanks
Heiko

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
@ 2015-05-15  0:50       ` hl
  2015-03-06 18:29   ` Sonny Rao
                         ` (4 subsequent siblings)
  5 siblings, 0 replies; 58+ messages in thread
From: hl @ 2015-05-15  0:50 UTC (permalink / raw)
  To: Heiko Stuebner, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Addy Ke, Roger Chen, Olof Johansson, Sonny Rao, Daniel Lezcano,
	Kever Yang, Daniel Kurtz, Doug Anderson,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Yunzhi Li,
	Caesar Wang, Chris Zhong, Andy Yan, Jianqun Xu


On 2015年03月07日 02:04, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>
Acked-by: Lin Huang <hl@rock-chips.com>

-- 
黄林
福州瑞芯微电子有限公司
Fuzhou Rockchip Electronics Co.Ltd
福建省福州市铜盘路软件大道89号软件园A区21号楼(350003)
Addr:No.21 Building, A District, No.89, software Boulevard Fuzhou, Fujian,PRC
Email:hl@rock-chips.com
Tel:+86-591-83991906/07
  
****************************************************************************************
保密提示:本邮件及其附件含有机密信息,仅发送给本邮件所指特定收件人。若非该特定收件人,请
勿复制、 使用或披露本邮件的任何内容。若误收本邮件,请从系统中永久性删除本邮件及所有附件,
并以回复邮件或其他方式即刻告知发件人。福州瑞芯微电子有限公司拥有本邮件信息的著作权及解释
权,禁止任何未经授权许可的侵权行为。
  
IMPORTANT NOTICE: This email is from Fuzhou Rockchip Electronics Co., Ltd .The contents
of this email and any attachments may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law and relevant NDA. If you are not the
intended recipient, you are hereby notified that any disclosure, copying, distribution,
or use of the information is STRICTLY PROHIBITED. Please immediately contact the sender
as soon as possible and destroy the material in its entirety in any format. Thank you.
********************************************************************************


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
@ 2015-05-15  0:50       ` hl
  0 siblings, 0 replies; 58+ messages in thread
From: hl @ 2015-05-15  0:50 UTC (permalink / raw)
  To: linux-arm-kernel


On 2015?03?07? 02:04, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>
Acked-by: Lin Huang <hl@rock-chips.com>

-- 
??
???????????
Fuzhou Rockchip Electronics Co.Ltd
?????????????89????A?21??(350003)
Addr:No.21 Building, A District, No.89, software Boulevard Fuzhou, Fujian,PRC
Email:hl at rock-chips.com
Tel:+86-591-83991906/07
  
****************************************************************************************
????????????????????????????????????????????
???? ????????????????????????????????????????
????????????????????????????????????????????
??????????????????
  
IMPORTANT NOTICE: This email is from Fuzhou Rockchip Electronics Co., Ltd .The contents
of this email and any attachments may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law and relevant NDA. If you are not the
intended recipient, you are hereby notified that any disclosure, copying, distribution,
or use of the information is STRICTLY PROHIBITED. Please immediately contact the sender
as soon as possible and destroy the material in its entirety in any format. Thank you.
********************************************************************************

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
@ 2015-05-15  1:21       ` Chris Zhong
  2015-03-06 18:29   ` Sonny Rao
                         ` (4 subsequent siblings)
  5 siblings, 0 replies; 58+ messages in thread
From: Chris Zhong @ 2015-05-15  1:21 UTC (permalink / raw)
  To: Heiko Stuebner, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Addy Ke, Caesar Wang, Jianqun Xu, Daniel Lezcano, Doug Anderson,
	Daniel Kurtz, Kever Yang,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Yunzhi Li,
	Roger Chen, Olof Johansson, Andy Yan, Sonny Rao, huang lin


Acked-by: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
> Cc: Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Addy Ke <addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Caesar Wang <caesar.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Jianqun Xu<jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Sonny Rao <sonnyrao-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: huang lin <hl-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
@ 2015-05-15  1:21       ` Chris Zhong
  0 siblings, 0 replies; 58+ messages in thread
From: Chris Zhong @ 2015-05-15  1:21 UTC (permalink / raw)
  To: linux-arm-kernel


Acked-by: Chris Zhong <zyw@rock-chips.com>

On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
@ 2015-05-15  1:25       ` Chris Zhong
  2015-03-09  2:35   ` Kever Yang
                         ` (3 subsequent siblings)
  4 siblings, 0 replies; 58+ messages in thread
From: Chris Zhong @ 2015-05-15  1:25 UTC (permalink / raw)
  To: Heiko Stuebner, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Caesar Wang, Doug Anderson, Kever Yang,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Yunzhi Li,
	Roger Chen, Romain Perier

Acked-by: Chris Zhong<zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>


On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
> Cc: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: Caesar Wang <caesar.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>   3 files changed, 108 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> index d7b8bbc..7ea0e61 100644
> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index a1c294b..48ae8ed 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 287a162..bf75f62 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/pwm/pwm.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
@ 2015-05-15  1:25       ` Chris Zhong
  0 siblings, 0 replies; 58+ messages in thread
From: Chris Zhong @ 2015-05-15  1:25 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Chris Zhong<zyw@rock-chips.com>


On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288-evb files to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Romain Perier <romain.perier@gmail.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288-evb-act8846.dts | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb-rk808.dts   | 44 ++++++++++++++++++++++++++------
>   arch/arm/boot/dts/rk3288-evb.dtsi        | 44 ++++++++++++++++++++++++++------
>   3 files changed, 108 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> index d7b8bbc..7ea0e61 100644
> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index a1c294b..48ae8ed 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   /dts-v1/;
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 287a162..bf75f62 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  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.
>    */
>   
>   #include <dt-bindings/pwm/pwm.h>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
  2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
@ 2015-05-15  5:44       ` Daniel Kurtz
  2015-03-06 18:29   ` Sonny Rao
                         ` (4 subsequent siblings)
  5 siblings, 0 replies; 58+ messages in thread
From: Daniel Kurtz @ 2015-05-15  5:44 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Addy Ke, Roger Chen, Olof Johansson, Sonny Rao, Daniel Lezcano,
	Kever Yang, Doug Anderson, open list:ARM/Rockchip SoC...,
	Yunzhi Li, Caesar Wang, Chris Zhong, Andy Yan, Jianqun Xu,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, huang lin

On Sat, Mar 7, 2015 at 2:04 AM, Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
> Cc: Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Addy Ke <addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Caesar Wang <caesar.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Jianqun Xu<jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: Sonny Rao <sonnyrao-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> Cc: Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Cc: huang lin <hl-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.


Acked-by: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>

>
>  arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>  /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/gpio/gpio.h>
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
@ 2015-05-15  5:44       ` Daniel Kurtz
  0 siblings, 0 replies; 58+ messages in thread
From: Daniel Kurtz @ 2015-05-15  5:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Mar 7, 2015 at 2:04 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.


Acked-by: Daniel Kurtz <djkurtz@chromium.org>

>
>  arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>  1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>  /*
> - * 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; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>   *
> - * This program 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.
> + *  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.
>   */
>
>  #include <dt-bindings/gpio/gpio.h>
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: Re: [PATCH 0/8] ARM: dts: rockchip: the big relicensing
  2015-05-14 18:44     ` Heiko Stuebner
@ 2015-05-15  5:59       ` Yunzhi Li
  -1 siblings, 0 replies; 58+ messages in thread
From: Yunzhi Li @ 2015-05-15  5:59 UTC (permalink / raw)
  To: Heiko Stuebner,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Eddie Cai,
	Addy Ke, Andy Yan, Chris Zhong, Jianqun Xu, Roger Chen,
	huang lin
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Acked-by: Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
> Hi Eddie and Rockchip people,
>
> Am Freitag, 6. März 2015, 19:03:58 schrieb Heiko Stuebner:
>> GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
>> examply by armada, meson and sunxi.
> just to explain a bit more, this is helpful if other operating systems like
> the BSDs want to share the devicetree files which are in any case supposed to
> be operating-system-agnostic.
>
>
> It looks like I got all needed external ACKs but am missing ACKs from some
> Rockchip engineers who contributed to these files.
>
> Ideally the listed people could respond individually to the patches in their
> mailboxes (from beginning of march) with an Acked-by tag.
>
> But as all of them are employed by Rockchip it should also be possible for
> Eddie to Ack the change summarily on behalf of Rockchip if this is acceptable.
>
>
>>    ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
>   Addy Ke <addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Jianqun Xu<jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   huang lin <hl-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>
>>    ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
>   Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Roger Chen <roger.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>   Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>
>
> Thanks
> Heiko
>
>
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 0/8] ARM: dts: rockchip: the big relicensing
@ 2015-05-15  5:59       ` Yunzhi Li
  0 siblings, 0 replies; 58+ messages in thread
From: Yunzhi Li @ 2015-05-15  5:59 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Yunzhi Li <lyz@rock-chips.com>
> Hi Eddie and Rockchip people,
>
> Am Freitag, 6. M?rz 2015, 19:03:58 schrieb Heiko Stuebner:
>> GPL2/X11 seems to be the consensus to go for devicetree files, as shown for
>> examply by armada, meson and sunxi.
> just to explain a bit more, this is helpful if other operating systems like
> the BSDs want to share the devicetree files which are in any case supposed to
> be operating-system-agnostic.
>
>
> It looks like I got all needed external ACKs but am missing ACKs from some
> Rockchip engineers who contributed to these files.
>
> Ideally the listed people could respond individually to the patches in their
> mailboxes (from beginning of march) with an Acked-by tag.
>
> But as all of them are employed by Rockchip it should also be possible for
> Eddie to Ack the change summarily on behalf of Rockchip if this is acceptable.
>
>
>>    ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
>   Addy Ke <addy.ke@rock-chips.com>
>   Andy Yan <andy.yan@rock-chips.com>
>   Chris Zhong <zyw@rock-chips.com>
>   Jianqun Xu<jay.xu@rock-chips.com>
>   Roger Chen <roger.chen@rock-chips.com>
>   Yunzhi Li <lyz@rock-chips.com>
>   huang lin <hl@rock-chips.com>
>
>>    ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
>   Chris Zhong <zyw@rock-chips.com>
>   Roger Chen <roger.chen@rock-chips.com>
>   Yunzhi Li <lyz@rock-chips.com>
>
>
> Thanks
> Heiko
>
>
>

^ permalink raw reply	[flat|nested] 58+ messages in thread

* Re: [PATCH 0/8] ARM: dts: rockchip: the big relicensing
  2015-05-13 23:13       ` Heiko Stuebner
@ 2015-05-16 13:38         ` Heiko Stuebner
  -1 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-16 13:38 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Am Donnerstag, 14. Mai 2015, 01:13:14 schrieb Heiko Stuebner:
> Am Mittwoch, 13. Mai 2015, 23:23:15 schrieb Heiko Stuebner:
> > Am Freitag, 6. März 2015, 19:03:58 schrieb Heiko Stuebner:
> > > GPL2/X11 seems to be the consensus to go for devicetree files, as shown
> > > for
> > > examply by armada, meson and sunxi.
> > > 
> > > We already have the new board-files licensed under this combination, so
> > > complete the transition for the older files.
> > > 
> > > Heiko Stuebner (8):
> > >   ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
> > 
> > just for me to keep track, I've now applied patches 1,2,3 and 5 that got
> > all necessary ACKs so far.
> 
> and now also patches 6 and 7.
> 
> That leaves patches 4 and 8 in this series that still need some acks.

and for completeness sake, patches 4 and 8 now also have all the necessary 
ACKs

^ permalink raw reply	[flat|nested] 58+ messages in thread

* [PATCH 0/8] ARM: dts: rockchip: the big relicensing
@ 2015-05-16 13:38         ` Heiko Stuebner
  0 siblings, 0 replies; 58+ messages in thread
From: Heiko Stuebner @ 2015-05-16 13:38 UTC (permalink / raw)
  To: linux-arm-kernel

Am Donnerstag, 14. Mai 2015, 01:13:14 schrieb Heiko Stuebner:
> Am Mittwoch, 13. Mai 2015, 23:23:15 schrieb Heiko Stuebner:
> > Am Freitag, 6. M?rz 2015, 19:03:58 schrieb Heiko Stuebner:
> > > GPL2/X11 seems to be the consensus to go for devicetree files, as shown
> > > for
> > > examply by armada, meson and sunxi.
> > > 
> > > We already have the new board-files licensed under this combination, so
> > > complete the transition for the older files.
> > > 
> > > Heiko Stuebner (8):
> > >   ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3066a.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3188.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3288-thermal.dtsi under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
> > >   ARM: dts: rockchip: relicense rk3288-evb* under GPLv2/X11
> > 
> > just for me to keep track, I've now applied patches 1,2,3 and 5 that got
> > all necessary ACKs so far.
> 
> and now also patches 6 and 7.
> 
> That leaves patches 4 and 8 in this series that still need some acks.

and for completeness sake, patches 4 and 8 now also have all the necessary 
ACKs

^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2015-05-16 13:38 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
2015-03-06 19:38   ` Beniamino Galvani
2015-03-13 13:29   ` Romain Perier
     [not found]   ` <1425665046-22927-2-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-05-13 18:40     ` Julien Chauveau
2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
2015-03-06 19:40   ` Beniamino Galvani
2015-03-13 13:30   ` Romain Perier
     [not found]   ` <1425665046-22927-3-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-05-13 18:40     ` Julien Chauveau
2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
2015-03-06 19:38   ` Beniamino Galvani
2015-03-06 19:39   ` Max Schwarz
2015-03-13 13:31   ` Romain Perier
     [not found]   ` <1425665046-22927-4-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-05-13 18:41     ` Julien Chauveau
2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
2015-03-06 18:11   ` Doug Anderson
2015-03-06 18:29   ` Sonny Rao
2015-03-07 18:21   ` Daniel Lezcano
2015-03-09  2:34   ` Kever Yang
2015-03-13 13:37   ` Caesar Wang
     [not found]   ` <1425665046-22927-5-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-05-15  0:50     ` hl
2015-05-15  0:50       ` hl
2015-05-15  1:21     ` Chris Zhong
2015-05-15  1:21       ` Chris Zhong
2015-05-15  5:44     ` Daniel Kurtz
2015-05-15  5:44       ` Daniel Kurtz
2015-03-06 18:04 ` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi " Heiko Stuebner
2015-03-07 14:38   ` Caesar Wang
2015-03-13 10:46     ` Heiko Stuebner
2015-03-13 13:20   ` Romain Perier
2015-03-06 18:04 ` [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts " Heiko Stuebner
2015-03-06 19:37   ` Beniamino Galvani
     [not found]     ` <20150306193721.GB1732-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-05-13 21:43       ` Jaehoon Chung
2015-05-13 21:43         ` Jaehoon Chung
2015-03-06 18:04 ` [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts " Heiko Stuebner
2015-03-06 19:35   ` Beniamino Galvani
2015-03-13 13:32   ` Romain Perier
     [not found]     ` <CABgxDoJk0N9+pAFH0Do4_yBtCABSnppJudQ8EGGN9kiGpmxVOw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-13 21:43       ` Jaehoon Chung
2015-05-13 21:43         ` Jaehoon Chung
     [not found]   ` <1425665046-22927-8-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-05-13 18:41     ` Julien Chauveau
2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
2015-03-06 18:10   ` Doug Anderson
2015-03-09  2:35   ` Kever Yang
2015-03-13 10:54   ` Caesar Wang
2015-03-13 13:32   ` Romain Perier
     [not found]   ` <1425665046-22927-9-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-03-13 10:54     ` Caesar Wang
2015-05-15  1:25     ` Chris Zhong
2015-05-15  1:25       ` Chris Zhong
     [not found] ` <1425665046-22927-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-05-13 21:23   ` [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
2015-05-13 21:23     ` Heiko Stuebner
2015-05-13 23:13     ` Heiko Stuebner
2015-05-13 23:13       ` Heiko Stuebner
2015-05-16 13:38       ` Heiko Stuebner
2015-05-16 13:38         ` Heiko Stuebner
2015-05-14 18:44   ` Heiko Stuebner
2015-05-14 18:44     ` Heiko Stuebner
2015-05-15  5:59     ` Yunzhi Li
2015-05-15  5:59       ` Yunzhi Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.