All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@edgeble.ai>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Kever Yang <kever.yang@rock-chips.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	Elaine Zhang <zhangqing@rock-chips.com>
Subject: Re: [PATCH 02/22] dt-bindings: power: Add power-domain header for RV1126
Date: Wed, 27 Jul 2022 12:22:56 +0530	[thread overview]
Message-ID: <CA+VMnFzAjif9Af0305B919Dwadgq7MUjiuKJQ3oXwZztTWNX5w@mail.gmail.com> (raw)
In-Reply-To: <360f7d11-96f4-369e-1289-6c9dc3c49ca4@linaro.org>

On Tue, 26 Jul 2022 at 19:22, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 26/07/2022 15:44, Jagan Teki wrote:
> > On Sun, 24 Jul 2022 at 02:28, Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> On 23/07/2022 22:43, Jagan Teki wrote:
> >>> Add power-domain header for RV1126 SoC from description in TRM.
> >>>
> >>> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
> >>> Signed-off-by: Jagan Teki <jagan@edgeble.ai>
> >>> ---
> >>>  include/dt-bindings/power/rv1126-power.h | 34 ++++++++++++++++++++++++
> >>>  1 file changed, 34 insertions(+)
> >>>  create mode 100644 include/dt-bindings/power/rv1126-power.h
> >>>
> >>> diff --git a/include/dt-bindings/power/rv1126-power.h b/include/dt-bindings/power/rv1126-power.h
> >>> new file mode 100644
> >>> index 000000000000..f15930ff06f7
> >>> --- /dev/null
> >>> +++ b/include/dt-bindings/power/rv1126-power.h
> >>> @@ -0,0 +1,34 @@
> >>> +/* SPDX-License-Identifier: GPL-2.0 */
> >>
> >> Dual license and a blank line,  please.
> >
> > Yes, all rockchip power includes (at least here) are GPL-2.0 what is
> > the issue with it?
>
> The headers are part of bindings and all bindings should be dual
> licensed, so they can be used in other projects.
>
> Of course if copyright holder does not agree to release it on BSD, then
> it would be fine as exception. Also would be fine from us not to accept
> such bindings. :)

I don't hold anything here to use dual-licensing. The only thing I'm
wondering here is none of the rockchip power includes (which are
merged) are using dual-licensing they simply have GPL-2.0 which is
used in BSP.  Let me know what you suggest?

Thanks,
Jagan.

WARNING: multiple messages have this Message-ID (diff)
From: Jagan Teki <jagan@edgeble.ai>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Kever Yang <kever.yang@rock-chips.com>,
	 linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,  devicetree@vger.kernel.org,
	Elaine Zhang <zhangqing@rock-chips.com>
Subject: Re: [PATCH 02/22] dt-bindings: power: Add power-domain header for RV1126
Date: Wed, 27 Jul 2022 12:22:56 +0530	[thread overview]
Message-ID: <CA+VMnFzAjif9Af0305B919Dwadgq7MUjiuKJQ3oXwZztTWNX5w@mail.gmail.com> (raw)
In-Reply-To: <360f7d11-96f4-369e-1289-6c9dc3c49ca4@linaro.org>

On Tue, 26 Jul 2022 at 19:22, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 26/07/2022 15:44, Jagan Teki wrote:
> > On Sun, 24 Jul 2022 at 02:28, Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> On 23/07/2022 22:43, Jagan Teki wrote:
> >>> Add power-domain header for RV1126 SoC from description in TRM.
> >>>
> >>> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
> >>> Signed-off-by: Jagan Teki <jagan@edgeble.ai>
> >>> ---
> >>>  include/dt-bindings/power/rv1126-power.h | 34 ++++++++++++++++++++++++
> >>>  1 file changed, 34 insertions(+)
> >>>  create mode 100644 include/dt-bindings/power/rv1126-power.h
> >>>
> >>> diff --git a/include/dt-bindings/power/rv1126-power.h b/include/dt-bindings/power/rv1126-power.h
> >>> new file mode 100644
> >>> index 000000000000..f15930ff06f7
> >>> --- /dev/null
> >>> +++ b/include/dt-bindings/power/rv1126-power.h
> >>> @@ -0,0 +1,34 @@
> >>> +/* SPDX-License-Identifier: GPL-2.0 */
> >>
> >> Dual license and a blank line,  please.
> >
> > Yes, all rockchip power includes (at least here) are GPL-2.0 what is
> > the issue with it?
>
> The headers are part of bindings and all bindings should be dual
> licensed, so they can be used in other projects.
>
> Of course if copyright holder does not agree to release it on BSD, then
> it would be fine as exception. Also would be fine from us not to accept
> such bindings. :)

