All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
	Marco Felsch <m.felsch@pengutronix.de>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	David Jander <david@protonic.nl>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/3] ARM: dts: add Plymovent M2M board
Date: Tue, 22 Sep 2020 10:07:13 +0800	[thread overview]
Message-ID: <20200922020709.GR25109@dragon> (raw)
In-Reply-To: <20200921052313.3f6b2djdrxugjicu@pengutronix.de>

On Mon, Sep 21, 2020 at 07:23:13AM +0200, Oleksij Rempel wrote:
> On Sun, Sep 13, 2020 at 12:49:45PM +0800, Shawn Guo wrote:
> > On Fri, Sep 11, 2020 at 08:03:12AM +0200, Marco Felsch wrote:
> > > On 20-09-11 07:09, Oleksij Rempel wrote:
> > > > Plymovent M2M is a control interface produced for the Plymovent filter
> > > > systems.
> > > > 
> > > > Signed-off-by: David Jander <david@protonic.nl>
> > > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > > > ---
> > > >  arch/arm/boot/dts/Makefile          |   1 +
> > > >  arch/arm/boot/dts/imx6dl-plym2m.dts | 394 ++++++++++++++++++++++++++++
> > > >  2 files changed, 395 insertions(+)
> > > >  create mode 100644 arch/arm/boot/dts/imx6dl-plym2m.dts
> > > > 
> > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> > > > index 4572db3fa5ae..3c3811fd8613 100644
> > > > --- a/arch/arm/boot/dts/Makefile
> > > > +++ b/arch/arm/boot/dts/Makefile
> > > > @@ -455,6 +455,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
> > > >  	imx6dl-pico-hobbit.dtb \
> > > >  	imx6dl-pico-nymph.dtb \
> > > >  	imx6dl-pico-pi.dtb \
> > > > +	imx6dl-plym2m.dtb \
> > > >  	imx6dl-prtrvt.dtb \
> > > >  	imx6dl-prtvt7.dtb \
> > > >  	imx6dl-rex-basic.dtb \
> > > > diff --git a/arch/arm/boot/dts/imx6dl-plym2m.dts b/arch/arm/boot/dts/imx6dl-plym2m.dts
> > > > new file mode 100644
> > > > index 000000000000..4f96e05aa03f
> > > > --- /dev/null
> > > > +++ b/arch/arm/boot/dts/imx6dl-plym2m.dts
> > > > @@ -0,0 +1,394 @@
> > > > +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
> > > > +// SPDX-FileCopyrightText: 2014 Protonic Holland
> > > > +// SPDX-FileCopyrightText: 2020 Oleksij Rempel <kernel@pengutronix.de>, Pengutronix
> > > 		^
> > > @shawn: I saw a few patches adding these tags. Are they used in the near
> > > future?
> > 
> > I'm not sure.  I haven't seen this in Documentation/process/license-rules.rst,
> > nor the discussion around this.
> 
> Hi Shawn,
> 
> is it a  no go? Should I send a patch with old style copyright text?

Yeah, I would rather stay with the existing style before there is a
clear direction to the new one.

Also the vendor-prefixes patch needs an ACK from Rob.

Shawn

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: Marco Felsch <m.felsch@pengutronix.de>,
	Mark Rutland <mark.rutland@arm.com>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	David Jander <david@protonic.nl>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/3] ARM: dts: add Plymovent M2M board
Date: Tue, 22 Sep 2020 10:07:13 +0800	[thread overview]
Message-ID: <20200922020709.GR25109@dragon> (raw)
In-Reply-To: <20200921052313.3f6b2djdrxugjicu@pengutronix.de>