I don't hold anything here to use dual-licensing. The only thing I'm
wondering here is none of the rockchip power includes (which are
merged) are using dual-licensing they simply have GPL-2.0 which is
used in BSP.  Let me know what you suggest?

Thanks,
Jagan.

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

WARNING: multiple messages have this Message-ID (diff)
From: Jagan Teki <jagan@edgeble.ai>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Kever Yang <kever.yang@rock-chips.com>,
	 linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,  devicetree@vger.kernel.org,
	Elaine Zhang <zhangqing@rock-chips.com>
Subject: Re: [PATCH 02/22] dt-bindings: power: Add power-domain header for RV1126
Date: Wed, 27 Jul 2022 12:22:56 +0530	[thread overview]
Message-ID: <CA+VMnFzAjif9Af0305B919Dwadgq7MUjiuKJQ3oXwZztTWNX5w@mail.gmail.com> (raw)
In-Reply-To: <360f7d11-96f4-369e-1289-6c9dc3c49ca4@linaro.org>

On Tue, 26 Jul 2022 at 19:22, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 26/07/2022 15:44, Jagan Teki wrote:
> > On Sun, 24 Jul 2022 at 02:28, Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> On 23/07/2022 22:43, Jagan Teki wrote:
> >>> Add power-domain header for RV1126 SoC from description in TRM.
> >>>
> >>> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
> >>> Signed-off-by: Jagan Teki <jagan@edgeble.ai>
> >>> ---
> >>>  include/dt-bindings/power/rv1126-power.h | 34 ++++++++++++++++++++++++
> >>>  1 file changed, 34 insertions(+)
> >>>  create mode 100644 include/dt-bindings/power/rv1126-power.h
> >>>
> >>> diff --git a/include/dt-bindings/power/rv1126-power.h b/include/dt-bindings/power/rv1126-power.h
> >>> new file mode 100644
> >>> index 000000000000..f15930ff06f7
> >>> --- /dev/null
> >>> +++ b/include/dt-bindings/power/rv1126-power.h
> >>> @@ -0,0 +1,34 @@
> >>> +/* SPDX-License-Identifier: GPL-2.0 */
> >>
> >> Dual license and a blank line,  please.
> >
> > Yes, all rockchip power includes (at least here) are GPL-2.0 what is
> > the issue with it?
>
> The headers are part of bindings and all bindings should be dual
> licensed, so they can be used in other projects.
>
> Of course if copyright holder does not agree to release it on BSD, then
> it would be fine as exception. Also would be fine from us not to accept
> such bindings. :)

I don't hold anything here to use dual-licensing. The only thing I'm
wondering here is none of the rockchip power includes (which are
merged) are using dual-licensing they simply have GPL-2.0 which is
used in BSP.  Let me know what you suggest?

Thanks,
Jagan.

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

  reply	other threads:[~2022-07-27  6:53 UTC|newest]

Thread overview: 144+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23 20:43 [PATCH 00/22] ARM: Add Rockchip RV1126 support Jagan Teki
2022-07-23 20:43 ` Jagan Teki
2022-07-23 20:43 ` Jagan Teki
2022-07-23 20:43 ` [PATCH 01/22] dt-bindings: power: rockchip: Document RV1126 power-controller Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:57   ` Krzysztof Kozlowski
2022-07-23 20:57     ` Krzysztof Kozlowski
2022-07-23 20:57     ` Krzysztof Kozlowski
2022-07-23 20:43 ` [PATCH 02/22] dt-bindings: power: Add power-domain header for RV1126 Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:58   ` Krzysztof Kozlowski
2022-07-23 20:58     ` Krzysztof Kozlowski
2022-07-23 20:58     ` Krzysztof Kozlowski
2022-07-26 13:44     ` Jagan Teki
2022-07-26 13:44       ` Jagan Teki
2022-07-26 13:44       ` Jagan Teki
2022-07-26 13:52       ` Krzysztof Kozlowski
2022-07-26 13:52         ` Krzysztof Kozlowski
2022-07-26 13:52         ` Krzysztof Kozlowski
2022-07-27  6:52         ` Jagan Teki [this message]
2022-07-27  6:52           ` Jagan Teki
2022-07-27  6:52           ` Jagan Teki
2022-07-27  7:01           ` Krzysztof Kozlowski
2022-07-27  7:01             ` Krzysztof Kozlowski
2022-07-27  7:01             ` Krzysztof Kozlowski
2022-07-27  7:09             ` Jagan Teki
2022-07-27  7:09               ` Jagan Teki
2022-07-27  7:09               ` Jagan Teki
2022-07-27  7:15               ` Krzysztof Kozlowski
2022-07-27  7:15                 ` Krzysztof Kozlowski
2022-07-27  7:15                 ` Krzysztof Kozlowski
2022-07-27  7:31                 ` Jagan Teki
2022-07-27  7:31                   ` Jagan Teki
2022-07-27  7:31                   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 03/22] soc: rockchip: power-domain: Add RV1126 power domains Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 04/22] dt-bindings: power: rockchip: Document RV1126 PMU IO domains Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:59   ` Krzysztof Kozlowski
2022-07-23 20:59     ` Krzysztof Kozlowski
2022-07-23 20:59     ` Krzysztof Kozlowski
2022-07-23 20:43 ` [PATCH 05/22] soc: rockchip: io-domain: Add RV1126 " Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 06/22] dt-bindings: pinctrl: rockchip: Document RV1126 pinctrl Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:59   ` Krzysztof Kozlowski
2022-07-23 20:59     ` Krzysztof Kozlowski
2022-07-23 20:59     ` Krzysztof Kozlowski
2022-07-23 20:43 ` [PATCH 07/22] pinctrl: rockchip: Add RV1126 pinctrl support Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 08/22] clk: rockchip: Add MUXTBL variant Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 09/22] dt-bindings: clock: rockchip: Document RV1126 CRU Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 21:01   ` Krzysztof Kozlowski
2022-07-23 21:01     ` Krzysztof Kozlowski
2022-07-23 21:01     ` Krzysztof Kozlowski
2022-07-23 20:43 ` [PATCH 10/22] clk: rockchip: Add RV1126 clock controller Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25  1:31   ` kernel test robot
2022-07-25  1:31     ` kernel test robot
2022-07-25  1:31     ` kernel test robot
2022-07-25 23:25   ` Rob Herring
2022-07-25 23:25     ` Rob Herring
2022-07-25 23:25     ` Rob Herring
2022-07-23 20:43 ` [PATCH 11/22] dt-bindings: mmc: rockchip-dw-mshc: Document Rockchip RV1126 Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:25   ` Rob Herring
2022-07-25 23:25     ` Rob Herring
2022-07-25 23:25     ` Rob Herring
2022-07-26 15:00   ` Ulf Hansson
2022-07-26 15:00     ` Ulf Hansson
2022-07-26 15:00     ` Ulf Hansson
2022-07-23 20:43 ` [PATCH 12/22] dt-bindings: serial: snps-dw-apb-uart: " Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:26   ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-23 20:43 ` [PATCH 13/22] dt-bindings: i2c: i2c-rk3x: " Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:26   ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-26 21:10   ` Wolfram Sang
2022-07-26 21:10     ` Wolfram Sang
2022-07-26 21:10     ` Wolfram Sang
2022-07-23 20:43 ` [PATCH 14/22] dt-bindings: soc: rockchip: Document RV1126 grf Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:26   ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-23 20:43 ` [PATCH 15/22] dt-bindings: soc: rockchip: Document RV1126 pmugrf Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:26   ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-23 20:43 ` [PATCH 16/22] dt-bindings: mfd: syscon: Add Rockchip RV1126 QoS register Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:26   ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-07-25 23:26     ` Rob Herring
2022-08-08 15:24   ` Lee Jones
2022-08-08 15:24     ` Lee Jones
2022-08-08 15:24     ` Lee Jones
2022-07-23 20:43 ` [PATCH 17/22] ARM: dts: rockchip: Add Rockchip RV1126 SoC Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 18/22] dt-bindings: vendor-prefixes: Add Edgeble AI Technologies Pvt. Ltd Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:27   ` Rob Herring
2022-07-25 23:27     ` Rob Herring
2022-07-25 23:27     ` Rob Herring
2022-07-23 20:43 ` [PATCH 19/22] dt-bindings: arm: rockchip: Add Edgeble AI Edge Compute Module 0 Carrier Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-25 23:27   ` Rob Herring
2022-07-25 23:27     ` Rob Herring
2022-07-25 23:27     ` Rob Herring
2022-07-23 20:43 ` [PATCH 20/22] ARM: dts: rockchip: rv1126: Add Edgeble AI Edge Compute Module 0 Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 21/22] ARM: dts: rockchip: rv1126: Add Edgeble AI Edge Compute Module 0 Carrier Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43 ` [PATCH 22/22] ARM: configs: Add RV1126 ECM0 fragment config Jagan Teki
2022-07-23 20:43   ` Jagan Teki
2022-07-23 20:43   ` Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+VMnFzAjif9Af0305B919Dwadgq7MUjiuKJQ3oXwZztTWNX5w@mail.gmail.com \
    --to=jagan@edgeble.ai \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kever.yang@rock-chips.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=zhangqing@rock-chips.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.