On Mon, Sep 21, 2020 at 07:23:13AM +0200, Oleksij Rempel wrote:
> On Sun, Sep 13, 2020 at 12:49:45PM +0800, Shawn Guo wrote:
> > On Fri, Sep 11, 2020 at 08:03:12AM +0200, Marco Felsch wrote:
> > > On 20-09-11 07:09, Oleksij Rempel wrote:
> > > > Plymovent M2M is a control interface produced for the Plymovent filter
> > > > systems.
> > > > 
> > > > Signed-off-by: David Jander <david@protonic.nl>
> > > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > > > ---
> > > >  arch/arm/boot/dts/Makefile          |   1 +
> > > >  arch/arm/boot/dts/imx6dl-plym2m.dts | 394 ++++++++++++++++++++++++++++
> > > >  2 files changed, 395 insertions(+)
> > > >  create mode 100644 arch/arm/boot/dts/imx6dl-plym2m.dts
> > > > 
> > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> > > > index 4572db3fa5ae..3c3811fd8613 100644
> > > > --- a/arch/arm/boot/dts/Makefile
> > > > +++ b/arch/arm/boot/dts/Makefile
> > > > @@ -455,6 +455,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
> > > >  	imx6dl-pico-hobbit.dtb \
> > > >  	imx6dl-pico-nymph.dtb \
> > > >  	imx6dl-pico-pi.dtb \
> > > > +	imx6dl-plym2m.dtb \
> > > >  	imx6dl-prtrvt.dtb \
> > > >  	imx6dl-prtvt7.dtb \
> > > >  	imx6dl-rex-basic.dtb \
> > > > diff --git a/arch/arm/boot/dts/imx6dl-plym2m.dts b/arch/arm/boot/dts/imx6dl-plym2m.dts
> > > > new file mode 100644
> > > > index 000000000000..4f96e05aa03f
> > > > --- /dev/null
> > > > +++ b/arch/arm/boot/dts/imx6dl-plym2m.dts
> > > > @@ -0,0 +1,394 @@
> > > > +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
> > > > +// SPDX-FileCopyrightText: 2014 Protonic Holland
> > > > +// SPDX-FileCopyrightText: 2020 Oleksij Rempel <kernel@pengutronix.de>, Pengutronix
> > > 		^
> > > @shawn: I saw a few patches adding these tags. Are they used in the near
> > > future?
> > 
> > I'm not sure.  I haven't seen this in Documentation/process/license-rules.rst,
> > nor the discussion around this.
> 
> Hi Shawn,
> 
> is it a  no go? Should I send a patch with old style copyright text?

Yeah, I would rather stay with the existing style before there is a
clear direction to the new one.

Also the vendor-prefixes patch needs an ACK from Rob.

Shawn

  reply	other threads:[~2020-09-22  2:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11  5:09 [PATCH v2 0/3] mainline Plymovent M2M board Oleksij Rempel
2020-09-11  5:09 ` Oleksij Rempel
2020-09-11  5:09 ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add an entry for Plymovent Oleksij Rempel
2020-09-11  5:09   ` Oleksij Rempel
2020-09-11  5:09 ` [PATCH v2 2/3] dt-bindings: arm: fsl: add Plymovent M2M board Oleksij Rempel
2020-09-11  5:09   ` Oleksij Rempel
2020-09-11  5:09 ` [PATCH v2 3/3] ARM: dts: " Oleksij Rempel
2020-09-11  5:09   ` Oleksij Rempel
2020-09-11  6:03   ` Marco Felsch
2020-09-11  6:03     ` Marco Felsch
2020-09-13  4:49     ` Shawn Guo
2020-09-13  4:49       ` Shawn Guo
2020-09-21  5:23       ` Oleksij Rempel
2020-09-21  5:23         ` Oleksij Rempel
2020-09-22  2:07         ` Shawn Guo [this message]
2020-09-22  2:07           ` Shawn Guo

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=20200922020709.GR25109@dragon \
    --to=shawnguo@kernel.org \
    --cc=david@protonic.nl \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.felsch@pengutronix.de \
    --cc=mark.rutland@arm.com \
    --cc=o.rempel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    /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.